Searched refs:canReuseCache (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 306 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/ |
D | android_graphics_drawable_VectorDrawable.cpp | 103 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/ |
D | VectorDrawable.cpp | 460 const SkRect& bounds, bool needsMirroring, bool canReuseCache) { in draw() argument
|
D | VectorDrawable.h | 554 const SkRect& bounds, bool needsMirroring, bool canReuseCache);
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCompat.java | 211 if (!mVectorState.canReuseCache()) { in draw() 849 public boolean canReuseCache() { in canReuseCache() method in VectorDrawableCompat.VectorDrawableCompatState
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 128 long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache) { in nDraw() argument
|