Home
last modified time | relevance | path

Searched refs:fConstrainDrops (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/resedit/
H A DBitmapView.h52 bool ConstrainsDrops(void) const { return fConstrainDrops; } in ConstrainsDrops()
82 bool fConstrainDrops; variable
H A DBitmapView.cpp62 fConstrainDrops = true; in BitmapView()
226 if (fConstrainDrops) in MessageReceived()
241 if (fConstrainDrops) in MessageReceived()
425 fConstrainDrops = value; in SetConstrainDrops()
684 if (fConstrainDrops) in PasteBitmap()