Searched refs:postIDiv (Results 1 – 7 of 7) sorted by relevance
96 tm.postIDiv(2*S, 2*S);
426 textureMatrix.postIDiv(texture->width(), texture->height()); in createFragmentProcessor()497 normalizedTextureMatrix.postIDiv(texture->width(), texture->height()); in createFragmentProcessor()
36 matrix.postIDiv(mask->width(), mask->height()); in draw_mask()
434 textureMatrix.postIDiv(src->width(), src->height()); in readSurfacePixels()
314 bool postIDiv(int divx, int divy);
167 fInvMatrix.postIDiv(fPixmap.width(), fPixmap.height()); in chooseProcs()
415 bool SkMatrix::postIDiv(int divx, int divy) { in postIDiv() function in SkMatrix