Searched refs:fBitmapBounds (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DBitmapPainter.cpp43 fBitmapBounds = bitmap->Bounds();
44 fBitmapBounds.OffsetBy(-fBitmapBounds.left, -fBitmapBounds.top);
68 fBitmapBounds.left, fBitmapBounds.top,
69 fBitmapBounds.right, fBitmapBounds.bottom);
184 && !sourceRect.Intersects(fBitmapBounds))
205 if (sourceRect.left < fBitmapBounds
[all...]
H A DBitmapPainter.h49 BRect fBitmapBounds; member in class:Painter::BitmapPainter
/haiku/src/servers/app/
H A DLayer.cpp24 fBitmapBounds(bitmapBounds)
53 BRegion bitmapRegion(fBitmapBounds);
64 return fBitmapBounds;
79 BRect fBitmapBounds; member in class:LayerCanvas

Completed in 75 milliseconds