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