Searched refs:m_forTextEmphasis (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DWidthIterator.h98 bool m_forTextEmphasis : 1; member in struct:blink::WidthIterator
H A DWidthIterator.cpp52 , m_forTextEmphasis(forTextEmphasis)
131 if (m_forTextEmphasis)
219 if (m_forTextEmphasis && !Character::canReceiveTextEmphasis(charData.character))
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.h157 ForTextEmphasisOrNot m_forTextEmphasis; member in class:blink::FINAL
H A DHarfBuzzShaper.cpp383 , m_forTextEmphasis(forTextEmphasis)
1050 if (m_forTextEmphasis == ForTextEmphasis)
1064 if (m_forTextEmphasis == ForTextEmphasis)
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.h144 bool m_forTextEmphasis; member in class:blink::ComplexTextController
H A DComplexTextController.cpp45 , m_forTextEmphasis(forTextEmphasis)
590 if (m_forTextEmphasis && (!Character::canReceiveTextEmphasis(ch) || (U_GET_GC_MASK(ch) & U_GC_M_MASK)))

Completed in 122 milliseconds