Home | History | Annotate | Download | only in gpu

Lines Matching defs:base

387     GrPoint* base = baseMem;
388 GrPoint* vert = base;
389 GrPoint* subpathBase = base;
437 for (int i = 0; i < vert - base; i++) {
438 base[i].offset(translate->fX, translate->fY);
460 GrAssert((vert - base) <= maxPts);
462 size_t count = vert - base;
474 count = computeEdgesAndIntersect(matrix, inverse, base, count, &edges, 0.0f);
481 target->setVertexSourceToArray(layout, base, count);
489 base[i] = base[0];
491 target->setVertexSourceToArray(layout, &base[i], size);
498 target->setVertexSourceToArray(layout, base, count);
507 btess.addVertices(base, subpathVertCount, subpathCnt);
588 ptess.addVertices(base, subpathVertCount, subpathCnt);