Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecords.h154 struct TypedMatrix : public SkMatrix {
155 TypedMatrix() {}
156 TypedMatrix(const SkMatrix& matrix);
179 TypedMatrix matrix);
191 TypedMatrix matrix);
193 TypedMatrix matrix);
282 TypedMatrix matrix);
324 TypedMatrix matrix);
DSkRecords.cpp21 TypedMatrix::TypedMatrix(const SkMatrix& matrix) : SkMatrix(matrix) { in TypedMatrix() function in SkRecords::TypedMatrix