Searched defs:ry (Results 1 - 20 of 20) sorted by relevance

/haiku/src/libs/agg/src/
H A Dagg_arc.cpp27 arc(double x, double y, double rx, double ry, double a1, double a2, bool ccw) argument
37 init(double x, double y, double rx, double ry, double a1, double a2, bool ccw) argument
H A Dagg_rounded_rect.cpp54 void rounded_rect::radius(double rx, double ry) argument
H A Dagg_bezier_arc.cpp38 void arc_to_bezier(double cx, double cy, double rx, double ry, argument
71 init(double x, double y, double rx, double ry, double start_angle, double sweep_angle) argument
137 init(double x0, double y0, double rx, double ry, double angle, bool large_arc_flag, bool sweep_flag, double x2, double y2) argument
[all...]
/haiku/headers/libs/agg/
H A Dagg_ellipse.h37 ellipse(double x, double y, double rx, double ry, argument
66 inline void ellipse::init(double x, double y, double rx, double ry, argument
H A Dagg_ellipse_bresenham.h34 ellipse_bresenham_interpolator(int rx, int ry) : argument
H A Dagg_bezier_arc.h44 bezier_arc(double x, double y, double rx, double ry, double start_angle, double sweep_angle) argument
107 bezier_arc_svg(double x1, double y1, double rx, double ry, double angle, bool large_arc_flag, bool sweep_flag, double x2, double y2) argument
H A Dagg_renderer_primitives.h82 void ellipse(int x, int y, int rx, int ry) argument
101 void solid_ellipse(int x, int y, int rx, int ry) argument
128 void outlined_ellipse(int x, int y, int rx, int ry) argument
H A Dagg_span_image_filter.h218 AGG_INLINE void adjust_scale(int* rx, int* ry) argument
H A Dagg_span_image_filter_gray.h674 int ry; local
H A Dagg_span_image_filter_rgba.h830 int ry; local
H A Dagg_span_image_filter_rgb.h806 int ry; local
H A Dagg_blur.h355 void stack_blur_gray8(Img& img, unsigned rx, unsigned ry) argument
520 stack_blur_rgb24(Img& img, unsigned rx, unsigned ry) argument
774 stack_blur_rgba32(Img& img, unsigned rx, unsigned ry) argument
[all...]
H A Dagg_path_storage.h899 void path_base<VC>::arc_to(double rx, double ry, argument
947 void path_base<VC>::arc_rel(double rx, double ry, argument
/haiku/src/tests/servers/app/shape_test/
H A Dmain.cpp93 virtual status_t IterateArcTo(float& rx, float& ry, float& angle, argument
/haiku/src/apps/glteapot/
H A DGLObject.cpp172 GLObject::Spin(float rx, float ry) argument
180 GLObject::RotateWorldSpace(float rx, float ry) argument
/haiku/src/kits/interface/
H A DShape.cpp115 BShapeIterator::IterateArcTo(float& rx, float& ry, float& angle, bool largeArc, argument
445 BShape::ArcTo(float rx, float ry, float angle, bool largeArc, argument
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp232 float rx, ry, rz; local
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp482 float x, y, x1, y1, x2, y2, rx, ry, angle; local
1003 float ry = GetFloatAttribute(attributes, "ry"); local
[all...]
/haiku/src/servers/app/
H A DServerPicture.cpp141 ShapePainter::IterateArcTo(float& rx, float& ry, argument
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h2070 float rx, ry, rotx; local
2322 float ry = -1.0f; local
2405 float ry = 0.0f; local
[all...]

Completed in 125 milliseconds