Home
last modified time | relevance | path

Searched refs:TriStrip (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
DBufferWriter.h121 struct TriStrip { struct
134 static TriStrip<float> TriStripFromRect(const SkRect& r) { in TriStripFromRect()
138 static TriStrip<uint16_t> TriStripFromUVs(const std::array<uint16_t, 4>& rect) { in TriStripFromUVs()
220 struct VertexWriter::is_quad<VertexWriter::TriStrip<T>> : std::true_type {};
/third_party/flutter/skia/src/gpu/
DGrVertexWriter.h114 struct TriStrip { T l, t, r, b; }; argument
116 static TriStrip<float> TriStripFromRect(const SkRect& r) { in TriStripFromRect()
151 void writeQuadValue(const TriStrip<T>& r) { in writeQuadValue()
/third_party/flutter/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp780 GrVertexWriter::TriStrip<uint16_t> texCoords{ in writePathVertices()
DGrOvalOpFactory.cpp37 static inline GrVertexWriter::TriStrip<float> origin_centered_tri_strip(float x, float y) { in origin_centered_tri_strip()
38 return GrVertexWriter::TriStrip<float>{ -x, -y, x, y }; in origin_centered_tri_strip()
/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.cpp40 static inline VertexWriter::TriStrip<float> origin_centered_tri_strip(float x, float y) { in origin_centered_tri_strip()
41 return VertexWriter::TriStrip<float>{ -x, -y, x, y }; in origin_centered_tri_strip()