Home | History | Annotate | Download | only in core

Lines Matching refs:roundidiv

296     static inline SkFixed roundidiv(SkFixed numer, int denom) {
316 fMat[kMScaleX] = roundidiv(fMat[kMScaleX], divx);
317 fMat[kMSkewX] = roundidiv(fMat[kMSkewX], divx);
318 fMat[kMTransX] = roundidiv(fMat[kMTransX], divx);
320 fMat[kMScaleY] = roundidiv(fMat[kMScaleY], divy);
321 fMat[kMSkewY] = roundidiv(fMat[kMSkewY], divy);
322 fMat[kMTransY] = roundidiv(fMat[kMTransY], divy);