Home
last modified time | relevance | path

Searched refs:getStrokeWidth (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DDashPathEffect_Delegate.java54 paint.getStrokeWidth(), in getStroke()
DPaint_Delegate.java137 public float getStrokeWidth() { in getStrokeWidth() method in Paint_Delegate
193 getStrokeWidth(), in getJavaStroke()
375 /*package*/ static float getStrokeWidth(Paint thisPaint) { in getStrokeWidth() method in Paint_Delegate
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPathsActivity.java97 mOffset = mMediumPaint.getStrokeWidth(); in PathsView()
/frameworks/base/libs/hwui/
DShapeCache.h105 v = paint->getStrokeWidth(); in ShapeCacheEntry()
500 const float offset = (int) floorf(fmax(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f); in addTexture()
DOpenGLRenderer.cpp1681 float halfStrokeWidth = paint->getStrokeWidth() * 0.5f; in drawLines()
1684 bool isHairLine = paint->getStrokeWidth() == 0.0f; in drawLines()
1912 float strokeWidth = paint->getStrokeWidth(); in drawPoints()
1913 const bool isHairLine = paint->getStrokeWidth() == 0.0f; in drawPoints()
DFontRenderer.cpp699 const float strokeWidthFloat = paint->getStrokeWidth(); in setFont()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java279 final boolean haveStroke = currStrokeAlpha > 0 && mStrokePaint.getStrokeWidth() > 0; in draw()
305 float rad = mStrokePaint.getStrokeWidth(); in draw()
518 inset = mStrokePaint.getStrokeWidth() * 0.5f;
/frameworks/base/core/jni/android/graphics/
DPaint.cpp181 static jfloat getStrokeWidth(JNIEnv* env, jobject paint) { in getStrokeWidth() function in android::SkPaintGlue
183 return SkScalarToFloat(GraphicsJNI::getNativePaint(env, paint)->getStrokeWidth()); in getStrokeWidth()
856 {"getStrokeWidth","()F", (void*) SkPaintGlue::getStrokeWidth},
/frameworks/base/graphics/java/android/graphics/
DPaint.java715 public native float getStrokeWidth(); in getStrokeWidth() method in Paint
/frameworks/base/core/java/android/widget/
DTextView.java4247 float thick = FloatMath.ceil(mTextPaint.getStrokeWidth()); in invalidateCursorPath()
/frameworks/base/api/
Dcurrent.txt8290 method public float getStrokeWidth();
D14.txt8290 method public float getStrokeWidth();