Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp70 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath() local
71 if (!stroke1->SameStyles(stroke2, 0)) { in GetFillPath()
75 stroke1 = stroke2; in GetFillPath()
81 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath() local
82 if (!stroke1->SameStyles(stroke2, XFA_STROKE_SAMESTYLE_NoPresence | in GetFillPath()
87 stroke1 = stroke2; in GetFillPath()
290 CXFA_Stroke* stroke2 = strokes[i]; in Stroke() local
291 if (!stroke1->SameStyles(stroke2, 0)) { in Stroke()
295 stroke1 = stroke2; in Stroke()
301 CXFA_Stroke* stroke2 = strokes[i]; in Stroke() local
[all …]