Searched refs:strokeWidth (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/libs/hwui/ |
D | TessellationCache.cpp | 44 , strokeWidth(1.0f) { in Description() 53 , strokeWidth(paint.getStrokeWidth()) { in Description() 63 hash = JenkinsHashMix(hash, android::hash_type(strokeWidth)); in hash() 75 paint->setStrokeWidth(strokeWidth); in setupMatrixAndPaint() 459 float outset = description.strokeWidth / 2; in tessellateRoundRect()
|
D | PathCache.cpp | 49 , strokeWidth(1.0f) in PathDescription() 60 , strokeWidth(paint->getStrokeWidth()) in PathDescription() 71 hash = JenkinsHashMix(hash, android::hash_type(strokeWidth)); in hash()
|
D | TessellationCache.h | 61 float strokeWidth; member
|
D | PathCache.h | 129 float strokeWidth; member
|
D | OpenGLRenderer.cpp | 2459 const float strokeWidth = std::max(textSize * kStdUnderline_Thickness, 1.0f); 2488 paintCopy.setStrokeWidth(strokeWidth);
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | MaterialProgressDrawable.java | 131 double centerRadius, double strokeWidth, float arrowWidth, float arrowHeight) { in setSizeParameters() argument 138 ring.setStrokeWidth((float) strokeWidth * screenDensity); in setSizeParameters() 655 public void setStrokeWidth(float strokeWidth) { in setStrokeWidth() argument 656 mStrokeWidth = strokeWidth; in setStrokeWidth() 657 mPaint.setStrokeWidth(strokeWidth); in setStrokeWidth()
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 485 float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f); in drawTextDecorations() local 487 SkScalar top = y + textSize * kStdUnderline_Offset - 0.5f * strokeWidth; in drawTextDecorations() 488 SkScalar bottom = y + textSize * kStdUnderline_Offset + 0.5f * strokeWidth; in drawTextDecorations() 492 SkScalar top = y + textSize * kStdStrikeThru_Offset - 0.5f * strokeWidth; in drawTextDecorations() 493 SkScalar bottom = y + textSize * kStdStrikeThru_Offset + 0.5f * strokeWidth; in drawTextDecorations()
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCompat.java | 1406 void setStrokeWidth(float strokeWidth) { in setStrokeWidth() argument 1407 mStrokeWidth = strokeWidth; in setStrokeWidth()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1657 void setStrokeWidth(float strokeWidth) { in setStrokeWidth() argument 1658 mStrokeWidth = strokeWidth; in setStrokeWidth()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 1827 NO DOC BLOCK: android.R.attr Field strokeWidth
|
/frameworks/base/api/ |
D | current.txt | 1146 field public static final int strokeWidth = 16843783; // 0x1010407
|
D | system-current.txt | 1242 field public static final int strokeWidth = 16843783; // 0x1010407
|