Symbol: B_FILTER_BITMAP_BILINEAR
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
678
DrawBitmap(bitmap, bitmap->Bounds(), iconRect, B_FILTER_BITMAP_BILINEAR);
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
752
DrawBitmap(bitmap, bitmapBounds, trailingIconRect, B_FILTER_BITMAP_BILINEAR);
src/apps/haikudepot/ui/PackageListView.cpp
553
B_FILTER_BITMAP_BILINEAR);
src/apps/haikudepot/ui/PackageListView.cpp
584
B_FILTER_BITMAP_BILINEAR);
src/apps/haikudepot/ui_generic/BitmapView.cpp
86
DrawBitmap(bitmap, bitmapBounds, bounds, B_FILTER_BITMAP_BILINEAR);
src/apps/mediaplayer/VideoView.cpp
396
options |= B_FILTER_BITMAP_BILINEAR;
src/apps/people/PictureView.cpp
296
B_FILTER_BITMAP_BILINEAR);
src/apps/people/PictureView.cpp
422
rect, B_FILTER_BITMAP_BILINEAR);
src/apps/screenshot/ScreenshotWindow.cpp
526
fPreview->Bounds(), B_FOLLOW_ALL, B_FILTER_BITMAP_BILINEAR);
src/apps/showimage/ShowImageView.cpp
704
uint32 options = fScaleBilinear ? B_FILTER_BITMAP_BILINEAR : 0;
src/apps/tv/VideoView.cpp
211
DrawBitmap(bmp, bmp->Bounds(), Bounds(), B_FILTER_BITMAP_BILINEAR);
src/apps/webpositive/URLInputGroup.cpp
529
B_FILTER_BITMAP_BILINEAR);
src/apps/webpositive/tabview/TabManager.cpp
517
B_FILTER_BITMAP_BILINEAR);
src/kits/tracker/BackgroundImage.cpp
232
options |= B_FILTER_BITMAP_BILINEAR;
src/kits/tracker/Thumbnails.cpp
106
B_FILTER_BITMAP_BILINEAR);
src/preferences/backgrounds/BackgroundImage.cpp
315
options |= B_FILTER_BITMAP_BILINEAR;
src/servers/app/ServerWindow.cpp
2689
info.options |= B_FILTER_BITMAP_BILINEAR;
src/servers/app/drawing/Painter/bitmap_painter/BitmapPainter.cpp
143
if ((fOptions & B_FILTER_BITMAP_BILINEAR) != 0) {
src/servers/app/drawing/Painter/bitmap_painter/BitmapPainter.cpp
158
&& (fOptions & B_FILTER_BITMAP_BILINEAR) != 0) {
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapGeneric.h
95
if ((options & B_FILTER_BITMAP_BILINEAR) != 0) {