Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.h39 XFA_AttributeEnum GetJoinType();
Dcxfa_rectangle.cpp95 if (stroke1->GetJoinType() != XFA_AttributeEnum::Square) in GetFillPath()
118 bool bRound = corner1->GetJoinType() == XFA_AttributeEnum::Round; in GetFillPath()
315 if (stroke1->GetJoinType() != XFA_AttributeEnum::Square) in Stroke()
458 bool bRound = corner1->GetJoinType() == XFA_AttributeEnum::Round; in GetPath()
Dcxfa_stroke.cpp137 XFA_AttributeEnum CXFA_Stroke::GetJoinType() { in GetJoinType() function in CXFA_Stroke