Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecords.h137 struct TypedMatrix : public SkMatrix {
138 TypedMatrix() {}
139 TypedMatrix(const SkMatrix& matrix);
162 TypedMatrix matrix);
177 TypedMatrix matrix);
181 TypedMatrix matrix);
276 TypedMatrix matrix);
DSkRecords.cpp21 TypedMatrix::TypedMatrix(const SkMatrix& matrix) : SkMatrix(matrix) { in TypedMatrix() function in SkRecords::TypedMatrix
/external/skqp/src/core/
DSkRecords.h145 struct TypedMatrix : public SkMatrix {
146 TypedMatrix() {}
147 TypedMatrix(const SkMatrix& matrix);
170 TypedMatrix matrix);
185 TypedMatrix matrix);
187 TypedMatrix matrix);
278 TypedMatrix matrix);
DSkRecords.cpp21 TypedMatrix::TypedMatrix(const SkMatrix& matrix) : SkMatrix(matrix) { in TypedMatrix() function in SkRecords::TypedMatrix