Searched refs:glyphData (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | GlyphPageTreeNode.h | 114 void setGlyphDataForIndex(unsigned index, const GlyphData& glyphData) in setGlyphDataForIndex() argument 116 setGlyphDataForIndex(index, glyphData.glyph, glyphData.fontData); in setGlyphDataForIndex()
|
D | WidthIterator.cpp | 123 const GlyphData& glyphData = m_font->glyphDataForCharacter(c, rtl); in advance() local 124 Glyph glyph = glyphData.glyph; in advance() 125 const SimpleFontData* fontData = glyphData.fontData; in advance()
|
D | FontFastPath.cpp | 252 bool Font::getEmphasisMarkGlyphData(const AtomicString& mark, GlyphData& glyphData) const in getEmphasisMarkGlyphData() 279 glyphData = glyphDataForCharacter(character, false, EmphasisMarkVariant); in getEmphasisMarkGlyphData()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | ComplexTextController.cpp | 193 GlyphData glyphData; in collectComplexTextRuns() local 223 glyphData = nextGlyphData; in collectComplexTextRuns() 248 …if (nextGlyphData.fontData != glyphData.fontData || nextIsSmallCaps != isSmallCaps || !nextGlyphDa… in collectComplexTextRuns() 251 …allCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, glyphData.glyph ? glyphData.fontDat… in collectComplexTextRuns()
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | FontAndroid.cpp | 658 const FontData* glyphData = m_font->glyphDataForCharacter( in nextScriptRun() local 664 if (nextGlyphData != glyphData) in nextScriptRun()
|