Searched defs:TypedMatrix (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkRecords.cpp20 TypedMatrix::TypedMatrix(const SkMatrix& matrix) : SkMatrix(matrix) { function in class:SkRecords::TypedMatrix
/external/skia/include/private/
H A DSkRecords.h153 struct TypedMatrix : public SkMatrix { struct in namespace:SkRecords
154 TypedMatrix() {} function in struct:SkRecords::TypedMatrix
155 TypedMatrix(const SkMatrix& matrix);
176 TypedMatrix matrix);
186 TypedMatrix matrix);
188 TypedMatrix matrix);
278 TypedMatrix matrix);
282 TypedMatrix matrix;
325 TypedMatrix matrix);

Completed in 1511 milliseconds