Home
last modified time | relevance | path

Searched defs:getStrokeWidth (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.h244 float getStrokeWidth() const { return mPrimitiveFields.strokeWidth; } in getStrokeWidth() function
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp277 static jfloat getStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr) { in getStrokeWidth() function
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java733 private float getStrokeWidth() { in getStrokeWidth() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java186 public float getStrokeWidth() { in getStrokeWidth() method in Paint_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2175 float getStrokeWidth() { in getStrokeWidth() method in VectorDrawable.VFullPath
/frameworks/base/core/jni/android/graphics/
DPaint.cpp741 static jfloat getStrokeWidth(jlong paintHandle) { in getStrokeWidth() function
/frameworks/base/graphics/java/android/graphics/
DPaint.java1122 public float getStrokeWidth() { in getStrokeWidth() method in Paint