Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h160 bool fitsToGlyphs() const;
DRootInlineBox.cpp826 bool RootInlineBox::fitsToGlyphs() const in fitsToGlyphs() function in blink::RootInlineBox
DRenderBlockLineLayout.cpp374 if (lineBox->fitsToGlyphs()) { in setLogicalWidthForTextRun()
407 if (!lineBox->fitsToGlyphs() && canUseSimpleFontCodePath) { in setLogicalWidthForTextRun()