Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp282 static jint getStrokeColor(JNIEnv*, jobject, jlong fullPathPtr) { in getStrokeColor() function
284 return fullPath->stagingProperties()->getStrokeColor(); in getStrokeColor()
399 {"nGetStrokeColor", "(J)I", (void*)getStrokeColor},
/frameworks/base/libs/hwui/
DVectorDrawable.cpp141 … mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump()
180 } else if (properties.getStrokeColor() != SK_ColorTRANSPARENT) { in draw()
181 paint.setColor(applyAlpha(properties.getStrokeColor(), properties.getStrokeAlpha())); in draw()
DVectorDrawable.h258 SkColor getStrokeColor() const{ in getStrokeColor() function
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java184 properties.putInt(VFullPath_Delegate.STROKE_COLOR_INDEX * 4, path.getStrokeColor()); in nGetFullPathProperties()
419 return path.getStrokeColor(); in nGetStrokeColor()
713 private int getStrokeColor() { in getStrokeColor() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1690 return object.getStrokeColor();
1834 final int oldStrokeColor = getStrokeColor(); in onStateChange()
2054 int getStrokeColor() { in getStrokeColor() method in VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1800 int getStrokeColor() { in getStrokeColor() method in VectorDrawableCompat.VFullPath