Searched refs:getStrokeColor (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 287 static jint getStrokeColor(JNIEnv*, jobject, jlong fullPathPtr) { in getStrokeColor() function 289 return fullPath->stagingProperties()->getStrokeColor(); in getStrokeColor() 405 {"nGetStrokeColor", "(J)I", (void*)getStrokeColor},
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 141 mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump() 179 } else if (properties.getStrokeColor() != SK_ColorTRANSPARENT) { in draw() 180 paint.setColor(applyAlpha(properties.getStrokeColor(), properties.getStrokeAlpha())); in draw()
|
D | VectorDrawable.h | 248 SkColor getStrokeColor() const { return mPrimitiveFields.strokeColor; } in getStrokeColor() function
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 196 properties.putInt(VFullPath_Delegate.STROKE_COLOR_INDEX * 4, path.getStrokeColor()); in nGetFullPathProperties() 431 return path.getStrokeColor(); in nGetStrokeColor() 725 private int getStrokeColor() { in getStrokeColor() method in VectorDrawable_Delegate.VFullPath_Delegate
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1798 return object.getStrokeColor(); 1942 final int oldStrokeColor = getStrokeColor(); in onStateChange() 2162 int getStrokeColor() { in getStrokeColor() method in VectorDrawable.VFullPath
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 20408 Landroid/graphics/drawable/VectorDrawable$VFullPath;->getStrokeColor()I
|