Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DBufferWriter.h138 static TriStrip<uint16_t> TriStripFromUVs(const std::array<uint16_t, 4>& rect) { in TriStripFromUVs() function
/third_party/skia/src/gpu/ops/
DSmallPathRenderer.cpp526 auto texCoords = VertexWriter::TriStripFromUVs(shapeData->fAtlasLocator.getUVs()); in writePathVertices()