Lines Matching refs:strokes
28 const std::vector<CXFA_Stroke*>& strokes) { in Style3D() argument
29 if (strokes.empty()) in Style3D()
32 CXFA_Stroke* stroke = strokes[0]; in Style3D()
33 for (size_t i = 1; i < strokes.size(); i++) { in Style3D()
34 CXFA_Stroke* find = strokes[i]; in Style3D()
126 std::vector<CXFA_Stroke*> strokes = GetStrokesInternal(true); in Get3DStyle() local
130 std::tie(iType, stroke) = Style3D(strokes); in Get3DStyle()
138 std::vector<CXFA_Stroke*> strokes; in GetStrokesInternal() local
139 strokes.resize(8); in GetStrokesInternal()
153 strokes[j] = corner; in GetStrokesInternal()
156 strokes[j] = strokes[0]; in GetStrokesInternal()
158 strokes[j] = strokes[2]; in GetStrokesInternal()
171 strokes[j] = edge; in GetStrokesInternal()
174 strokes[j] = strokes[1]; in GetStrokesInternal()
176 strokes[j] = strokes[3]; in GetStrokesInternal()
180 return strokes; in GetStrokesInternal()
195 std::vector<CXFA_Stroke*> strokes; in Draw() local
197 strokes = GetStrokes(); in Draw()
199 DrawFill(strokes, pGS, rtWidget, matrix, forceRound); in Draw()
204 ToRectangle(this)->Draw(strokes, pGS, rtWidget, matrix); in Draw()
210 void CXFA_Box::DrawFill(const std::vector<CXFA_Stroke*>& strokes, in DrawFill() argument
235 ToRectangle(this)->GetFillPath(strokes, rtWidget, &fillPath); in DrawFill()