HomeSort by relevance Sort by last modified time
    Searched defs:deviceMatrix (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/core/
SkScalerContext.cpp 719 SkMatrix deviceMatrix;
720 this->getMatrixFrom2x2(&deviceMatrix);
721 m->postConcat(deviceMatrix);
  /external/skia/src/core/
SkScalerContext.cpp 724 SkMatrix deviceMatrix;
725 this->getMatrixFrom2x2(&deviceMatrix);
726 m->postConcat(deviceMatrix);

Completed in 76 milliseconds