Searched defs:canReuseBitmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp510 if (!canReuseBitmap(cache.bitmap.get(), width, height)) {
523 bool Tree::canReuseBitmap(Bitmap* bitmap, int width, int height) { function in class:android::uirenderer::VectorDrawable::Tree
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java996 if (mCachedBitmap == null || !canReuseBitmap(width, height)) {
1004 public boolean canReuseBitmap(int width, int height) { method in class:VectorDrawableCompat.VectorDrawableCompatState

Completed in 1595 milliseconds