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

/haiku/src/kits/tracker/
H A DThumbnails.cpp91 ScaleBitmap(BBitmap* source, BBitmap& dest, BRect bounds, color_space colorSpace) function in namespace:BPrivate
116 ScaleBitmap(BBitmap* source, BBitmap& dest, BSize size, color_space colorSpace) function in namespace:BPrivate
118 return ScaleBitmap(source, dest, BRect(BPoint(0, 0), size), colorSpace);
183 ScaleBitmap(image, tmp, fRequestedSize, fColorSpace);
213 ScaleBitmap(image, thumb, B_XXL_ICON, fColorSpace);
372 ScaleBitmap(&thumb, tmp, icon->Bounds(), icon->ColorSpace());

Completed in 83 milliseconds