Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRubyRun.cpp258 …rstLine, RenderObject* startRenderer, RenderObject* endRenderer, int& startOverhang, int& endOverh… in getOverhang() argument
262 startOverhang = 0; in getOverhang()
282 startOverhang = style()->isLeftToRightDirection() ? logicalLeftOverhang : logicalRightOverhang; in getOverhang()
286 startOverhang = 0; in getOverhang()
295 if (startOverhang) in getOverhang()
296startOverhang = std::min<int>(startOverhang, std::min<int>(toRenderText(startRenderer)->minLogical… in getOverhang()
DRenderRubyRun.h61 …rstLine, RenderObject* startRenderer, RenderObject* endRenderer, int& startOverhang, int& endOverh…
DRenderBlockLineLayout.cpp352 int startOverhang; in setMarginsForRubyRun() local
361 …erer->style()->isLeftToRightDirection() ? nextObject : previousObject, startOverhang, endOverhang); in setMarginsForRubyRun()
362 setMarginStartForChild(renderer, -startOverhang); in setMarginsForRubyRun()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineWidth.cpp110 int startOverhang; in applyOverhang() local
112 rubyRun->getOverhang(m_isFirstLine, startRenderer, endRenderer, startOverhang, endOverhang); in applyOverhang()
114 startOverhang = std::min<int>(startOverhang, m_committedWidth); in applyOverhang()
115 m_availableWidth += startOverhang; in applyOverhang()
119 m_overhangWidth += startOverhang + endOverhang; in applyOverhang()