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

/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.h34 BitmapSize fBitmapSize; member in class:BitmapView
H A DBitmapView.cpp123 if (bitmap == fReference && bitmapSize == fBitmapSize)
129 fBitmapSize = bitmapSize;
/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.cpp15 , fBitmapSize(bitmapSize)
58 owner->MovePenBy(fBitmapSize.Width() + kDistance, 0);
63 owner->MovePenBy(fBitmapSize.Width() + kDistance, 0);
68 owner->MovePenBy(fBitmapSize.Width() + kDistance, 0);
74 owner->MovePenBy(fBitmapSize.Width() + kDistance, 0);
109 width += 3 * fBitmapSize.Width();
111 height = fBitmapSize.Height();
H A DTestResultItem.h34 BRect fBitmapSize; member in class:TestResultItem

Completed in 48 milliseconds