Searched refs:getStrokeWidth (Results 1 – 12 of 12) sorted by relevance
54 paint.getStrokeWidth(), in getStroke()
137 public float getStrokeWidth() { in getStrokeWidth() method in Paint_Delegate193 getStrokeWidth(), in getJavaStroke()375 /*package*/ static float getStrokeWidth(Paint thisPaint) { in getStrokeWidth() method in Paint_Delegate
97 mOffset = mMediumPaint.getStrokeWidth(); in PathsView()
105 v = paint->getStrokeWidth(); in ShapeCacheEntry()500 const float offset = (int) floorf(fmax(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f); in addTexture()
1681 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()
699 const float strokeWidthFloat = paint->getStrokeWidth(); in setFont()
279 final boolean haveStroke = currStrokeAlpha > 0 && mStrokePaint.getStrokeWidth() > 0; in draw()305 float rad = mStrokePaint.getStrokeWidth(); in draw()518 inset = mStrokePaint.getStrokeWidth() * 0.5f;
181 static jfloat getStrokeWidth(JNIEnv* env, jobject paint) { in getStrokeWidth() function in android::SkPaintGlue183 return SkScalarToFloat(GraphicsJNI::getNativePaint(env, paint)->getStrokeWidth()); in getStrokeWidth()856 {"getStrokeWidth","()F", (void*) SkPaintGlue::getStrokeWidth},
715 public native float getStrokeWidth(); in getStrokeWidth() method in Paint
4247 float thick = FloatMath.ceil(mTextPaint.getStrokeWidth()); in invalidateCursorPath()
8290 method public float getStrokeWidth();