Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DCanvas.cpp50 const float kStdStrikeThru_Offset = (-6.0f / 21.0f); in drawTextDecorations() local
64 SkScalar top = y + textSize * kStdStrikeThru_Offset - 0.5f * strokeWidth; in drawTextDecorations()
65 SkScalar bottom = y + textSize * kStdStrikeThru_Offset + 0.5f * strokeWidth; in drawTextDecorations()