Home
last modified time | relevance | path

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

/haiku/src/servers/app/
H A DView.cpp98 fBitmapOptions(0),
513 fBitmapOptions = options; in SetViewBitmap()
1084 if (fBitmapOptions & B_TILE_BITMAP_Y) { in Draw()
1089 if (fBitmapOptions & B_TILE_BITMAP_X) { in Draw()
1106 if (fBitmapOptions & B_TILE_BITMAP) { in Draw()
1113 fBitmapSource, rect, fBitmapOptions); in Draw()
1120 } else if (fBitmapOptions & B_TILE_BITMAP_X) { in Draw()
1125 rect, fBitmapOptions); in Draw()
1132 } else if (fBitmapOptions & B_TILE_BITMAP_Y) { in Draw()
1137 rect, fBitmapOptions); in Draw()
[all …]
H A DView.h253 int32 fBitmapOptions; variable