Lines Matching refs:texs
74 static void fillRow(SkPoint verts[], SkPoint texs[], in fillRow() argument
80 texs->set(0, ty); texs++; in fillRow()
90 texs->set(tx, ty); texs++; in fillRow()
93 texs->set(SkIntToScalar(width), ty); texs++; in fillRow()
194 SkPoint* texs = verts + vCount; in DrawMesh() local
195 uint16_t* indices = (uint16_t*)(texs + vCount); in DrawMesh()
198 mesh.fTexs = texs; in DrawMesh()
212 fillRow(verts, texs, vy, 0, bounds, xDivs, numXDivs, in DrawMesh()
215 texs += numXDivs + 2; in DrawMesh()
231 fillRow(verts, texs, vy, ty, bounds, xDivs, numXDivs, in DrawMesh()
234 texs += numXDivs + 2; in DrawMesh()
236 fillRow(verts, texs, bounds.fBottom, SkIntToScalar(bitmap.height()), in DrawMesh()