Searched refs:cache_size_okay (Results 1 – 1 of 1) sorted by relevance
59 static inline bool cache_size_okay(const SkBitmapProvider& provider, const SkMatrix& invMat) { in cache_size_okay() function85 if (kN32_SkColorType != provider.info().colorType() || !cache_size_okay(provider, fInvMatrix) || in processHQRequest()