Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureRecord.h66 const SkTDArray<const SkFlatMatrix* >& getMatrices() const { in getMatrices() function
DSkPicturePlayback.cpp86 const SkTDArray<const SkFlatMatrix* >& matrices = record.getMatrices(); in SkPicturePlayback()