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