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

/haiku/src/apps/showimage/
H A DShowImageView.h69 bool ScaleBilinear() { return fScaleBilinear; }
193 bool fScaleBilinear; member in class:ShowImageView
H A DShowImageView.cpp185 fScaleBilinear(true),
210 fScaleBilinear = settings->GetBool("ScaleBilinear", fScaleBilinear);
531 if (fScaleBilinear != enabled) {
533 fScaleBilinear = enabled;
700 uint32 options = fScaleBilinear ? B_FILTER_BITMAP_BILINEAR : 0;

Completed in 37 milliseconds