Home
last modified time | relevance | path

Searched defs:LocalCoords (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
DGrDefaultGeoProcFactory.h55 struct LocalCoords { struct
61 LocalCoords(Type type) : fType(type), fMatrix(nullptr) {} in LocalCoords() argument
62 LocalCoords(Type type, const SkMatrix* matrix) : fType(type), fMatrix(matrix) { in LocalCoords() function
74 const LocalCoords&, argument
/third_party/skia/m133/src/gpu/ganesh/
DGrDefaultGeoProcFactory.h62 struct LocalCoords { struct
68 LocalCoords(Type type) : fType(type), fMatrix(nullptr) {} in LocalCoords() argument
69 LocalCoords(Type type, const SkMatrix* matrix) : fType(type), fMatrix(matrix) { in LocalCoords() argument
81 const LocalCoords&, argument
/third_party/skia/m133/src/gpu/ganesh/ops/
DFillRRectOp.cpp112 struct LocalCoords { struct in skgpu::ganesh::FillRRectOp::__anon57f37add0111::FillRRectOpImpl
113 enum class Type : bool { kRect, kMatrix };
114 LocalCoords(const SkRect& localRect) in LocalCoords() function
117 LocalCoords(const SkMatrix& localMatrix) in LocalCoords() function
120 Type fType;
121 union {