Home
last modified time | relevance | path

Searched refs:start_angle (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/src/fxgraphics/src/
Dfx_path_generator.cpp118 FX_FLOAT start_angle, in ArcTo() argument
129 FX_FLOAT sn = FXSYS_sin(start_angle + sweep_angle / 2); in ArcTo()
130 FX_FLOAT cs = FXSYS_cos(start_angle + sweep_angle / 2); in ArcTo()
140 bezier_x = x + FXSYS_Mul(width, FXSYS_cos(start_angle + sweep_angle)), in ArcTo()
141 bezier_y = y + FXSYS_Mul(height, FXSYS_sin(start_angle + sweep_angle)); in ArcTo()
148 FX_FLOAT start_angle, in AddArc() argument
160 x + fixmul_8_32_to_8(width, fixcos(start_angle)), in AddArc()
161 y + fixmul_8_32_to_8(height, fixsin(start_angle)), FXPT_MOVETO); in AddArc()
170 ArcTo(x, y, width, height, start_angle + angle1, angle2 - angle1); in AddArc()
178 while (start_angle > FX_PI * 2) { in AddArc()
[all …]
Dfx_path_generator.h33 FX_FLOAT start_angle,
51 FX_FLOAT start_angle,
57 FX_FLOAT start_angle,
/external/freetype/src/base/
Dftstroke.c1245 FT_Angle start_angle, in ft_stroker_subpath_start() argument
1255 start_angle + FT_ANGLE_PI2 ); in ft_stroker_subpath_start()
1273 stroker->subpath_angle = start_angle; in ft_stroker_subpath_start()
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c1255 FT_Angle start_angle, in ft_stroker_subpath_start() argument
1265 start_angle + FT_ANGLE_PI2 ); in ft_stroker_subpath_start()
1283 stroker->subpath_angle = start_angle; in ft_stroker_subpath_start()
/external/opencv/cv/include/
Dcvcompat.h873 double angle, double start_angle,
877 cvEllipse( img, center, axes, angle, start_angle, end_angle,
/external/opencv3/modules/imgproc/src/
Ddrawing.cpp1765 double angle, double start_angle, double end_angle, in ellipse() argument
1780 int _start_angle = cvRound(start_angle); in ellipse()
2618 double angle, double start_angle, double end_angle, in cvEllipse() argument
2622 cv::ellipse( img, center, axes, angle, start_angle, end_angle, in cvEllipse()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h1032 double angle, double start_angle, double end_angle,
/external/opencv/cxcore/src/
Dcxdrawing.cpp1866 double angle, double start_angle, double end_angle, in cvEllipse() argument
1898 int _start_angle = cvRound(start_angle); in cvEllipse()
/external/opencv/cxcore/include/
Dcxcore.h1307 double angle, double start_angle, double end_angle,