Searched refs:invMat (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState.cpp103 static inline bool cache_size_okay(const SkBitmap& bm, const SkMatrix& invMat) { argument
108 // float matrixScaleFactor = 1.0 / (invMat.scaleX * invMat.scaleY);
112 < (maximumAllocation * invMat.getScaleX() * invMat.getScaleY());

Completed in 220 milliseconds