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

  /external/skia/src/core/
SkCanvas.cpp 149 void updateMC(const SkMatrix& totalMatrix, const SkRasterClip& totalClip,
157 fMatrix = &totalMatrix;
160 fMatrixStorage = totalMatrix;
826 const SkMatrix& totalMatrix = this->getTotalMatrix();
831 layer->updateMC(totalMatrix, totalClip, *fClipStack, NULL);
835 layer->updateMC(totalMatrix, clip, *fClipStack, &clip);
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 43 milliseconds