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.cpp293 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.java1581 mFillAlpha = TypedArrayUtils.getNamedFloat(a, parser, "fillAlpha",
1666 void setFillAlpha(float fillAlpha) { argument
1667 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.java150 * <dt><code>android:fillAlpha</code></dt>
1425 put("fillAlpha", FILL_ALPHA_INDEX);
1532 float fillAlpha = properties.getFloat(FILL_ALPHA_INDEX * 4);
1597 fillAlpha = a.getFloat(R.styleable.VectorDrawablePath_fillAlpha, fillAlpha);
1618 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset,
1734 void setFillAlpha(float fillAlpha) { argument
1736 nSetFillAlpha(mNativePtr, fillAlpha);
1810 int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart,
1863 private static native void nSetFillAlpha(long pathPtr, float fillAlpha); argument
1809 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
[all...]

Completed in 249 milliseconds