Home
last modified time | relevance | path

Searched refs:ArcTo (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxgraphics/src/
Dfx_path_generator.cpp114 void CFX_PathGenerator::ArcTo(FX_FLOAT x, in ArcTo() function in CFX_PathGenerator
170 ArcTo(x, y, width, height, start_angle + angle1, angle2 - angle1); in AddArc()
215 ArcTo(x, y, width, height, start_angle, local_sweep); in AddArc()
Dfx_path_generator.h29 void ArcTo(FX_FLOAT x,
Dfx_graphics.cpp1206 FX_ERR CFX_Path::ArcTo(FX_FLOAT left, in ArcTo() function in CFX_Path
1213 _generator->ArcTo(left + width / 2, top + height / 2, width / 2, height / 2, in ArcTo()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_geobject.h42 void ArcTo(FX_BOOL bStart,
Dfde_geobject.cpp72 void CFDE_Path::ArcTo(FX_BOOL bStart, in ArcTo() function in CFDE_Path
195 ArcTo(i == 0, rect, fStartAngle, fEndAngle); in AddEllipse()
/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h336 FX_ERR ArcTo(FX_FLOAT left,
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp1289 path.ArcTo(rtRadius.left, rtRadius.top, rtRadius.width, rtRadius.height, sx, in XFA_BOX_GetPath()
1435 fillPath.ArcTo(rtRadius.left, rtRadius.top, rtRadius.width, in XFA_BOX_GetFillPath()