Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DCanvas.cpp792 #define kStdStrikeThru_Offset (-6.0f / 21.0f) macro
819 SkScalar top = SkFloatToScalar(y + textSize * kStdStrikeThru_Offset in doDrawTextDecorations()
821 SkScalar bottom = SkFloatToScalar(y + textSize * kStdStrikeThru_Offset in doDrawTextDecorations()
/frameworks/base/libs/hwui/
DOpenGLRenderer.cpp3271 #define kStdStrikeThru_Offset (-6.0f / 21.0f) macro
3306 top = y + textSize * kStdStrikeThru_Offset; in drawTextDecorations()