Home
last modified time | relevance | path

Searched refs:postIDiv (Results 1 – 6 of 6) sorted by relevance

/external/skia/gm/
Dtexdata.cpp114 sampleMat->postIDiv(2*S, 2*S); in onDraw()
/external/skia/include/core/
DSkMatrix.h266 bool postIDiv(int divx, int divy);
/external/skia/src/core/
DSkBitmapProcState.cpp365 fUnitInvMatrix.postIDiv(fOrigBitmap.width(), fOrigBitmap.height()); in chooseProcs()
DSkMatrix.cpp310 bool SkMatrix::postIDiv(int divx, int divy) { in postIDiv() function in SkMatrix
/external/skia/src/gpu/
DSkGpuDevice.cpp1026 grp->maskSampler(MASK_IDX)->matrix()->postIDiv(blurTexture->width(), in drawWithGPUMaskFilter()
1101 m->postIDiv(texture->width(), texture->height()); in drawWithMaskFilter()
DGrContext.cpp1653 matrix.postIDiv(src->width(), src->height()); in internalReadRenderTargetPixels()