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

  /external/skia/include/core/
SkMatrix.h 246 bool postIDiv(int divx, int divy);
  /external/skia/src/core/
SkBitmapProcState.cpp 358 fUnitInvMatrix.postIDiv(fOrigBitmap.width(), fOrigBitmap.height());
SkMatrix.cpp 280 bool SkMatrix::postIDiv(int divx, int divy) {
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 790 m.postIDiv(dstM.fBounds.width(), dstM.fBounds.height());
    [all...]

Completed in 94 milliseconds