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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 113 static inline bool cache_size_okay(const SkBitmap& bm, const SkMatrix& invMat) {
118 // float matrixScaleFactor = 1.0 / (invMat.scaleX * invMat.scaleY);
122 < (maximumAllocation * invMat.getScaleX() * invMat.getScaleY());
    [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 132 static inline bool cache_size_okay(const SkBitmap& bm, const SkMatrix& invMat) {
138 // float matrixScaleFactor = 1.0 / (invMat.scaleX * invMat.scaleY);
142 < (maximumAllocation * invMat.getScaleX() * invMat.getScaleY());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.cpp     [all...]

Completed in 185 milliseconds