Searched defs:AggregateMatrix (Results 1 – 1 of 1) sorted by relevance
1516 struct AggregateMatrix { struct1517 SkScalar matrix[9];1518 uint32_t typemask;1520 const SkMatrix& asSkMatrix() const { return *reinterpret_cast<const SkMatrix*>(this); } in asSkMatrix()