Lines Matching refs:segmentData
1118 FLOAT segmentData[6] = { in createXpsQuad() local
1132 segmentTypes , segmentData, segmentStrokes), in createXpsQuad()
1264 const SkTDArray<FLOAT>& segmentData, in close_figure() argument
1270 SkASSERT(( segmentTypes.empty() && segmentData.empty() && segmentStrokes.empty()) || in close_figure()
1271 (!segmentTypes.empty() && !segmentData.empty() && !segmentStrokes.empty())); in close_figure()
1276 if (!segmentTypes.empty() && !segmentData.empty() && !segmentStrokes.empty()) { in close_figure()
1278 HRM(figure->SetSegments(segmentTypes.count(), segmentData.count(), in close_figure()
1279 segmentTypes.begin(), segmentData.begin(), segmentStrokes.begin()), in close_figure()
1296 SkTDArray<FLOAT> segmentData; in addXpsPathGeometry() local
1307 HR(close_figure(segmentTypes, segmentData, segmentStrokes, in addXpsPathGeometry()
1311 segmentData.rewind(); in addXpsPathGeometry()
1326 segmentData.push_back(SkScalarToFLOAT(points[1].fX)); in addXpsPathGeometry()
1327 segmentData.push_back(SkScalarToFLOAT(points[1].fY)); in addXpsPathGeometry()
1332 segmentData.push_back(SkScalarToFLOAT(points[1].fX)); in addXpsPathGeometry()
1333 segmentData.push_back(SkScalarToFLOAT(points[1].fY)); in addXpsPathGeometry()
1334 segmentData.push_back(SkScalarToFLOAT(points[2].fX)); in addXpsPathGeometry()
1335 segmentData.push_back(SkScalarToFLOAT(points[2].fY)); in addXpsPathGeometry()
1340 segmentData.push_back(SkScalarToFLOAT(points[1].fX)); in addXpsPathGeometry()
1341 segmentData.push_back(SkScalarToFLOAT(points[1].fY)); in addXpsPathGeometry()
1342 segmentData.push_back(SkScalarToFLOAT(points[2].fX)); in addXpsPathGeometry()
1343 segmentData.push_back(SkScalarToFLOAT(points[2].fY)); in addXpsPathGeometry()
1344 segmentData.push_back(SkScalarToFLOAT(points[3].fX)); in addXpsPathGeometry()
1345 segmentData.push_back(SkScalarToFLOAT(points[3].fY)); in addXpsPathGeometry()
1355 segmentData.push_back(SkScalarToFLOAT(quads[2 * i + 1].fX)); in addXpsPathGeometry()
1356 segmentData.push_back(SkScalarToFLOAT(quads[2 * i + 1].fY)); in addXpsPathGeometry()
1357 segmentData.push_back(SkScalarToFLOAT(quads[2 * i + 2].fX)); in addXpsPathGeometry()
1358 segmentData.push_back(SkScalarToFLOAT(quads[2 * i + 2].fY)); in addXpsPathGeometry()
1373 HR(close_figure(segmentTypes, segmentData, segmentStrokes, in addXpsPathGeometry()