Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp147 mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump()
185 } else if (properties.getStrokeColor() != SK_ColorTRANSPARENT) { in draw()
186 paint.setColor(applyAlpha(properties.getStrokeColor(), properties.getStrokeAlpha())); in draw()
H A DVectorDrawable.h249 SkColor getStrokeColor() const { return mPrimitiveFields.strokeColor; } in getStrokeColor() function
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp285 static jint getStrokeColor(JNIEnv*, jobject, jlong fullPathPtr) { in getStrokeColor() function
287 return fullPath->stagingProperties()->getStrokeColor(); in getStrokeColor()
403 {"nGetStrokeColor", "(J)I", (void*)getStrokeColor},
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1791 return object.getStrokeColor();
1931 final int oldStrokeColor = getStrokeColor(); in onStateChange()
2151 int getStrokeColor() { in getStrokeColor() method in VectorDrawable.VFullPath
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17521 Landroid/graphics/drawable/VectorDrawable$VFullPath;->getStrokeColor()I