Home
last modified time | relevance | path

Searched defs:canUseSimpleFontCodePath (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.h142 bool canUseSimpleFontCodePath() const { return m_canUseSimpleFontCodePath; } in canUseSimpleFontCodePath() function
DRenderBlockLineLayout.cpp399 …bool canUseSimpleFontCodePath = renderer->canUseSimpleFontCodePath() && !font.fontDescription().fe… in setLogicalWidthForTextRun() local
401 bool canUseSimpleFontCodePath = renderer->canUseSimpleFontCodePath(); in setLogicalWidthForTextRun() local