Lines Matching refs:verts
369 VertexWriter& verts,
383 // Check whether adding the verts for this segment to the current draw would cause index
403 verts << p0 << color << SkPoint{0, 0} << negOneDists;
404 verts << (p0 + sega.endNorm()) << color << SkPoint{0, -SK_Scalar1} << negOneDists;
405 verts << (p0 + segb.fMid) << color << SkPoint{0, -SK_Scalar1} << negOneDists;
406 verts << (p0 + segb.fNorms[0]) << color << SkPoint{0, -SK_Scalar1} << negOneDists;
425 verts << fanPt << color << SkPoint{0, dist} << negOneDists;
426 verts << v1Pos << color << SkPoint{0, 0} << negOneDists;
427 verts << v2Pos << color << SkPoint{0, 0} << negOneDists;
428 verts << (v1Pos + segb.fNorms[0]) << color << SkPoint{0, -SK_Scalar1} << negOneDists;
429 verts << (v2Pos + segb.fNorms[0]) << color << SkPoint{0, -SK_Scalar1} << negOneDists;
479 verts << posAndUVPoints[0].fPos << color << posAndUVPoints[0].fUV
483 verts << posAndUVPoints[1].fPos << color << posAndUVPoints[1].fUV
487 verts << posAndUVPoints[2].fPos << color << posAndUVPoints[2].fUV
494 verts << posAndUVPoints[3].fPos << color << posAndUVPoints[3].fUV
498 verts << posAndUVPoints[4].fPos << color << posAndUVPoints[4].fUV
502 verts << posAndUVPoints[5].fPos << color << posAndUVPoints[5].fUV
812 VertexWriter verts{target->makeVertexSpace(kVertexStride,
817 if (!verts) {
833 create_vertices(segments, fanPt, color, &draws, verts, idxs, kVertexStride);