Searched defs:start_angle (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fxgraphics/src/
H A Dfx_path_generator.cpp118 FX_FLOAT start_angle,
129 FX_FLOAT sn = FXSYS_sin(start_angle + sweep_angle / 2);
130 FX_FLOAT cs = FXSYS_cos(start_angle + sweep_angle / 2);
140 bezier_x = x + FXSYS_Mul(width, FXSYS_cos(start_angle + sweep_angle)),
141 bezier_y = y + FXSYS_Mul(height, FXSYS_sin(start_angle + sweep_angle));
148 FX_FLOAT start_angle,
160 x + fixmul_8_32_to_8(width, fixcos(start_angle)),
161 y + fixmul_8_32_to_8(height, fixsin(start_angle)), FXPT_MOVETO);
170 ArcTo(x, y, width, height, start_angle + angle1, angle2 - angle1);
178 while (start_angle > FX_P
114 ArcTo(FX_FLOAT x, FX_FLOAT y, FX_FLOAT width, FX_FLOAT height, FX_FLOAT start_angle, FX_FLOAT sweep_angle) argument
144 AddArc(FX_FLOAT x, FX_FLOAT y, FX_FLOAT width, FX_FLOAT height, FX_FLOAT start_angle, FX_FLOAT sweep_angle) argument
220 AddPie(FX_FLOAT x, FX_FLOAT y, FX_FLOAT width, FX_FLOAT height, FX_FLOAT start_angle, FX_FLOAT sweep_angle) argument
[all...]
/external/freetype/src/base/
H A Dftstroke.c1245 FT_Angle start_angle,
1255 start_angle + FT_ANGLE_PI2 );
1273 stroker->subpath_angle = start_angle;
1244 ft_stroker_subpath_start( FT_Stroker stroker, FT_Angle start_angle, FT_Fixed line_length ) argument
/external/opencv3/modules/imgproc/src/
H A Ddrawing.cpp1765 double angle, double start_angle, double end_angle,
1780 int _start_angle = cvRound(start_angle);
2618 double angle, double start_angle, double end_angle,
2622 cv::ellipse( img, center, axes, angle, start_angle, end_angle,
2617 cvEllipse( CvArr* _img, CvPoint center, CvSize axes, double angle, double start_angle, double end_angle, CvScalar color, int thickness, int line_type, int shift ) argument
/external/pdfium/third_party/freetype/src/base/
H A Dftstroke.c1255 FT_Angle start_angle,
1265 start_angle + FT_ANGLE_PI2 );
1283 stroker->subpath_angle = start_angle;
1254 ft_stroker_subpath_start( FT_Stroker stroker, FT_Angle start_angle, FT_Fixed line_length ) argument
/external/opencv/cv/include/
H A Dcvcompat.h873 double angle, double start_angle,
877 cvEllipse( img, center, axes, angle, start_angle, end_angle,
872 cvEllipseAA( CvArr* img, CvPoint center, CvSize axes, double angle, double start_angle, double end_angle, double color, int scale CV_DEFAULT(0) ) argument

Completed in 277 milliseconds