Searched defs:LocalCoords (Results 1 – 1 of 1) sorted by relevance
55 struct LocalCoords { struct61 LocalCoords(Type type) : fType(type), fMatrix(nullptr) {} in LocalCoords() function62 LocalCoords(Type type, const SkMatrix* matrix) : fType(type), fMatrix(matrix) { in LocalCoords() argument74 const LocalCoords&, argument