Lines Matching refs:CXFA_Stroke
64 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes, in GetFillPath()
68 CXFA_Stroke* stroke1 = strokes[0]; in GetFillPath()
70 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath()
81 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath()
111 CXFA_Stroke* corner1 = strokes[i]; in GetFillPath()
112 CXFA_Stroke* corner2 = strokes[(i + 2) % 8]; in GetFillPath()
198 void CXFA_Rectangle::Draw(const std::vector<CXFA_Stroke*>& strokes, in Draw()
254 void CXFA_Rectangle::Stroke(const std::vector<CXFA_Stroke*>& strokes, in Stroke()
288 CXFA_Stroke* stroke1 = strokes[0]; in Stroke()
290 CXFA_Stroke* stroke2 = strokes[i]; in Stroke()
301 CXFA_Stroke* stroke2 = strokes[i]; in Stroke()
321 CXFA_Stroke* stroke = strokes[i]; in Stroke()
440 void CXFA_Rectangle::GetPath(const std::vector<CXFA_Stroke*>& strokes, in GetPath()
450 CXFA_Stroke* corner1 = strokes[n]; in GetPath()
451 CXFA_Stroke* corner2 = strokes[(n + 2) % 8]; in GetPath()
461 CXFA_Stroke* stroke = strokes[nIndex]; in GetPath()
463 CXFA_Stroke* strokeBefore = strokes[(nIndex + 1 * 8 - 1) % 8]; in GetPath()
464 CXFA_Stroke* strokeAfter = strokes[nIndex + 1]; in GetPath()
472 CXFA_Stroke* strokeBefore = strokes[(nIndex + 8 - 2) % 8]; in GetPath()
473 CXFA_Stroke* strokeAfter = strokes[(nIndex + 2) % 8]; in GetPath()