Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
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() argument
74 const LocalCoords&, argument
/external/skia/src/gpu/ganesh/ops/
DFillRRectOp.cpp41 struct LocalCoords { struct in skgpu::v1::FillRRectOp::__anon0260c85c0111::FillRRectOpImpl
42 enum class Type : bool { kRect, kMatrix };
43 LocalCoords(const SkRect& localRect) in LocalCoords() argument
46 LocalCoords(const SkMatrix& localMatrix) in LocalCoords() function
49 Type fType;
50 union {