Home
last modified time | relevance | path

Searched defs:strokeWidth (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
DTessellationCache.h61 float strokeWidth; member
DPathCache.h129 float strokeWidth; member
/frameworks/support/v4/java/android/support/v4/widget/
DMaterialProgressDrawable.java131 double centerRadius, double strokeWidth, float arrowWidth, float arrowHeight) { in setSizeParameters()
655 public void setStrokeWidth(float strokeWidth) { in setStrokeWidth()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1406 void setStrokeWidth(float strokeWidth) { in setStrokeWidth()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1657 void setStrokeWidth(float strokeWidth) { in setStrokeWidth()
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp485 float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f); in drawTextDecorations() local