Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.h31 int32_t GetCapType() const;
Dcxfa_stroke.cpp17 int32_t CXFA_Stroke::GetCapType() const { in GetCapType() function in CXFA_Stroke
/external/pdfium/xfa/fxfa/app/
Dxfa_ffpath.cpp77 iCap = edge.GetCapType(); in RenderWidget()