Home
last modified time | relevance | path

Searched refs:isSystemFallback (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphPageTreeNode.h94 bool isSystemFallback() const { return m_isSystemFallback; } in isSystemFallback() function
DFontFastPath.cpp218 if (node->isSystemFallback()) in glyphDataAndPageForCharacter()
255 if (node->isSystemFallback()) in glyphDataAndPageForCharacter()
269 ASSERT(node->isSystemFallback()); in glyphDataAndPageForCharacter()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextControllerCoreText.mm192 bool isSystemFallback = false;
198 isSystemFallback = true;
253 if (isSystemFallback) {