Searched refs:strokeColor (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.h209 SkColor strokeColor = SK_ColorTRANSPARENT; member in struct:android::uirenderer::VectorDrawable::FullPath::FullPathProperties::PrimitiveFields
256 return mPrimitiveFields.strokeColor;
258 void setStrokeColor(SkColor strokeColor) { argument
259 VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(strokeColor, strokeColor);
311 void updateProperties(float strokeWidth, SkColor strokeColor, float strokeAlpha, argument
316 mPrimitiveFields.strokeColor = strokeColor;
337 strokeColor, member in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties::Property
H A DVectorDrawable.cpp278 if (currentProperty == Property::strokeColor) {
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DAndroidResources.java49 android.R.attr.strokeColor, android.R.attr.strokeWidth, android.R.attr.trimPathStart,
H A DVectorDrawableCompat.java173 * <dt><code>android:strokeColor</code></dt>
1787 mStrokeColor = TypedArrayUtils.getNamedColor(a, parser, "strokeColor",
1821 void setStrokeColor(int strokeColor) { argument
1822 mStrokeColor = strokeColor;
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp132 jfloat strokeWidth, jint strokeColor, jfloat strokeAlpha, jint fillColor, jfloat fillAlpha,
136 fullPath->mutateStagingProperties()->updateProperties(strokeWidth, strokeColor, strokeAlpha,
287 static void setStrokeColor(JNIEnv*, jobject, jlong fullPathPtr, jint strokeColor) { argument
289 fullPath->mutateStagingProperties()->setStrokeColor(strokeColor);
131 updateFullPathPropertiesAndStrokeStyles(JNIEnv*, jobject, jlong fullPathPtr, jfloat strokeWidth, jint strokeColor, jfloat strokeAlpha, jint fillColor, jfloat fillAlpha, jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, jint strokeLineCap, jint strokeLineJoin, jint fillType) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java190 int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart,
196 path.setStrokeColor(strokeColor);
411 static void nSetStrokeColor(long pathPtr, int strokeColor) { argument
413 path.setStrokeColor(strokeColor);
691 private void setStrokeColor(int strokeColor) { argument
692 mStrokeColor = strokeColor;
189 nUpdateFullPathProperties(long pathPtr, float strokeWidth, int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart, float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, int fillType) argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java167 * <dt><code>android:strokeColor</code></dt>
1648 put("strokeColor", STROKE_COLOR_INDEX);
1673 new IntProperty<VFullPath> ("strokeColor") {
1767 put("strokeColor", STROKE_COLOR);
1887 int strokeColor = properties.getInt(STROKE_COLOR_INDEX * 4);
1947 strokeColor = strokeColors.getDefaultColor();
1975 nUpdateFullPathProperties(mNativePtr, strokeWidth, strokeColor, strokeAlpha,
2042 void setStrokeColor(int strokeColor) { argument
2045 nSetStrokeColor(mNativePtr, strokeColor);
2169 int strokeColor, floa
2168 nUpdateFullPathProperties(long pathPtr, float strokeWidth, int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart, float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, int fillType) argument
2216 nSetStrokeColor(long pathPtr, int strokeColor) argument
[all...]

Completed in 215 milliseconds