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

  /external/skia/legacy/src/core/
SkCanvas.cpp 94 void updateMC(const SkMatrix& totalMatrix, const SkRasterClip& totalClip,
136 // can only be called after calling updateMC()
619 layer->updateMC(totalMatrix, totalClip, fClipStack, NULL);
627 layer->updateMC(totalMatrix, clip, fClipStack, &clip);
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 163 void updateMC(const SkMatrix& totalMatrix, const SkRasterClip& totalClip,
722 layer->updateMC(totalMatrix, totalClip, fClipStack, NULL);
726 layer->updateMC(totalMatrix, clip, fClipStack, &clip);
    [all...]

Completed in 52 milliseconds