Home
last modified time | relevance | path

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

/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp199 BBitmap * fTriangleLeft; member in DrawingModeView
261 fTriangleLeft = new BBitmap(BRect(0, 0, 31, 31), B_RGBA32); in DrawingModeView()
262 memcpy(fTriangleLeft->Bits(), triangleLeftBits, in DrawingModeView()
263 fTriangleLeft->BitsLength()); in DrawingModeView()
273 delete fTriangleLeft; in ~DrawingModeView()
291 BRect triangleBounds = fTriangleLeft->Bounds(); in Draw()
396 BBitmapStream stream(fTriangleLeft); in Draw()
400 stream.DetachBitmap(&fTriangleLeft); in Draw()
424 blitter->DrawBitmap(fTriangleLeft, B_ORIGIN); in Draw()