Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp264 static inline bool shouldUseATSUIAPI() in shouldUseATSUIAPI() function
283 return shouldUseATSUIAPI() ? m_atsuiIndices[i] : m_coreTextIndices[i]; in indexAt()
294 if (shouldUseATSUIAPI()) in collectComplexTextRunsForCharacters()
313shouldUseATSUIAPI() ? createTextRunFromFontDataATSUI(ltr) : createTextRunFromFontDataCoreText(ltr); in ComplexTextRun()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-245613 (WebCore::shouldUseATSUIAPI):
DChangeLog-2010-01-2922089 (WebCore::shouldUseATSUIAPI): Cache decision about which API to use.