Home
last modified time | relevance | path

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

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