Searched refs:textureCoords (Results 1 – 2 of 2) sorted by relevance
77 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local78 textureCoords[0] = (uint16_t) u0; in regen_vertices()79 textureCoords[1] = (uint16_t) v0; in regen_vertices()96 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local97 textureCoords[0] = (uint16_t)u0; in regen_vertices()98 textureCoords[1] = (uint16_t)v1; in regen_vertices()115 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local116 textureCoords[0] = (uint16_t)u1; in regen_vertices()117 textureCoords[1] = (uint16_t)v1; in regen_vertices()134 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local[all …]
483 SkPoint* textureCoords = (SkPoint*)(offset + sizeof(SkPoint) + sizeof(GrColor)); in writePathVertices() local484 textureCoords->setRectFan(tx / texture->width(), in writePathVertices()