Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
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},
/frameworks/base/libs/hwui/
DVectorDrawable.cpp146 mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump()
184 } else if (properties.getStrokeColor() != SK_ColorTRANSPARENT) { in draw()
185 paint.setColor(applyAlpha(properties.getStrokeColor(), properties.getStrokeAlpha())); in draw()
DVectorDrawable.h248 SkColor getStrokeColor() const { return mPrimitiveFields.strokeColor; } in getStrokeColor() function
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java196 properties.putInt(VFullPath_Delegate.STROKE_COLOR_INDEX * 4, path.getStrokeColor()); in nGetFullPathProperties()
431 return path.getStrokeColor(); in nGetStrokeColor()
725 private int getStrokeColor() { in getStrokeColor() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1802 return object.getStrokeColor();
1946 final int oldStrokeColor = getStrokeColor(); in onStateChange()
2166 int getStrokeColor() { in getStrokeColor() method in VectorDrawable.VFullPath
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt20399 Landroid/graphics/drawable/VectorDrawable$VFullPath;->getStrokeColor()I