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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h 143 bool canUseSimpleFontCodePath() const { return m_canUseSimpleFontCodePath; }
RenderBlockLineLayout.cpp 449 bool canUseSimpleFontCodePath = renderer->canUseSimpleFontCodePath() && !font.fontDescription().featureSettings();
451 bool canUseSimpleFontCodePath = renderer->canUseSimpleFontCodePath();
457 if (!lineBox->fitsToGlyphs() && canUseSimpleFontCodePath) {
    [all...]

Completed in 130 milliseconds