/external/pdfium/xfa/fxgraphics/ |
cxfa_gepath.cpp | 42 float start_angle, 46 new_size, start_angle, sweep_angle); local 51 float start_angle, 59 float sn = sin(start_angle + sweep_angle / 2); 60 float cs = cos(start_angle + sweep_angle / 2); 71 bezier.x = pos.x + (size.width * cos(start_angle + sweep_angle)); 72 bezier.y = pos.y + (size.height * sin(start_angle + sweep_angle)); 94 float start_angle, 100 while (start_angle > FX_PI * 2) 101 start_angle -= FX_PI * 2 [all...] |
cxfa_gepath.h | 49 float start_angle,
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
QuickDraw_Graphics_Suite.py | 239 'start_angle' : _Prop_start_angle,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
QuickDraw_Graphics_Suite.py | 239 'start_angle' : _Prop_start_angle,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
QuickDraw_Graphics_Suite.py | 239 'start_angle' : _Prop_start_angle,
|
/external/opencv/cv/include/ |
cvcompat.h | 873 double angle, double start_angle, 877 cvEllipse( img, center, axes, angle, start_angle, end_angle, [all...] |
/external/freetype/src/base/ |
ftstroke.c | [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | [all...] |
/external/opencv/cxcore/src/ |
cxdrawing.cpp | [all...] |