Home
last modified time | relevance | path

Searched refs:canReuseCache (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp103 jlong colorFilterPtr, jobject jrect, jboolean needsMirroring, jboolean canReuseCache) { in draw() argument
109 return tree->draw(canvas, colorFilter, rect, needsMirroring, canReuseCache); in draw()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java338 boolean canReuseCache = mVectorState.canReuseCache(); in draw()
341 canReuseCache); in draw()
937 public boolean canReuseCache() { in canReuseCache() method in VectorDrawable.VectorDrawableState
2172 long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache); in nDraw() argument
/frameworks/base/libs/hwui/
DVectorDrawable.h551 const SkRect& bounds, bool needsMirroring, bool canReuseCache);
DVectorDrawable.cpp405 const SkRect& bounds, bool needsMirroring, bool canReuseCache) { in draw() argument
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java339 if (!mVectorState.canReuseCache()) { in draw()
1014 public boolean canReuseCache() { in canReuseCache() method in VectorDrawableCompat.VectorDrawableCompatState
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java142 long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache) { in nDraw() argument
/frameworks/base/config/
Dboot-image-profile.txt22708 HSPLandroid/graphics/drawable/VectorDrawable$VectorDrawableState;->canReuseCache()Z