Home
last modified time | relevance | path

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

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DBitmapPainter.cpp88 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 DBitmapPainter.h53 BRect fDestinationRect; variable