Lines Matching defs:verts
84 skgpu::VertexWriter verts{data};
85 verts << v->fPoint;
88 verts << GrNormalizeByteToFloat(v->fAlpha);
91 return verts.ptr();
970 TESS_LOG("found coincident verts at %g, %g; merging %g into %g\n",
1608 void* verts = vertexAllocator->lock(vertexStride, count);
1609 if (!verts) {
1614 TESS_LOG("emitting %d verts\n", count);
1615 void* end = this->polysToTriangles(polys, verts, fPath.getFillType());
1617 int actualCount = static_cast<int>((static_cast<uint8_t*>(end) - static_cast<uint8_t*>(verts))