Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp689 static int computeUnderlineOffset(const TextUnderlinePosition underlinePosition, const FontMetrics&… in computeUnderlineOffset() function
923 …const int underlineOffset = computeUnderlineOffset(styleToUse->textUnderlinePosition(), styleToUse… in paintDecoration()