Searched refs:fScaleY (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DBitmapPainter.cpp146 fBitmap, fOffset, fScaleX, fScaleY, fDestinationRect);
149 fBitmap, fOffset, fScaleX, fScaleY, fDestinationRect);
161 fBitmap, fOffset, fScaleX, fScaleY, fDestinationRect);
168 fOffset, fScaleX, fScaleY, fDestinationRect, fOptions);
172 fOffset, fScaleX, fScaleY, fDestinationRect, fOptions);
198 fScaleY = (fDestinationRect.Height() + 1) / (sourceRect.Height() + 1);
200 if (fScaleX == 0.0 || fScaleY == 0.0)
212 fDestinationRect.top += diff * fScaleY;
222 fDestinationRect.bottom -= diff * fScaleY;
227 fScaleY
[all...]
H A DBitmapPainter.h55 double fScaleY; member in class:Painter::BitmapPainter

Completed in 36 milliseconds