Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/win/
DUniscribeController.cpp120 if (m_font.isSmallCaps()) in advance()
132 bool isSmallCaps; in advance() local
133 …bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MASK) && (newC = u_… in advance()
144 isSmallCaps = nextIsSmallCaps; in advance()
148 bool forceSmallCaps = isSmallCaps && (U_GET_GC_MASK(c) & U_GC_M_MASK); in advance()
150 if (m_font.isSmallCaps()) { in advance()
159 if (nextFontData != fontData || nextIsSmallCaps != isSmallCaps) { in advance()
163 …itemizeShapeAndPlace((isSmallCaps ? smallCapsBuffer.data() : cp) + itemStart, itemLength, fontData… in advance()
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp186 if (m_font.isSmallCaps()) in collectComplexTextRuns()
212 bool isSmallCaps; in collectComplexTextRuns() local
213 …bool nextIsSmallCaps = !isSurrogate && m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MAS… in collectComplexTextRuns()
224 isSmallCaps = nextIsSmallCaps; in collectComplexTextRuns()
228 bool forceSmallCaps = !isSurrogate && isSmallCaps && (U_GET_GC_MASK(c) & U_GC_M_MASK); in collectComplexTextRuns()
242 if (!isSurrogate && m_font.isSmallCaps()) { in collectComplexTextRuns()
248 …if (nextGlyphData.fontData != glyphData.fontData || nextIsSmallCaps != isSmallCaps || !nextGlyphDa… in collectComplexTextRuns()
251 …collectComplexTextRunsForCharacters((isSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, ite… in collectComplexTextRuns()
/external/webkit/Source/WebCore/platform/graphics/
DWidthIterator.cpp148 if (!m_font->isSmallCaps() || c == toUpper(c)) in advance()
DFont.h106 bool isSmallCaps() const { return m_fontDescription.smallCaps(); } in isSmallCaps() function
DFont.cpp279 if (run.expansion() || run.rtl() || isSmallCaps() || wordSpacing() || letterSpacing()) in codePath()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DComplexTextControllerLinux.cpp195 if (m_font->isSmallCaps() && u_islower(m_item.string[m_item.item.pos])) { in setupFontForScriptRun()
/external/webkit/Source/WebCore/rendering/
DRenderText.cpp621 …if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII && (!glyphOverflow || !glyphOverflow->com… in widthFromCache()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-25825 (khtml::Font::isSmallCaps):
DChangeLog-2006-05-1019381 (WebCore::Font::isSmallCaps):