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