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

/frameworks/base/policy/src/com/android/internal/policy/impl/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 DShapeCache.h95 strokeWidth = *(uint32_t*) &v;
106 strokeWidth = *(uint32_t*) &v;
119 uint32_t strokeWidth; member in struct:android::uirenderer::ShapeCacheEntry
128 LTE_INT(strokeWidth) {
H A DFontRenderer.cpp481 uint32_t strokeWidth = *(uint32_t*) &strokeWidthFloat; local
483 scaleX, style, strokeWidth);
562 uint32_t strokeWidth = *(uint32_t*) &strokeWidthFloat; local
565 fontSize, flags, italicStyle, scaleX, style, strokeWidth);
H A DOpenGLRenderer.cpp1999 * corners of the quads on either side of each line endpoint, separated by the strokeWidth
2275 float strokeWidth = paint->getStrokeWidth(); local
2279 strokeWidth = 1.0f;
2281 const float halfWidth = strokeWidth / 2;
2298 setupDrawPoint(strokeWidth);
2995 const float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f); local
3024 paintCopy.setStrokeWidth(strokeWidth);
/frameworks/base/libs/hwui/font/
H A DFont.cpp38 SkPaint::Style style, uint32_t strokeWidth) :
423 SkPaint::Style style, uint32_t strokeWidth) {
431 (style == SkPaint::kFill_Style || font->mStrokeWidth == strokeWidth)) {
437 scaleX, style, strokeWidth);
36 Font(FontRenderer* state, uint32_t fontId, float fontSize, int flags, uint32_t italicStyle, uint32_t scaleX, SkPaint::Style style, uint32_t strokeWidth) argument
421 create(FontRenderer* state, uint32_t fontId, float fontSize, int flags, uint32_t italicStyle, uint32_t scaleX, SkPaint::Style style, uint32_t strokeWidth) argument
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp801 float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f); local
804 - 0.5f * strokeWidth);
806 + 0.5f * strokeWidth);
811 - 0.5f * strokeWidth);
813 + 0.5f * strokeWidth);

Completed in 563 milliseconds