Home | History | Annotate | Download | only in utils

Lines Matching defs:texs

74 static void fillRow(SkPoint verts[], SkPoint texs[],
80 texs->set(0, ty); texs++;
90 texs->set(tx, ty); texs++;
93 texs->set(SkIntToScalar(width), ty); texs++;
190 // allocate 2 times, one for verts, one for texs, plus indices
194 SkPoint* texs = verts + vCount;
195 uint16_t* indices = (uint16_t*)(texs + vCount);
198 mesh.fTexs = texs;
212 fillRow(verts, texs, vy, 0, bounds, xDivs, numXDivs,
215 texs += numXDivs + 2;
231 fillRow(verts, texs, vy, ty, bounds, xDivs, numXDivs,
234 texs += numXDivs + 2;
236 fillRow(verts, texs, bounds.fBottom, SkIntToScalar(bitmap.height()),