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 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...]

Completed in 573 milliseconds