Searched refs:fDestinationRect (Results 1 – 2 of 2) sorted by relevance
/haiku/src/servers/app/drawing/Painter/bitmap_painter/ |
H A D | BitmapPainter.cpp | 88 fDestinationRect); in Draw() 94 fDestinationRect); in Draw() 101 fDestinationRect); in Draw() 117 fDestinationRect); in Draw() 126 fDestinationRect); in Draw() 135 fDestinationRect); in Draw() 146 fBitmap, fOffset, fScaleX, fScaleY, fDestinationRect); in Draw() 149 fBitmap, fOffset, fScaleX, fScaleY, fDestinationRect); in Draw() 161 fBitmap, fOffset, fScaleX, fScaleY, fDestinationRect); in Draw() 168 fOffset, fScaleX, fScaleY, fDestinationRect, fOptions); in Draw() [all …]
|
H A D | BitmapPainter.h | 53 BRect fDestinationRect; variable
|