Searched refs:postIDiv (Results 1 - 9 of 9) sorted by relevance

/external/skia/gm/
H A Dtexdata.cpp115 tm.postIDiv(2*S, 2*S);
/external/skia/include/core/
H A DSkMatrix.h274 bool postIDiv(int divx, int divy);
/external/skia/legacy/include/core/
H A DSkMatrix.h266 bool postIDiv(int divx, int divy);
/external/skia/legacy/src/core/
H A DSkBitmapProcState.cpp365 fUnitInvMatrix.postIDiv(fOrigBitmap.width(), fOrigBitmap.height());
H A DSkMatrix.cpp310 bool SkMatrix::postIDiv(int divx, int divy) { function in class:SkMatrix
/external/skia/src/core/
H A DSkBitmapProcState.cpp98 fUnitInvMatrix.postIDiv(fOrigBitmap.width(), fOrigBitmap.height());
H A DSkMatrix.cpp369 bool SkMatrix::postIDiv(int divx, int divy) { function in class:SkMatrix
/external/skia/src/gpu/
H A DSkGpuDevice.cpp859 matrix.postIDiv(blurTexture->width(), blurTexture->height());
917 m.postIDiv(texture->width(), texture->height());
H A DGrContext.cpp1387 textureMatrix.postIDiv(src->width(), src->height());

Completed in 136 milliseconds