Lines Matching refs:stroke2
72 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath() local
73 if (!stroke1->SameStyles(stroke2, 0)) { in GetFillPath()
77 stroke1 = stroke2; in GetFillPath()
83 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath() local
84 if (!stroke1->SameStyles(stroke2, XFA_STROKE_SAMESTYLE_NoPresence | in GetFillPath()
89 stroke1 = stroke2; in GetFillPath()
292 CXFA_Stroke* stroke2 = strokes[i]; in Stroke() local
293 if (!stroke1->SameStyles(stroke2, 0)) { in Stroke()
297 stroke1 = stroke2; in Stroke()
303 CXFA_Stroke* stroke2 = strokes[i]; in Stroke() local
304 if (!stroke1->SameStyles(stroke2, XFA_STROKE_SAMESTYLE_NoPresence | in Stroke()
309 stroke1 = stroke2; in Stroke()