Home
last modified time | relevance | path

Searched refs:glyphData (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DWidthIterator.cpp112 const GlyphData& glyphData = m_font->glyphDataForCharacter(c, rtl); in advance() local
113 Glyph glyph = glyphData.glyph; in advance()
114 const SimpleFontData* fontData = glyphData.fontData; in advance()
/external/webkit/WebCore/platform/graphics/mac/
DCoreTextController.cpp234 GlyphData glyphData; in collectCoreTextRuns() local
264 glyphData = nextGlyphData; in collectCoreTextRuns()
289 …if (nextGlyphData.fontData != glyphData.fontData || nextIsSmallCaps != isSmallCaps || !nextGlyphDa… in collectCoreTextRuns()
292 …allCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, glyphData.glyph ? glyphData.fontDat… in collectCoreTextRuns()