Home
last modified time | relevance | path

Searched defs:AggregateMatrix (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkMatrix.cpp1575 struct AggregateMatrix { struct
1576 SkScalar matrix[9];
1577 uint32_t typemask;
1579 const SkMatrix& asSkMatrix() const { return *reinterpret_cast<const SkMatrix*>(this); } in asSkMatrix()