Searched defs:getStrokeWidth (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp272 static jfloat getStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr) { function in namespace:android
274 return fullPath->stagingProperties()->getStrokeWidth();
395 {"nGetStrokeWidth", "!(J)F", (void*)getStrokeWidth},
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java304 ring.getStrokeWidth() / (2 * Math.PI * ring.getCenterRadius()));
661 public float getStrokeWidth() { method in class:MaterialProgressDrawable.Ring
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp222 static jfloat getStrokeWidth(JNIEnv* env, jobject, jlong paintHandle) { function in namespace:android::PaintGlue
223 return SkScalarToFloat(reinterpret_cast<Paint*>(paintHandle)->getStrokeWidth());
953 {"nGetStrokeWidth","!(J)F", (void*) PaintGlue::getStrokeWidth},
/frameworks/base/libs/hwui/
H A DVectorDrawable.h249 float getStrokeWidth() const{ function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java150 public float getStrokeWidth() { method in class:Paint_Delegate
202 getStrokeWidth(),
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java170 properties.putFloat(VFullPath_Delegate.STROKE_WIDTH_INDEX * 4, path.getStrokeWidth());
395 return path.getStrokeWidth();
695 private float getStrokeWidth() { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1794 float getStrokeWidth() { method in class:VectorDrawableCompat.VFullPath
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java926 public float getStrokeWidth() { method in class:Paint
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1637 return object.getStrokeWidth();
2019 float getStrokeWidth() { method in class:VectorDrawable.VFullPath

Completed in 255 milliseconds