Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp72 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
[all …]