Home
last modified time | relevance | path

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

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