Searched refs:ArcTo (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_path_generator.cpp | 114 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()
|
D | fx_path_generator.h | 29 void ArcTo(FX_FLOAT x,
|
D | fx_graphics.cpp | 1206 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/ |
D | fde_geobject.h | 42 void ArcTo(FX_BOOL bStart,
|
D | fde_geobject.cpp | 72 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/ |
D | fx_graphics.h | 336 FX_ERR ArcTo(FX_FLOAT left,
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidget.cpp | 1289 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()
|