Home
last modified time | relevance | path

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

/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
/external/skia/src/core/
DSkRecords.h146 struct TypedMatrix : public SkMatrix {
147 TypedMatrix() {}
148 TypedMatrix(const SkMatrix& matrix);
171 TypedMatrix matrix);
186 TypedMatrix matrix);
188 TypedMatrix matrix);
281 TypedMatrix matrix);
DSkRecords.cpp21 TypedMatrix::TypedMatrix(const SkMatrix& matrix) : SkMatrix(matrix) { in TypedMatrix() function in SkRecords::TypedMatrix