Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DGlyphPageTreeNode.h114 void setGlyphDataForIndex(unsigned index, const GlyphData& glyphData) in setGlyphDataForIndex() argument
116 setGlyphDataForIndex(index, glyphData.glyph, glyphData.fontData); in setGlyphDataForIndex()
DWidthIterator.cpp116 const GlyphData& glyphData = m_font->glyphDataForCharacter(c, rtl); in advance() local
117 Glyph glyph = glyphData.glyph; in advance()
118 const SimpleFontData* fontData = glyphData.fontData; in advance()
/external/webkit/WebCore/platform/graphics/mac/
DCoreTextController.cpp235 GlyphData glyphData; in collectCoreTextRuns() local
265 glyphData = nextGlyphData; in collectCoreTextRuns()
290 …if (nextGlyphData.fontData != glyphData.fontData || nextIsSmallCaps != isSmallCaps || !nextGlyphDa… in collectCoreTextRuns()
293 …allCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, glyphData.glyph ? glyphData.fontDat… in collectCoreTextRuns()