Home
last modified time | relevance | path

Searched defs:startTheta (Results 1 – 8 of 8) sorted by relevance

/haiku/src/kits/print/
H A DTemplate.cpp68 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 DPictureIterator.cpp43 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 DPicturePrinter.cpp146 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 DPictureIterator.h53 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 DPicturePlayer.cpp98 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 DPictureDataWriter.cpp401 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 DServerPicture.cpp343 float startTheta, float arcTheta, bool fill) in draw_arc()
452 float startTheta, float arcTheta, BGradient& gradient, bool fill) in draw_arc_gradient()
H A DServerWindow.cpp3462 float startTheta, arcTheta; in _DispatchPictureMessage() local
3544 float startTheta, arcTheta; in _DispatchPictureMessage() local