Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DShapeCache.h95 strokeWidth = *(uint32_t*) &v; in ShapeCacheEntry()
106 strokeWidth = *(uint32_t*) &v; in ShapeCacheEntry()
119 uint32_t strokeWidth; member
128 LTE_INT(strokeWidth) { in LTE_INT()
DFontRenderer.cpp48 SkPaint::Style style, uint32_t strokeWidth) : in Font() argument
289 SkPaint::Style style, uint32_t strokeWidth) { in create() argument
297 (style == SkPaint::kFill_Style || font->mStrokeWidth == strokeWidth)) { in create()
303 scaleX, style, strokeWidth); in create()
700 uint32_t strokeWidth = *(uint32_t*) &strokeWidthFloat; in setFont() local
702 scaleX, style, strokeWidth); in setFont()
DFontRenderer.h86 uint32_t strokeWidth);
132 uint32_t scaleX, SkPaint::Style style, uint32_t strokeWidth);
DOpenGLRenderer.h533 float strokeWidth);
DOpenGLRenderer.cpp1912 float strokeWidth = paint->getStrokeWidth(); in drawPoints() local
1916 strokeWidth = 1.0f; in drawPoints()
1918 const float halfWidth = strokeWidth / 2; in drawPoints()
1930 setupDrawPoint(strokeWidth); in drawPoints()
2377 const float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f); in drawTextDecorations() local
2406 paintCopy.setStrokeWidth(strokeWidth); in drawTextDecorations()