Searched defs:LocalCoords (Results 1 – 2 of 2) sorted by relevance
62 struct LocalCoords { struct69 LocalCoords(Type type) : fType(type), fMatrix(nullptr) {} in LocalCoords() function70 LocalCoords(Type type, const SkMatrix* matrix) : fType(type), fMatrix(matrix) { in LocalCoords() argument82 const LocalCoords&, argument
64 struct LocalCoords { struct71 LocalCoords(Type type) : fType(type), fMatrix(nullptr) {} in LocalCoords() argument72 LocalCoords(Type type, const SkMatrix* matrix) : fType(type), fMatrix(matrix) { in LocalCoords() function93 const LocalCoords&, argument