• Home
  • Raw
  • Download

Lines Matching refs:verts

369                      VertexWriter& verts,  in create_vertices()  argument
403 verts << p0 << color << SkPoint{0, 0} << negOneDists; in create_vertices()
404 verts << (p0 + sega.endNorm()) << color << SkPoint{0, -SK_Scalar1} << negOneDists; in create_vertices()
405 verts << (p0 + segb.fMid) << color << SkPoint{0, -SK_Scalar1} << negOneDists; in create_vertices()
406 verts << (p0 + segb.fNorms[0]) << color << SkPoint{0, -SK_Scalar1} << negOneDists; in create_vertices()
425 verts << fanPt << color << SkPoint{0, dist} << negOneDists; in create_vertices()
426 verts << v1Pos << color << SkPoint{0, 0} << negOneDists; in create_vertices()
427 verts << v2Pos << color << SkPoint{0, 0} << negOneDists; in create_vertices()
428 verts << (v1Pos + segb.fNorms[0]) << color << SkPoint{0, -SK_Scalar1} << negOneDists; in create_vertices()
429 verts << (v2Pos + segb.fNorms[0]) << color << SkPoint{0, -SK_Scalar1} << negOneDists; in create_vertices()
479 verts << posAndUVPoints[0].fPos << color << posAndUVPoints[0].fUV in create_vertices()
483 verts << posAndUVPoints[1].fPos << color << posAndUVPoints[1].fUV in create_vertices()
487 verts << posAndUVPoints[2].fPos << color << posAndUVPoints[2].fUV in create_vertices()
494 verts << posAndUVPoints[3].fPos << color << posAndUVPoints[3].fUV in create_vertices()
498 verts << posAndUVPoints[4].fPos << color << posAndUVPoints[4].fUV in create_vertices()
502 verts << posAndUVPoints[5].fPos << color << posAndUVPoints[5].fUV in create_vertices()
805 VertexWriter verts{target->makeVertexSpace(kVertexStride, in onPrepareDraws() local
810 if (!verts) { in onPrepareDraws()
826 create_vertices(segments, fanPt, color, &draws, verts, idxs, kVertexStride); in onPrepareDraws()