Searched refs:fLastBounds (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/kits/interface/
H A DMenuBar.cpp56 fLastBounds(NULL),
72 fLastBounds(NULL),
86 fLastBounds(NULL),
108 delete fLastBounds;
148 *fLastBounds = Bounds();
238 if (newWidth != fLastBounds->Width()) {
239 BRect rect(min_c(fLastBounds->right, newWidth), 0,
240 max_c(fLastBounds->right, newWidth), newHeight);
245 if (newHeight != fLastBounds->Height()) {
246 BRect rect(0, min_c(fLastBounds
[all...]
/haiku-fatelf/src/libs/icon/shape/
H A DShape.h105 { return fLastBounds; }
157 mutable BRect fLastBounds; member in class:Shape
H A DShape.cpp62 fLastBounds(0, 0, -1, -1),
98 fLastBounds(0, 0, -1, -1),
462 fLastBounds = bounds;
/haiku-fatelf/headers/os/interface/
H A DMenuBar.h109 BRect* fLastBounds; member in class:BMenuBar

Completed in 93 milliseconds