Searched refs:canUseSimpleFontCodePath (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.h142 bool canUseSimpleFontCodePath() const { return m_canUseSimpleFontCodePath; } function in class:blink::RenderText
H A DRenderBlockLineLayout.cpp399 bool canUseSimpleFontCodePath = renderer->canUseSimpleFontCodePath() && !font.fontDescription().featureSettings(); local
401 bool canUseSimpleFontCodePath = renderer->canUseSimpleFontCodePath(); local
407 if (!lineBox->fitsToGlyphs() && canUseSimpleFontCodePath) {
H A DRenderText.cpp758 run.setCharacterScanForCodePath(!canUseSimpleFontCodePath());
1109 run.setUseComplexCodePath(!canUseSimpleFontCodePath());
1522 run.setCharacterScanForCodePath(!canUseSimpleFontCodePath());
H A DInlineTextBox.cpp1281 TextRun run(string, textPos(), expansion(), expansionBehavior(), direction(), dirOverride() || style->rtlOrdering() == VisualOrder, !renderer().canUseSimpleFontCodePath());
1283 run.setCharacterScanForCodePath(!renderer().canUseSimpleFontCodePath());
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h523 run.setCharacterScanForCodePath(!text->canUseSimpleFontCodePath());
524 run.setUseComplexCodePath(!text->canUseSimpleFontCodePath());

Completed in 109 milliseconds