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

  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 394 static inline SkFixed roundidiv(SkFixed numer, int denom) { function
414 fMat[kMScaleX] = roundidiv(fMat[kMScaleX], divx);
415 fMat[kMSkewX] = roundidiv(fMat[kMSkewX], divx);
416 fMat[kMTransX] = roundidiv(fMat[kMTransX], divx);
418 fMat[kMScaleY] = roundidiv(fMat[kMScaleY], divy);
419 fMat[kMSkewY] = roundidiv(fMat[kMSkewY], divy);
420 fMat[kMTransY] = roundidiv(fMat[kMTransY], divy);
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 394 static inline SkFixed roundidiv(SkFixed numer, int denom) { function
414 fMat[kMScaleX] = roundidiv(fMat[kMScaleX], divx);
415 fMat[kMSkewX] = roundidiv(fMat[kMSkewX], divx);
416 fMat[kMTransX] = roundidiv(fMat[kMTransX], divx);
418 fMat[kMScaleY] = roundidiv(fMat[kMScaleY], divy);
419 fMat[kMSkewY] = roundidiv(fMat[kMSkewY], divy);
420 fMat[kMTransY] = roundidiv(fMat[kMTransY], divy);
    [all...]

Completed in 199 milliseconds