Searched defs:strokeWidth (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 208 float strokeWidth = 0; member 245 void setStrokeWidth(float strokeWidth) { in setStrokeWidth() 282 void updateProperties(float strokeWidth, SkColor strokeColor, float strokeAlpha, in updateProperties() 308 strokeWidth = 0, enumerator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyView.java | 143 int strokeWidth = 0; in SmartReplyView() local 852 int textColor, int rippleColor, int strokeWidth) { in setButtonColors()
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.cpp | 38 const SkScalar strokeWidth = fmax(thickness, 1.0f); in drawStroke() local
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 137 jfloat strokeWidth, jint strokeColor, jfloat strokeAlpha, jint fillColor, jfloat fillAlpha, in updateFullPathPropertiesAndStrokeStyles() 282 static void setStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr, jfloat strokeWidth) { in setStrokeWidth()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 2011 float strokeWidth = properties.getFloat(STROKE_WIDTH_INDEX * 4); in updateStateFromTypedArray() local 2180 void setStrokeWidth(float strokeWidth) { in setStrokeWidth() 2312 private static native void nUpdateFullPathProperties(long pathPtr, float strokeWidth, in nUpdateFullPathProperties()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 214 static void nUpdateFullPathProperties(long pathPtr, float strokeWidth, in nUpdateFullPathProperties() 737 private void setStrokeWidth(float strokeWidth) { in setStrokeWidth()
|