Searched refs:_DrawCross (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/servers/app/bitmap_drawing/ |
H A D | main.cpp | 57 void _DrawCross(BPoint where, rgb_color c); 218 _DrawCross(fBitmapRect.LeftTop() + BPoint(-1.0, -1.0), red); in Draw() 219 _DrawCross(fBitmapRect.RightTop() + BPoint(1.0, -1.0), red); in Draw() 220 _DrawCross(fBitmapRect.LeftBottom() + BPoint(-1.0, 1.0), red); in Draw() 221 _DrawCross(fBitmapRect.RightBottom() + BPoint(1.0, 1.0), red); in Draw() 379 TestView::_DrawCross(BPoint where, rgb_color c) in _DrawCross() function in TestView
|