Lines Matching defs:strip
138 SkPoint strip[4];
140 xforms[spriteIndex].toTriStrip(currRect.width(), currRect.height(), strip);
161 *(reinterpret_cast<SkPoint*>(currVertex)) = strip[0];
164 SkRectPriv::GrowToInclude(&bounds, strip[0]);
167 *(reinterpret_cast<SkPoint*>(currVertex)) = strip[1];
170 SkRectPriv::GrowToInclude(&bounds, strip[1]);
173 *(reinterpret_cast<SkPoint*>(currVertex)) = strip[2];
176 SkRectPriv::GrowToInclude(&bounds, strip[2]);
179 *(reinterpret_cast<SkPoint*>(currVertex)) = strip[3];
182 SkRectPriv::GrowToInclude(&bounds, strip[3]);