Home
last modified time | relevance | path

Searched refs:fScaleBitmap (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.cpp20 fScaleBitmap(true) in BitmapView()
47 if (fScaleBitmap) { in Draw()
154 if (scaleBitmap == fScaleBitmap) in SetScaleBitmap()
157 fScaleBitmap = scaleBitmap; in SetScaleBitmap()
H A DBitmapView.h33 bool fScaleBitmap; variable