Lines Matching refs:GrPoint
263 {kVec4ub_GrVertexAttribType, sizeof(GrPoint), kCoverage_GrVertexAttribBinding},
268 {kVec4ub_GrVertexAttribType, sizeof(GrPoint), kColor_GrVertexAttribBinding},
279 static void set_inset_fan(GrPoint* pts, size_t stride,
401 GrAssert(sizeof(GrPoint) + sizeof(GrColor) == vsize);
403 GrPoint* fan0Pos = reinterpret_cast<GrPoint*>(verts);
404 GrPoint* fan1Pos = reinterpret_cast<GrPoint
458 verts += sizeof(GrPoint);
498 GrPoint fPos;
499 GrPoint fCenter;
500 GrPoint fDir;
501 GrPoint fWidthHeight;
507 { kVec4f_GrVertexAttribType, sizeof(GrPoint), kEffect_GrVertexAttribBinding },
508 { kVec2f_GrVertexAttribType, 3*sizeof(GrPoint), kEffect_GrVertexAttribBinding }
513 GrPoint fPos;
514 GrPoint fOffset;
515 GrPoint fWidthHeight;
521 { kVec4f_GrVertexAttribType, sizeof(GrPoint), kEffect_GrVertexAttribBinding },
622 GrPoint widthHeight = {
721 GrAssert(sizeof(GrPoint) + sizeof(GrColor) == vsize);
726 GrPoint* fan0Pos = reinterpret_cast<GrPoint*>(verts);
727 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
728 GrPoint* fan2Pos = reinterpret_cast<GrPoint*>(verts + 8 * vsize);
729 GrPoint* fan3Pos = reinterpret_cast<GrPoint*>(verts + 12 * vsize);
752 verts += sizeof(GrPoint);