Home | History | Annotate | Download | only in batches

Lines Matching refs:quad

118         SkPoint quad[4];
120 xforms[spriteIndex].toQuad(currRect.width(), currRect.height(), quad);
138 *(reinterpret_cast<SkPoint*>(currVertex)) = quad[0];
141 bounds.growToInclude(quad[0].fX, quad[0].fY);
144 *(reinterpret_cast<SkPoint*>(currVertex)) = quad[1];
147 bounds.growToInclude(quad[1].fX, quad[1].fY);
150 *(reinterpret_cast<SkPoint*>(currVertex)) = quad[2];
153 bounds.growToInclude(quad[2].fX, quad[2].fY);
156 *(reinterpret_cast<SkPoint*>(currVertex)) = quad[3];
159 bounds.growToInclude(quad[3].fX, quad[3].fY);