Searched refs:setStrokeColor (Results 1 – 6 of 6) sorted by relevance
290 static void setStrokeColor(JNIEnv*, jobject, jlong fullPathPtr, jint strokeColor) { in setStrokeColor() function292 fullPath->mutateStagingProperties()->setStrokeColor(strokeColor); in setStrokeColor()404 {"nSetStrokeColor", "(JI)V", (void*)setStrokeColor},
221 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
232 setStrokeColor(value); in setColorPropertyValue()
249 void setStrokeColor(SkColor strokeColor) { in setStrokeColor() function
1797 object.setStrokeColor(value);2171 void setStrokeColor(int strokeColor) { in setStrokeColor() method in VectorDrawable.VFullPath
20417 Landroid/graphics/drawable/VectorDrawable$VFullPath;->setStrokeColor(I)V