Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp910 int fontHeightInt = (int)(styleToUse->fontMetrics().floatHeight() + 0.5); in paintDecoration() local
911 if ((textDecorationThickness == 0.f) || (textDecorationThickness >= (fontHeightInt >> 1))) in paintDecoration()