Searched refs:strokeWidth (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/
H A DTessellationCache.cpp44 , strokeWidth(1.0f) {
53 , strokeWidth(paint.getStrokeWidth()) {
63 hash = JenkinsHashMix(hash, android::hash_type(strokeWidth));
75 paint->setStrokeWidth(strokeWidth);
459 float outset = description.strokeWidth / 2;
H A DTessellationCache.h61 float strokeWidth; member in struct:android::uirenderer::TessellationCache::Description
H A DPathCache.cpp49 , strokeWidth(1.0f)
60 , strokeWidth(paint->getStrokeWidth())
71 hash = JenkinsHashMix(hash, android::hash_type(strokeWidth));
H A DPathCache.h129 float strokeWidth; member in struct:android::uirenderer::PathDescription
H A DOpenGLRenderer.cpp2459 const float strokeWidth = std::max(textSize * kStdUnderline_Thickness, 1.0f); local
2488 paintCopy.setStrokeWidth(strokeWidth);
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java131 double centerRadius, double strokeWidth, float arrowWidth, float arrowHeight) {
138 ring.setStrokeWidth((float) strokeWidth * screenDensity);
653 * @param strokeWidth Set the stroke width of the progress spinner in pixels.
655 public void setStrokeWidth(float strokeWidth) { argument
656 mStrokeWidth = strokeWidth;
657 mPaint.setStrokeWidth(strokeWidth);
130 setSizeParameters(double progressCircleWidth, double progressCircleHeight, double centerRadius, double strokeWidth, float arrowWidth, float arrowHeight) argument
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp485 float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f); local
487 SkScalar top = y + textSize * kStdUnderline_Offset - 0.5f * strokeWidth;
488 SkScalar bottom = y + textSize * kStdUnderline_Offset + 0.5f * strokeWidth;
492 SkScalar top = y + textSize * kStdStrikeThru_Offset - 0.5f * strokeWidth;
493 SkScalar bottom = y + textSize * kStdStrikeThru_Offset + 0.5f * strokeWidth;
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java127 * <dt><code>android:strokeWidth</code></dt>
1406 void setStrokeWidth(float strokeWidth) { argument
1407 mStrokeWidth = strokeWidth;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java132 * <dt><code>android:strokeWidth</code></dt>
1657 void setStrokeWidth(float strokeWidth) { argument
1658 mStrokeWidth = strokeWidth;

Completed in 235 milliseconds