Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapController.cpp59 static inline bool cache_size_okay(const SkBitmapProvider& provider, const SkMatrix& invMat) { in cache_size_okay() argument
68 SkScalar invScaleSqr = invMat.getScaleX() * invMat.getScaleY(); in cache_size_okay()