Searched refs:canReuseBitmap (Results 1 - 3 of 3) 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
H A DVectorDrawable.h694 bool canReuseBitmap(Bitmap*, int width, int height);
/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 136 milliseconds