Lines Matching refs:CXFA_Stroke
66 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes, in GetFillPath()
70 CXFA_Stroke* stroke1 = strokes[0]; in GetFillPath()
72 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath()
83 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath()
200 void CXFA_Rectangle::Draw(const std::vector<CXFA_Stroke*>& strokes, in Draw()
256 void CXFA_Rectangle::Stroke(const std::vector<CXFA_Stroke*>& strokes, in Stroke()
290 CXFA_Stroke* stroke1 = strokes[0]; in Stroke()
292 CXFA_Stroke* stroke2 = strokes[i]; in Stroke()
303 CXFA_Stroke* stroke2 = strokes[i]; in Stroke()
323 CXFA_Stroke* stroke = strokes[i]; in Stroke()
442 void CXFA_Rectangle::GetPath(const std::vector<CXFA_Stroke*>& strokes, in GetPath()
462 CXFA_Stroke* stroke = strokes[nIndex]; in GetPath()
464 CXFA_Stroke* strokeBefore = strokes[(nIndex + 1 * 8 - 1) % 8]; in GetPath()
465 CXFA_Stroke* strokeAfter = strokes[nIndex + 1]; in GetPath()
473 CXFA_Stroke* strokeBefore = strokes[(nIndex + 8 - 2) % 8]; in GetPath()
474 CXFA_Stroke* strokeAfter = strokes[(nIndex + 2) % 8]; in GetPath()