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

  /frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp 406 SkMatrix localM, currM, origM;
407 mCanvas->getMatrix(&currM);
408 origM = currM;
411 currM.setConcat(origM, localM);
412 mCanvas->setMatrix(currM);
  /external/skia/src/core/
SkDevice.cpp 478 SkMatrix localM, currM;
482 currM.setConcat(this->ctm(), localM);
483 SkAutoDeviceCTMRestore adc(this, currM);

Completed in 136 milliseconds