Searched refs:canReuseBitmap (Results 1 – 3 of 3) sorted by relevance
567 if (!canReuseBitmap(*outCache, width, height)) { in allocateBitmapIfNeeded()578 bool Tree::canReuseBitmap(const SkBitmap& bitmap, int width, int height) { in canReuseBitmap() function in android::uirenderer::VectorDrawable::Tree
695 bool canReuseBitmap(const SkBitmap&, int width, int height);
991 if (mCachedBitmap == null || !canReuseBitmap(width, height)) { in createCachedBitmapIfNeeded()999 public boolean canReuseBitmap(int width, int height) { in canReuseBitmap() method in VectorDrawableCompat.VectorDrawableCompatState