Home
last modified time | relevance | path

Searched refs:setStrokeColor (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp290 static void setStrokeColor(JNIEnv*, jobject, jlong fullPathPtr, jint strokeColor) { in setStrokeColor() function
292 fullPath->mutateStagingProperties()->setStrokeColor(strokeColor); in setStrokeColor()
404 {"nSetStrokeColor", "(JI)V", (void*)setStrokeColor},
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java221 path.setStrokeColor(strokeColor); in nUpdateFullPathProperties()
437 path.setStrokeColor(strokeColor); in nSetStrokeColor()
608 return this::setStrokeColor; in getIntPropertySetter()
729 private void setStrokeColor(int strokeColor) { in setStrokeColor() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.cpp232 setStrokeColor(value); in setColorPropertyValue()
DVectorDrawable.h249 void setStrokeColor(SkColor strokeColor) { in setStrokeColor() function
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1793 object.setStrokeColor(value);
2167 void setStrokeColor(int strokeColor) { in setStrokeColor() method in VectorDrawable.VFullPath