Searched defs:strokeWidth (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DTessellationCache.h61 float strokeWidth; member in struct:android::uirenderer::TessellationCache::Description
H A DPathCache.h117 float strokeWidth; member in struct:android::uirenderer::PathDescription
H A DOpenGLRenderer.cpp3088 const float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f); local
3117 paintCopy.setStrokeWidth(strokeWidth);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardCircleFramedDrawable.java51 int frameColor, float strokeWidth,
59 mStrokeWidth = strokeWidth;
50 KeyguardCircleFramedDrawable(Bitmap bitmap, int size, int frameColor, float strokeWidth, int frameShadowColor, float shadowRadius, int highlightColor) argument
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java123 double centerRadius, double strokeWidth, float arrowWidth, float arrowHeight) {
130 ring.setStrokeWidth((float) strokeWidth * screenDensity);
559 * @param strokeWidth Set the stroke width of the progress spinner in pixels.
561 public void setStrokeWidth(float strokeWidth) { argument
562 mStrokeWidth = strokeWidth;
563 mPaint.setStrokeWidth(strokeWidth);
122 setSizeParameters(double progressCircleWidth, double progressCircleHeight, double centerRadius, double strokeWidth, float arrowWidth, float arrowHeight) argument
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp467 float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f); local
469 SkScalar top = y + textSize * kStdUnderline_Offset - 0.5f * strokeWidth;
470 SkScalar bottom = y + textSize * kStdUnderline_Offset + 0.5f * strokeWidth;
474 SkScalar top = y + textSize * kStdStrikeThru_Offset - 0.5f * strokeWidth;
475 SkScalar bottom = y + textSize * kStdStrikeThru_Offset + 0.5f * strokeWidth;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java129 * <dt><code>android:strokeWidth</code></dt>
1491 void setStrokeWidth(float strokeWidth) { argument
1492 mStrokeWidth = strokeWidth;

Completed in 2025 milliseconds