Home
last modified time | relevance | path

Searched refs:textureCoords (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/text/
DGrAtlasTextBlob_regenInOp.cpp77 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
78 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() local
97 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() local
116 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 …]
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp663 uint16_t* textureCoords = (uint16_t*) textureCoordOffset; in writePathVertices() local
664 textureCoords[0] = l; in writePathVertices()
665 textureCoords[1] = t; in writePathVertices()
667 textureCoords = (uint16_t*)textureCoordOffset; in writePathVertices()
668 textureCoords[0] = l; in writePathVertices()
669 textureCoords[1] = b; in writePathVertices()
671 textureCoords = (uint16_t*)textureCoordOffset; in writePathVertices()
672 textureCoords[0] = r; in writePathVertices()
673 textureCoords[1] = b; in writePathVertices()
675 textureCoords = (uint16_t*)textureCoordOffset; in writePathVertices()
[all …]