Home
last modified time | relevance | path

Searched refs:getUVs (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
DGrDrawOpAtlas.h124 std::array<uint16_t, 4> getUVs() const { in getUVs() function
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp109 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/
DSmallPathRenderer.cpp526 auto texCoords = VertexWriter::TriStripFromUVs(shapeData->fAtlasLocator.getUVs()); in writePathVertices()