Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxgraphics/
Dcfx_path.h31 void ArcTo(const CFX_PointF& pos,
Dcfx_path.cpp40 void CFX_Path::ArcTo(const CFX_PointF& pos, in ArcTo() function in CFX_Path
/external/pdfium/xfa/fde/
Dcfde_path.h38 void ArcTo(bool bStart,
Dcfde_path.cpp37 void CFDE_Path::ArcTo(bool bStart, in ArcTo() function in CFDE_Path
150 ArcTo(i == 0, rect, fStartAngle, fEndAngle); in AddEllipse()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp1372 path.ArcTo(rtRadius.TopLeft(), rtRadius.Size(), sx, sy); in XFA_BOX_GetPath()
1522 fillPath.ArcTo(rtRadius.TopLeft(), rtRadius.Size(), sx, sy); in XFA_BOX_GetFillPath()