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

/haiku/src/apps/resedit/
H A DImageEditor.cpp29 imgsize = ScaleRectToFit(fImage->Bounds(), BRect(0, 0, 200, 200));
109 BRect r = ScaleRectToFit(fImage->Bounds(), BRect(0, 0, 200, 200));
H A DBitmapView.h91 BRect ScaleRectToFit(const BRect &from, const BRect &to);
H A DBitmapView.cpp404 fBitmapRect= ScaleRectToFit(fBitmap->Bounds(), r.InsetByCopy(borderwidth, borderwidth));
460 BRect r = ScaleRectToFit(fBitmap->Bounds(), BRect(0, 0, fMaxWidth - 1, fMaxHeight - 1));
628 ScaleRectToFit(const BRect &from, const BRect &to) function

Completed in 20 milliseconds