Searched refs:StrokeShape (Results 1 - 25 of 28) sorted by relevance

12

/haiku/src/tests/servers/app/shape_test/
H A Dmain.cpp118 StrokeShape(&shape);
131 StrokeShape(&shape);
144 StrokeShape(&shape);
157 StrokeShape(&shape);
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DPathView.cpp67 StrokeShape(&shape);
86 StrokeShape(path.Shape());
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.cpp50 StrokeShape(&fWindow->fStrokes);
/haiku/src/tests/kits/interface/
H A DSetDiskModeTest.cpp27 // StrokeShape
34 view->StrokeShape(&shape);
/haiku/headers/private/print/
H A DTemplate.h53 virtual void StrokeShape(BShape *shape);
H A DPictureIterator.h59 virtual void StrokeShape(BShape *shape) { } function in class:PictureIterator
H A DPicturePrinter.h58 virtual void StrokeShape(BShape *shape);
/haiku/src/kits/print/
H A DTemplate.cpp92 void Template::StrokeShape(BShape *shape) { function in class:Template
H A DPictureIterator.cpp49 static void _StrokeShape(void * p, BShape *shape) { return ((PictureIterator *) p)->StrokeShape(shape); }
109 (void *)_StrokeShape, // 15 StrokeShape(void *user, BShape *shape)
H A DPicturePrinter.cpp180 void PicturePrinter::StrokeShape(BShape *shape) { function in class:PicturePrinter
181 Indent(); Print("StrokeShape"); Print(shape); Cr();
/haiku/src/apps/mediaplayer/interface/
H A DPlayPauseButton.cpp96 StrokeShape(fPlaySymbol);
117 StrokeShape(fPauseSymbol);
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.cpp28 StrokeShape(&shape);
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp49 // StrokeShape
56 view->StrokeShape(&shape);
H A DSVGViewView.cpp1062 StrokeShape(&shape);
1076 StrokeShape(&shape);
1089 StrokeShape(&shape);
1181 StrokeShape(&shape);
/haiku/src/preferences/input/
H A DMouseView.cpp253 StrokeShape(&mouseShape, B_SOLID_HIGH);
262 StrokeShape(&buttonsOutline, B_SOLID_HIGH);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLineChartRenderer.cpp207 view->StrokeShape(&shape);
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp258 view->StrokeShape(&leafShape);
/haiku/src/apps/fontdemo/
H A DFontDemoView.cpp132 StrokeShape(fShapes[i]);
/haiku/src/tests/servers/app/painter/
H A DPainter.h110 void StrokeShape( /*const */BShape* shape,
H A DPainter.cpp485 // StrokeShape
487 Painter::StrokeShape(/*const */BShape* shape, const pattern& p) const function in class:Painter
/haiku/src/preferences/printers/
H A DTestPageView.cpp111 StrokeShape(&leafShape);
/haiku/src/kits/interface/
H A DMenuItem.cpp741 // NOTE: StrokeShape() offsets the shape by the current pen position,
744 fSuper->StrokeShape(&arrowShape);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp579 StrokeShape(&shape);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1024 offscreen->StrokeShape(&shape, pattern);
/haiku/headers/os/interface/
H A DView.h460 void StrokeShape(BShape* shape,

Completed in 103 milliseconds

12