Searched defs:startTheta (Results 1 – 8 of 8) sorted by relevance
/haiku/src/kits/print/ |
H A D | Template.cpp | 68 void Template::StrokeArc(BPoint center, BPoint radii, float startTheta, float arcTheta) { in StrokeArc() 72 void Template::FillArc(BPoint center, BPoint radii, float startTheta, float arcTheta) { in FillArc()
|
H A D | PictureIterator.cpp | 43 static void _StrokeArc(void *p, BPoint center, BPoint radii, float startTheta, float arcTheta) { r… in _StrokeArc() 44 static void _FillArc(void *p, BPoint center, BPoint radii, float startTheta, float arcTheta) { ret… in _FillArc()
|
H A D | PicturePrinter.cpp | 146 void PicturePrinter::StrokeArc(BPoint center, BPoint radii, float startTheta, float arcTheta) { in StrokeArc() 151 void PicturePrinter::FillArc(BPoint center, BPoint radii, float startTheta, float arcTheta) { in FillArc()
|
/haiku/headers/private/print/ |
H A D | PictureIterator.h | 53 virtual void StrokeArc(BPoint center, BPoint radii, float startTheta, float arcTheta) { } in StrokeArc() 54 virtual void FillArc(BPoint center, BPoint radii, float startTheta, float arcTheta) { } in FillArc()
|
/haiku/src/kits/interface/ |
H A D | PicturePlayer.cpp | 98 float startTheta, float arcTheta, bool fill) in draw_arc() 561 float startTheta, float arcTheta, BGradient& gradient, bool fill) in draw_arc_gradient() 1002 const float* startTheta; in _Play() local 1179 const float* startTheta; in _Play() local
|
H A D | PictureDataWriter.cpp | 401 const float& startTheta, const float& arcTheta, const bool& fill) in WriteDrawArc() 592 const float& startTheta, const float& arcTheta, const BGradient& gradient, const bool& fill) in WriteDrawArcGradient()
|
/haiku/src/servers/app/ |
H A D | ServerPicture.cpp | 343 float startTheta, float arcTheta, bool fill) in draw_arc() 452 float startTheta, float arcTheta, BGradient& gradient, bool fill) in draw_arc_gradient()
|
H A D | ServerWindow.cpp | 3462 float startTheta, arcTheta; in _DispatchPictureMessage() local 3544 float startTheta, arcTheta; in _DispatchPictureMessage() local
|