Searched refs:FillShape (Results 1 - 25 of 31) sorted by relevance

12

/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/tests/add-ons/print/pdf/linepathbuilder/
H A DPathView.cpp75 FillShape(path.Shape());
/haiku/src/apps/mediaplayer/interface/
H A DSymbolButton.cpp78 FillShape(fSymbol, gradient);
H A DPlayPauseButton.cpp92 FillShape(fPlaySymbol, gradient);
113 FillShape(fPauseSymbol, gradient);
/haiku/headers/private/print/
H A DTemplate.h54 virtual void FillShape(BShape *shape);
H A DPictureIterator.h60 virtual void FillShape(BShape *shape) { } function in class:PictureIterator
H A DPicturePrinter.h59 virtual void FillShape(BShape *shape);
/haiku/src/kits/print/
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)
H A DPicturePrinter.cpp185 void PicturePrinter::FillShape(BShape *shape) { function in class:PicturePrinter
186 Indent(); Print("FillShape"); Print(shape); Cr();
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp261 view->FillShape(&leafShape, gradient);
/haiku/src/apps/fontdemo/
H A DFontDemoView.cpp129 FillShape(fShapes[i]);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.h118 virtual void FillShape(const BRect& bounds,
/haiku/src/servers/app/drawing/
H A DDrawingEngine.h148 virtual void FillShape(const BRect& bounds,
H A DDrawingEngine.cpp1207 DrawingEngine::FillShape(const BRect& bounds, int32 opCount, function in class:DrawingEngine
1227 transaction.SetDirty(fPainter->FillShape(opCount, opList, ptCount, ptList,
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp1058 FillShape(&shape);
1072 FillShape(&shape);
1085 FillShape(&shape);
1177 FillShape(&shape);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp183 owner->FillShape(&shape);
198 owner->FillShape(&shape, gradient);
/haiku/src/tests/servers/app/painter/
H A DPainter.h113 void FillShape( /*const */BShape* shape,
H A DPainter.cpp492 // FillShape
494 Painter::FillShape(/*const */BShape* shape, const pattern& p) const function in class:Painter
/haiku/src/preferences/printers/
H A DTestPageView.cpp115 FillShape(&leafShape, gradient);
/haiku/src/servers/app/drawing/Painter/
H A DPainter.h145 BRect FillShape(const int32& opCount,
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1027 offscreen->FillShape(&shape, pattern);
1035 offscreen->FillShape(&shape, *gradient);
/haiku/headers/os/interface/
H A DView.h462 void FillShape(BShape* shape,
464 void FillShape(BShape* shape,
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp575 FillShape(&shape);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp496 view->FillShape(&shape);
1144 { "Test FillShape", testFillShape },

Completed in 606 milliseconds

12