Lines Matching refs:textureCoords
80 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_texcoords() local
81 textureCoords[0] = u0; in regen_texcoords()
82 textureCoords[1] = v0; in regen_texcoords()
83 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
84 textureCoords[0] = u0; in regen_texcoords()
85 textureCoords[1] = v1; in regen_texcoords()
86 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
87 textureCoords[0] = u1; in regen_texcoords()
88 textureCoords[1] = v0; in regen_texcoords()
89 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
90 textureCoords[0] = u1; in regen_texcoords()
91 textureCoords[1] = v1; in regen_texcoords()