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

/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.cpp85 DrawBitmap(fBitmap, bitmapBounds, bounds, B_FILTER_BITMAP_BILINEAR);
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapGeneric.h95 if ((options & B_FILTER_BITMAP_BILINEAR) != 0) {
H A DBitmapPainter.cpp143 if ((fOptions & B_FILTER_BITMAP_BILINEAR) != 0) {
158 && (fOptions & B_FILTER_BITMAP_BILINEAR) != 0) {
/haiku/src/apps/tv/
H A DVideoView.cpp211 DrawBitmap(bmp, bmp->Bounds(), Bounds(), B_FILTER_BITMAP_BILINEAR);
/haiku/src/apps/people/
H A DPictureView.cpp296 B_FILTER_BITMAP_BILINEAR);
422 rect, B_FILTER_BITMAP_BILINEAR);
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp435 B_FILTER_BITMAP_BILINEAR);
474 B_FILTER_BITMAP_BILINEAR);
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp396 options |= B_FILTER_BITMAP_BILINEAR;
/haiku/src/kits/tracker/
H A DBackgroundImage.cpp232 options |= B_FILTER_BITMAP_BILINEAR;
H A DThumbnails.cpp106 B_FILTER_BITMAP_BILINEAR);
/haiku/headers/os/interface/
H A DInterfaceDefs.h294 B_FILTER_BITMAP_BILINEAR = 0x00000100, enumerator in enum:bitmap_drawing_options
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp315 options |= B_FILTER_BITMAP_BILINEAR;
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp529 B_FILTER_BITMAP_BILINEAR);
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp469 fPreview->Bounds(), B_FOLLOW_ALL, B_FILTER_BITMAP_BILINEAR);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp529 B_FILTER_BITMAP_BILINEAR);
/haiku/src/apps/showimage/
H A DShowImageView.cpp700 uint32 options = fScaleBilinear ? B_FILTER_BITMAP_BILINEAR : 0;
/haiku/src/servers/app/
H A DServerWindow.cpp2636 info.options |= B_FILTER_BITMAP_BILINEAR;

Completed in 120 milliseconds