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

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp183 static jfloat getStrokeWidth(JNIEnv* env, jobject paint) { function in class:android::SkPaintGlue
185 return SkScalarToFloat(GraphicsJNI::getNativePaint(env, paint)->getStrokeWidth());
851 {"getStrokeWidth","()F", (void*) SkPaintGlue::getStrokeWidth},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java140 public float getStrokeWidth() { method in class:Paint_Delegate
196 getStrokeWidth(),
380 /*package*/ static float getStrokeWidth(Paint thisPaint) { method in class:Paint_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java742 public native float getStrokeWidth(); method in class:Paint

Completed in 2721 milliseconds