Home
last modified time | relevance | path

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

/external/skia/gm/
Dtexdata.cpp96 tm.postIDiv(2*S, 2*S);
/external/skia/src/gpu/
DGrTextureParamsAdjuster.cpp426 textureMatrix.postIDiv(texture->width(), texture->height()); in createFragmentProcessor()
497 normalizedTextureMatrix.postIDiv(texture->width(), texture->height()); in createFragmentProcessor()
DGrBlurUtils.cpp36 matrix.postIDiv(mask->width(), mask->height()); in draw_mask()
DGrContext.cpp434 textureMatrix.postIDiv(src->width(), src->height()); in readSurfacePixels()
/external/skia/include/core/
DSkMatrix.h314 bool postIDiv(int divx, int divy);
/external/skia/src/core/
DSkBitmapProcState.cpp167 fInvMatrix.postIDiv(fPixmap.width(), fPixmap.height()); in chooseProcs()
DSkMatrix.cpp415 bool SkMatrix::postIDiv(int divx, int divy) { in postIDiv() function in SkMatrix