HomeSort by relevance Sort by last modified time
    Searched refs:m_forTextEmphasis (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.h 66 bool m_forTextEmphasis;
WidthIterator.cpp 57 , m_forTextEmphasis(forTextEmphasis)
202 if (m_forTextEmphasis && !Font::canReceiveTextEmphasis(c))
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.h 155 bool m_forTextEmphasis;
ComplexTextController.cpp 56 , m_forTextEmphasis(forTextEmphasis)
508 if (m_forTextEmphasis && (!Font::canReceiveTextEmphasis(ch) || (U_GET_GC_MASK(ch) & U_GC_M_MASK)))

Completed in 4457 milliseconds