Searched refs:getUVs (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrDrawOpAtlas.h | 124 std::array<uint16_t, 4> getUVs() const { in getUVs() function
|
/third_party/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 109 auto[al, at, ar, ab] = glyph->fAtlasLocator.getUVs(); in fill_transformed_vertices_2D() 139 auto[al, at, ar, ab] = glyph->fAtlasLocator.getUVs(); in fill_transformed_vertices_3D() 725 auto[al, at, ar, ab] = glyph->fAtlasLocator.getUVs(); in direct_2D() 750 auto[al, at, ar, ab] = glyph->fAtlasLocator.getUVs(); in generalized_direct_2D() 1860 auto[al, at, ar, ab] = glyph->fAtlasLocator.getUVs(); in direct_2D2()
|
/third_party/skia/src/gpu/ops/ |
D | SmallPathRenderer.cpp | 526 auto texCoords = VertexWriter::TriStripFromUVs(shapeData->fAtlasLocator.getUVs()); in writePathVertices()
|