Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DCanvas.cpp51 const float kStdUnderline_Offset = (1.0f / 9.0f); in drawTextDecorations() local
59 SkScalar top = y + textSize * kStdUnderline_Offset - 0.5f * strokeWidth; in drawTextDecorations()
60 SkScalar bottom = y + textSize * kStdUnderline_Offset + 0.5f * strokeWidth; in drawTextDecorations()