HomeSort by relevance Sort by last modified time
    Searched refs:canUseSimpleFontCodePath (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h 142 bool canUseSimpleFontCodePath() const { return m_canUseSimpleFontCodePath; }
RenderBlockLineLayout.cpp 399 bool canUseSimpleFontCodePath = renderer->canUseSimpleFontCodePath() && !font.fontDescription().featureSettings();
401 bool canUseSimpleFontCodePath = renderer->canUseSimpleFontCodePath();
407 if (!lineBox->fitsToGlyphs() && canUseSimpleFontCodePath) {
    [all...]
RenderText.cpp 758 run.setCharacterScanForCodePath(!canUseSimpleFontCodePath());
    [all...]
InlineTextBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 523 run.setCharacterScanForCodePath(!text->canUseSimpleFontCodePath());
524 run.setUseComplexCodePath(!text->canUseSimpleFontCodePath());
    [all...]

Completed in 115 milliseconds