Searched refs:fTriangleLeft (Results 1 – 1 of 1) sorted by relevance
199 BBitmap * fTriangleLeft; member in DrawingModeView261 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()