Lines Matching refs:roundidiv
397 static inline SkFixed roundidiv(SkFixed numer, int denom) {
417 fMat[kMScaleX] = roundidiv(fMat[kMScaleX], divx);
418 fMat[kMSkewX] = roundidiv(fMat[kMSkewX], divx);
419 fMat[kMTransX] = roundidiv(fMat[kMTransX], divx);
421 fMat[kMScaleY] = roundidiv(fMat[kMScaleY], divy);
422 fMat[kMSkewY] = roundidiv(fMat[kMSkewY], divy);
423 fMat[kMTransY] = roundidiv(fMat[kMTransY], divy);