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

/frameworks/base/libs/hwui/
H A DVectorDrawable.h212 float fillAlpha = 1; member in struct:android::uirenderer::VectorDrawable::FullPath::FullPathProperties::PrimitiveFields
274 return mPrimitiveFields.fillAlpha;
276 void setFillAlpha(float fillAlpha) { argument
277 VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(fillAlpha, fillAlpha);
312 SkColor fillColor, float fillAlpha, float trimPathStart, float trimPathEnd,
319 mPrimitiveFields.fillAlpha = fillAlpha;
340 fillAlpha, member in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties::Property
311 updateProperties(float strokeWidth, SkColor strokeColor, float strokeAlpha, SkColor fillColor, float fillAlpha, float trimPathStart, float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, int fillType) argument
H A DVectorDrawable.cpp297 case Property::fillAlpha:
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DAndroidResources.java52 android.R.attr.strokeAlpha, android.R.attr.fillAlpha
H A DVectorDrawableCompat.java184 * <dt><code>android:fillAlpha</code></dt>
1776 mFillAlpha = TypedArrayUtils.getNamedFloat(a, parser, "fillAlpha",
1861 void setFillAlpha(float fillAlpha) { argument
1862 mFillAlpha = fillAlpha;
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp132 jfloat strokeWidth, jint strokeColor, jfloat strokeAlpha, jint fillColor, jfloat fillAlpha,
137 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset, strokeMiterLimit,
317 static void setFillAlpha(JNIEnv*, jobject, jlong fullPathPtr, jfloat fillAlpha) { argument
319 fullPath->mutateStagingProperties()->setFillAlpha(fillAlpha);
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,
199 path.setFillAlpha(fillAlpha);
447 static void nSetFillAlpha(long pathPtr, float fillAlpha) { argument
449 path.setFillAlpha(fillAlpha);
723 private void setFillAlpha(float fillAlpha) { argument
724 mFillAlpha = fillAlpha;
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.java180 * <dt><code>android:fillAlpha</code></dt>
1651 put("fillAlpha", FILL_ALPHA_INDEX);
1712 new FloatProperty<VFullPath> ("fillAlpha") {
1770 put("fillAlpha", FILL_ALPHA);
1890 float fillAlpha = properties.getFloat(FILL_ALPHA_INDEX * 4);
1955 fillAlpha = a.getFloat(R.styleable.VectorDrawablePath_fillAlpha, fillAlpha);
1976 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset,
2092 void setFillAlpha(float fillAlpha) { argument
2094 nSetFillAlpha(mNativePtr, fillAlpha);
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
2222 nSetFillAlpha(long pathPtr, float fillAlpha) argument
[all...]

Completed in 169 milliseconds