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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DDashPathEffect_Delegate.java54 paint.getStrokeWidth(),
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/libs/hwui/
H A DPathCache.cpp43 offset = (int) floorf(fmax(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f);
H A DPathRenderer.cpp46 float outset = paint->getStrokeWidth() * 0.5f;
531 threshInvScaleX *= bounds.width() / (bounds.width() + paint->getStrokeWidth());
532 threshInvScaleY *= bounds.height() / (bounds.height() + paint->getStrokeWidth());
553 float halfStrokeWidth = paint->getStrokeWidth() * 0.5f;
H A DOpenGLRenderer.cpp1253 float outset = paint->getStrokeWidth() * 0.5f;
2017 float halfStrokeWidth = paint->getStrokeWidth() * 0.5f;
2020 bool isHairLine = paint->getStrokeWidth() == 0.0f;
2273 float strokeWidth = paint->getStrokeWidth();
2274 const bool isHairLine = paint->getStrokeWidth() == 0.0f;
2367 float outset = p->getStrokeWidth() / 2;
2391 path.addCircle(x, y, radius + p->getStrokeWidth() / 2);
2415 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
2443 rect.outset(p->getStrokeWidth() /
[all...]
H A DFontRenderer.cpp480 const float strokeWidthFloat = paint->getStrokeWidth();
561 const float strokeWidthFloat = paint->getStrokeWidth();
H A DShapeCache.h105 v = paint->getStrokeWidth();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathsActivity.java97 mOffset = mMediumPaint.getStrokeWidth();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java439 mStrokePaint.getStrokeWidth() > 0;
465 float rad = mStrokePaint.getStrokeWidth();
693 inset = mStrokePaint.getStrokeWidth() * 0.5f;
/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/graphics/java/android/graphics/
H A DPaint.java742 public native float getStrokeWidth(); method in class:Paint
/frameworks/base/core/java/android/widget/
H A DTextView.java4432 float thick = FloatMath.ceil(mTextPaint.getStrokeWidth());

Completed in 342 milliseconds