Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java306 boolean canReuseCache = mVectorState.canReuseCache(); in draw()
309 canReuseCache); in draw()
857 public boolean canReuseCache() { in canReuseCache() method in VectorDrawable.VectorDrawableState
1803 long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache); in nDraw() argument
/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/libs/hwui/
DVectorDrawable.cpp460 const SkRect& bounds, bool needsMirroring, bool canReuseCache) { in draw() argument
DVectorDrawable.h554 const SkRect& bounds, bool needsMirroring, bool canReuseCache);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java211 if (!mVectorState.canReuseCache()) { in draw()
849 public boolean canReuseCache() { in canReuseCache() method in VectorDrawableCompat.VectorDrawableCompatState
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java128 long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache) { in nDraw() argument