Home
last modified time | relevance | path

Searched refs:canReuseCache (Results 1 – 6 of 6) 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.java337 boolean canReuseCache = mVectorState.canReuseCache(); in draw()
340 canReuseCache); in draw()
930 public boolean canReuseCache() { in canReuseCache() method in VectorDrawable.VectorDrawableState
2165 long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache); in nDraw() argument
/frameworks/base/libs/hwui/
DVectorDrawable.cpp404 const SkRect& bounds, bool needsMirroring, bool canReuseCache) { in draw() argument
DVectorDrawable.h549 const SkRect& bounds, bool needsMirroring, bool canReuseCache);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java338 if (!mVectorState.canReuseCache()) { in draw()
1012 public boolean canReuseCache() { in canReuseCache() method in VectorDrawableCompat.VectorDrawableCompatState
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java142 long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache) { in nDraw() argument