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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.h143 bool canUseSimpleFontCodePath() const { return m_canUseSimpleFontCodePath; } function in class:WebCore::RenderText
H A DRenderBlockLineLayout.cpp449 bool canUseSimpleFontCodePath = renderer->canUseSimpleFontCodePath() && !font.fontDescription().featureSettings(); local
451 bool canUseSimpleFontCodePath = renderer->canUseSimpleFontCodePath(); local
457 if (!lineBox->fitsToGlyphs() && canUseSimpleFontCodePath) {
H A DInlineTextBox.cpp1549 TextRun run(string, textPos(), expansion(), expansionBehavior(), direction(), dirOverride() || style->rtlOrdering() == VisualOrder, !textRenderer().canUseSimpleFontCodePath());
1551 run.setCharacterScanForCodePath(!textRenderer().canUseSimpleFontCodePath());
H A DRenderText.cpp752 run.setCharacterScanForCodePath(!canUseSimpleFontCodePath());
1512 run.setCharacterScanForCodePath(!canUseSimpleFontCodePath());
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h516 run.setCharacterScanForCodePath(!text->canUseSimpleFontCodePath());

Completed in 159 milliseconds