Searched refs:kStdUnderline_Offset (Results 1 – 1 of 1) sorted by relevance
51 const float kStdUnderline_Offset = (1.0f / 9.0f); in drawTextDecorations() local59 SkScalar top = y + textSize * kStdUnderline_Offset - 0.5f * strokeWidth; in drawTextDecorations()60 SkScalar bottom = y + textSize * kStdUnderline_Offset + 0.5f * strokeWidth; in drawTextDecorations()