Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.h38 int32_t GetJoinType() const;
Dcxfa_stroke.cpp74 int32_t CXFA_Stroke::GetJoinType() const { in GetJoinType() function in CXFA_Stroke
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp1233 bool bRound = corner1.GetJoinType() == XFA_ATTRIBUTEENUM_Round; in XFA_BOX_GetPath()
1433 if (stroke1.GetJoinType() != XFA_ATTRIBUTEENUM_Square) { in XFA_BOX_GetFillPath()
1457 bool bRound = corner1.GetJoinType() == XFA_ATTRIBUTEENUM_Round; in XFA_BOX_GetFillPath()
1929 if (stroke1.GetJoinType() != XFA_ATTRIBUTEENUM_Square) in XFA_BOX_Stroke_Rect()