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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardCircleFramedDrawable.java53 int frameColor, float strokeWidth,
61 mStrokeWidth = strokeWidth;
52 KeyguardCircleFramedDrawable(Bitmap bitmap, int size, int frameColor, float strokeWidth, int frameShadowColor, float shadowRadius, int highlightColor) argument
/frameworks/base/libs/hwui/
H A DPathCache.cpp49 strokeWidth(1.0f),
60 strokeWidth(paint->getStrokeWidth()),
71 hash = JenkinsHashMix(hash, android::hash_type(strokeWidth));
H A DPathCache.h115 float strokeWidth; member in struct:android::uirenderer::PathDescription
H A DOpenGLRenderer.cpp3284 const float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f); local
3313 paintCopy.setStrokeWidth(strokeWidth);
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp810 float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f); local
813 - 0.5f * strokeWidth);
815 + 0.5f * strokeWidth);
820 - 0.5f * strokeWidth);
822 + 0.5f * strokeWidth);

Completed in 166 milliseconds