Home
last modified time | relevance | path

Searched refs:GetSweepAngle (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h537 FX_BOOL GetSweepAngle(FX_FLOAT& fSweepAngle) const;
538 FX_FLOAT GetSweepAngle() const { in GetSweepAngle() function
540 GetSweepAngle(fSweepAngle); in GetSweepAngle()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp1130 FX_BOOL bEnd = box.GetSweepAngle(sweepAngle); in XFA_BOX_GetPath_Arc()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp1267 FX_BOOL CXFA_Box::GetSweepAngle(FX_FLOAT& fSweepAngle) const { in GetSweepAngle() function in CXFA_Box