Home
last modified time | relevance | path

Searched refs:canReceiveTextEmphasis (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DWidthIterator.cpp202 if (m_forTextEmphasis && !Font::canReceiveTextEmphasis(c)) in advance()
DFont.h214 static bool canReceiveTextEmphasis(UChar32 c);
DFont.cpp494 bool Font::canReceiveTextEmphasis(UChar32 c) in canReceiveTextEmphasis() function in WebCore::Font
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp508 … if (m_forTextEmphasis && (!Font::canReceiveTextEmphasis(ch) || (U_GET_GC_MASK(ch) & U_GC_M_MASK))) in adjustGlyphsAndAdvances()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1640305 … (WebCore::Font::canReceiveTextEmphasis): Added. For simple text, checks if the character should
40459 * platform/text/CharacterNames.h: Added characters used in Font::canReceiveTextEmphasis().