Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.cpp567 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
DVectorDrawable.h695 bool canReuseBitmap(const SkBitmap&, int width, int height);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java991 if (mCachedBitmap == null || !canReuseBitmap(width, height)) { in createCachedBitmapIfNeeded()
999 public boolean canReuseBitmap(int width, int height) { in canReuseBitmap() method in VectorDrawableCompat.VectorDrawableCompatState