Home
last modified time | relevance | path

Searched refs:TypedMatrix (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/private/
DSkRecords.h173 struct TypedMatrix : public SkMatrix { struct
174 TypedMatrix() {} in TypedMatrix() function
175 TypedMatrix(const SkMatrix& matrix);
195 TypedMatrix matrix);
205 TypedMatrix matrix);
207 TypedMatrix matrix);
296 TypedMatrix matrix);
335 TypedMatrix matrix);
/external/skia/src/core/
DSkRecords.cpp29 TypedMatrix::TypedMatrix(const SkMatrix& matrix) : SkMatrix(matrix) { in TypedMatrix() function in SkRecords::TypedMatrix