Home
last modified time | relevance | path

Searched refs:isSmallCaps (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
DUniscribeController.cpp115 if (m_font.isSmallCaps()) in advance()
127 bool isSmallCaps; in advance() local
128 …bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MASK) && (newC = u_… in advance()
139 isSmallCaps = nextIsSmallCaps; in advance()
143 bool forceSmallCaps = isSmallCaps && (U_GET_GC_MASK(c) & U_GC_M_MASK); in advance()
145 if (m_font.isSmallCaps()) { in advance()
154 if (nextFontData != fontData || nextIsSmallCaps != isSmallCaps) { in advance()
158 …itemizeShapeAndPlace((isSmallCaps ? smallCapsBuffer.data() : cp) + itemStart, itemLength, fontData… in advance()
/external/webkit/WebCore/platform/graphics/mac/
DComplexTextController.cpp183 if (m_font.isSmallCaps() || hasTrailingSoftHyphen) in collectComplexTextRuns()
219 bool isSmallCaps; in collectComplexTextRuns() local
220 …bool nextIsSmallCaps = !isSurrogate && m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MAS… in collectComplexTextRuns()
231 isSmallCaps = nextIsSmallCaps; in collectComplexTextRuns()
235 bool forceSmallCaps = !isSurrogate && isSmallCaps && (U_GET_GC_MASK(c) & U_GC_M_MASK); in collectComplexTextRuns()
249 if (!isSurrogate && m_font.isSmallCaps()) { in collectComplexTextRuns()
255 …if (nextGlyphData.fontData != glyphData.fontData || nextIsSmallCaps != isSmallCaps || !nextGlyphDa… in collectComplexTextRuns()
258 …collectComplexTextRunsForCharacters((isSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, ite… in collectComplexTextRuns()
/external/webkit/WebCore/platform/graphics/
DFont.h91 bool isSmallCaps() const { return m_fontDescription.smallCaps(); } in isSmallCaps() function
DWidthIterator.cpp142 if (!m_font->isSmallCaps() || c == toUpper(c)) in advance()
/external/webkit/WebCore/rendering/
DRenderText.cpp434 if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII) { in widthFromCache()
/external/webkit/WebCore/
DChangeLog-2003-10-25825 (khtml::Font::isSmallCaps):
DChangeLog-2006-05-1019381 (WebCore::Font::isSmallCaps):