HomeSort by relevance Sort by last modified time
    Searched refs:roundidiv (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/core/
SkMatrix.cpp 296 static inline SkFixed roundidiv(SkFixed numer, int denom) { function
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);
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 355 static inline SkFixed roundidiv(SkFixed numer, int denom) { function
375 fMat[kMScaleX] = roundidiv(fMat[kMScaleX], divx);
376 fMat[kMSkewX] = roundidiv(fMat[kMSkewX], divx);
377 fMat[kMTransX] = roundidiv(fMat[kMTransX], divx);
379 fMat[kMScaleY] = roundidiv(fMat[kMScaleY], divy);
380 fMat[kMSkewY] = roundidiv(fMat[kMSkewY], divy);
381 fMat[kMTransY] = roundidiv(fMat[kMTransY], divy);
    [all...]

Completed in 670 milliseconds