Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp70 CXFA_Stroke* stroke1 = strokes[0]; in GetFillPath() local
73 if (!stroke1->SameStyles(stroke2, 0)) { in GetFillPath()
77 stroke1 = stroke2; in GetFillPath()
81 stroke1 = strokes[0]; in GetFillPath()
84 if (!stroke1->SameStyles(stroke2, XFA_STROKE_SAMESTYLE_NoPresence | in GetFillPath()
89 stroke1 = stroke2; in GetFillPath()
92 stroke1 = strokes[0]; in GetFillPath()
93 if (stroke1->IsInverted()) in GetFillPath()
95 if (stroke1->GetJoinType() != XFA_AttributeEnum::Square) in GetFillPath()
290 CXFA_Stroke* stroke1 = strokes[0]; in Stroke() local
[all …]