Lines Matching full:verts
144 intptr_t verts = reinterpret_cast<intptr_t>(geo.vertices());
146 GrPoint* fan0Pos = reinterpret_cast<GrPoint*>(verts);
147 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
152 verts += sizeof(GrPoint);
154 *reinterpret_cast<GrColor*>(verts + i * vsize) = 0;
164 verts += 4 * vsize;
166 *reinterpret_cast<GrColor*>(verts + i * vsize) = innerColor;
212 intptr_t verts = reinterpret_cast<intptr_t>(geo.vertices());
217 GrPoint* fan0Pos = reinterpret_cast<GrPoint*>(verts);
218 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
219 GrPoint* fan2Pos = reinterpret_cast<GrPoint*>(verts + 8 * vsize);
220 GrPoint* fan3Pos = reinterpret_cast<GrPoint*>(verts + 12 * vsize);
232 verts += sizeof(GrPoint);
234 *reinterpret_cast<GrColor*>(verts + i * vsize) = 0;
244 verts += 4 * vsize;
246 *reinterpret_cast<GrColor*>(verts + i * vsize) = innerColor;
250 verts += 8 * vsize;
252 *reinterpret_cast<GrColor*>(verts + i * vsize) = 0;