Searched refs:canReuseCache (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 108 jlong colorFilterPtr, jobject jrect, jboolean needsMirroring, jboolean canReuseCache) { in draw() argument 114 return tree->draw(canvas, colorFilter, rect, needsMirroring, canReuseCache); in draw()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 424 boolean canReuseCache = mVectorState.canReuseCache(); in draw() 427 canReuseCache); in draw() 1040 public boolean canReuseCache() { in canReuseCache() method in VectorDrawable.VectorDrawableState 2280 long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache); in nDraw() argument
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 515 bool needsMirroring, bool canReuseCache);
|
D | VectorDrawable.cpp | 406 bool needsMirroring, bool canReuseCache) { in draw() argument
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 151 long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache) { in nDraw() argument
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 6830 HSPLandroid/graphics/drawable/VectorDrawable$VectorDrawableState;->canReuseCache()Z
|
D | hiddenapi-greylist-max-o.txt | 20353 Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;->canReuseCache()Z
|