Searched refs:FillShape (Results 1 - 25 of 31) sorted by last modified time

12

/haiku/src/kits/interface/
H A DHaikuControlLook.cpp1510 view->FillShape(&shape, gradient);
H A DView.cpp4089 BView::FillShape(BShape* shape, ::pattern pattern) function in class:BView
4113 BView::FillShape(BShape* shape, const BGradient& gradient) function in class:BView
/haiku/src/servers/app/
H A DServerWindow.cpp2988 drawingEngine->FillShape(shapeFrame, opCount, opList,
H A DServerPicture.cpp224 fCanvas->GetDrawingEngine()->FillShape(frame, opCount, opList,
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp575 FillShape(&shape);
/haiku/headers/os/interface/
H A DView.h462 void FillShape(BShape* shape,
464 void FillShape(BShape* shape,
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp808 // FillShape
810 Painter::FillShape(const int32& opCount, const uint32* opList, function in class:Painter
H A DPainter.h145 BRect FillShape(const int32& opCount,
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp1058 FillShape(&shape);
1072 FillShape(&shape);
1085 FillShape(&shape);
1177 FillShape(&shape);
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1207 DrawingEngine::FillShape(const BRect& bounds, int32 opCount, function in class:DrawingEngine
1227 transaction.SetDirty(fPainter->FillShape(opCount, opList, ptCount, ptList,
H A DDrawingEngine.h148 virtual void FillShape(const BRect& bounds,
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1027 offscreen->FillShape(&shape, pattern);
1035 offscreen->FillShape(&shape, *gradient);
/haiku/src/kits/print/
H A DPicturePrinter.cpp185 void PicturePrinter::FillShape(BShape *shape) { function in class:PicturePrinter
186 Indent(); Print("FillShape"); Print(shape); Cr();
H A DTemplate.cpp96 void Template::FillShape(BShape *shape) { function in class:Template
H A DPictureIterator.cpp50 static void _FillShape(void * p, BShape *shape) { return ((PictureIterator *) p)->FillShape(shape); }
110 (void *)_FillShape, // 16 FillShape(void *user, BShape *shape)
/haiku/headers/private/print/
H A DTemplate.h54 virtual void FillShape(BShape *shape);
H A DPicturePrinter.h59 virtual void FillShape(BShape *shape);
H A DPictureIterator.h60 virtual void FillShape(BShape *shape) { } function in class:PictureIterator
/haiku/src/preferences/input/
H A DMouseView.cpp238 FillShape(&mouseShape, B_SOLID_HIGH);
246 FillShape(&mouseShape, bodyGradient);
381 FillShape(&mouseShape, B_SOLID_HIGH);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp755 RemoteDrawingEngine::FillShape(const BRect& bounds, int32 opCount, function in class:RemoteDrawingEngine
H A DRemoteDrawingEngine.h118 virtual void FillShape(const BRect& bounds,
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp183 owner->FillShape(&shape);
198 owner->FillShape(&shape, gradient);
/haiku/src/preferences/printers/
H A DTestPageView.cpp115 FillShape(&leafShape, gradient);
/haiku/src/apps/fontdemo/
H A DFontDemoView.cpp129 FillShape(fShapes[i]);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp496 view->FillShape(&shape);
1144 { "Test FillShape", testFillShape },

Completed in 320 milliseconds

12