Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_value.h27 CXFA_Arc* GetArcIfExists() const;
Dcxfa_value.cpp70 CXFA_Arc* CXFA_Value::GetArcIfExists() const { in GetArcIfExists() function in CXFA_Value
/external/pdfium/xfa/fxfa/
Dcxfa_ffarc.cpp34 DrawBorder(pGS, value->GetArcIfExists(), rtArc, mtRotate); in RenderWidget()