Searched refs:ArcTo (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxgraphics/ |
D | cfx_path.h | 31 void ArcTo(const CFX_PointF& pos,
|
D | cfx_path.cpp | 40 void CFX_Path::ArcTo(const CFX_PointF& pos, in ArcTo() function in CFX_Path
|
/external/pdfium/xfa/fde/ |
D | cfde_path.h | 38 void ArcTo(bool bStart,
|
D | cfde_path.cpp | 37 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/ |
D | xfa_ffwidget.cpp | 1372 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()
|