Home
last modified time | relevance | path

Searched refs:cache_size_okay (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() function
85 if (kN32_SkColorType != provider.info().colorType() || !cache_size_okay(provider, fInvMatrix) || in processHQRequest()