HomeSort by relevance Sort by last modified time
    Searched refs:addMatrixPtr (Results 1 - 4 of 4) sorted by null

  /external/skia/legacy/src/core/
SkPictureRecord.h 116 void addMatrixPtr(const SkMatrix* matrix);
SkPictureRecord.cpp 436 addMatrixPtr(matrix);
512 addMatrixPtr(&matrix);
515 void SkPictureRecord::addMatrixPtr(const SkMatrix* matrix) {
  /external/skia/src/core/
SkPictureRecord.h 124 void addMatrixPtr(const SkMatrix* matrix);
SkPictureRecord.cpp 667 addMatrixPtr(matrix);
729 addMatrixPtr(&matrix);
732 void SkPictureRecord::addMatrixPtr(const SkMatrix* matrix) {

Completed in 22 milliseconds