Searched refs:canReceiveTextEmphasis (Results 1 – 5 of 5) sorted by relevance
202 if (m_forTextEmphasis && !Font::canReceiveTextEmphasis(c)) in advance()
214 static bool canReceiveTextEmphasis(UChar32 c);
494 bool Font::canReceiveTextEmphasis(UChar32 c) in canReceiveTextEmphasis() function in WebCore::Font
508 … if (m_forTextEmphasis && (!Font::canReceiveTextEmphasis(ch) || (U_GET_GC_MASK(ch) & U_GC_M_MASK))) in adjustGlyphsAndAdvances()
40305 … (WebCore::Font::canReceiveTextEmphasis): Added. For simple text, checks if the character should40459 * platform/text/CharacterNames.h: Added characters used in Font::canReceiveTextEmphasis().