Searched defs:floatHeight (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontMetrics.h54 return floatHeight() / 2;
63 return floatHeight() / 2;
68 float floatHeight(FontBaseline baselineType = AlphabeticBaseline) const function in class:WebCore::FontMetrics
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp1769 LayoutUnit floatHeight = isHorizontalWritingMode() ? max(floats[floatIndex].rect.height(), newSize.height()) local
1771 floatHeight = min(floatHeight, LayoutUnit::max() - floatTop);
1773 markLinesDirtyInBlockRange(line->lineBottomWithLeading(), floatTop + floatHeight, line);

Completed in 90 milliseconds