Home | History | Annotate | Download | only in utils

Lines Matching defs:texs

56 static void fillRow(SkPoint verts[], SkPoint texs[],
62 texs->set(0, ty); texs++;
71 texs->set(tx, ty); texs++;
74 texs->set(SkIntToScalar(width), ty); texs++;
173 // allocate 2 times, one for verts, one for texs, plus indices
177 SkPoint* texs = verts + vCount;
178 uint16_t* indices = (uint16_t*)(texs + vCount);
181 mesh.fTexs = texs;
195 fillRow(verts, texs, vy, 0, bounds, xDivs, numXDivs,
198 texs += numXDivs + 2;
206 fillRow(verts, texs, vy, ty, bounds, xDivs, numXDivs,
209 texs += numXDivs + 2;
211 fillRow(verts, texs, bounds.fBottom, SkIntToScalar(bitmap.height()),