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

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp563 if (!canReuseBitmap(*outCache, width, height)) {
574 bool Tree::canReuseBitmap(const SkBitmap& bitmap, int width, int height) { function in class:android::uirenderer::VectorDrawable::Tree
H A DVectorDrawable.h694 bool canReuseBitmap(const SkBitmap&, int width, int height);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java833 if (mCachedBitmap == null || !canReuseBitmap(width, height)) {
841 public boolean canReuseBitmap(int width, int height) { method in class:VectorDrawableCompat.VectorDrawableCompatState

Completed in 61 milliseconds