HomeSort by relevance Sort by last modified time
    Searched defs:glyphData (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.cpp 123 const GlyphData& glyphData = m_font->glyphDataForCharacter(c, rtl);
124 Glyph glyph = glyphData.glyph;
125 const SimpleFontData* fontData = glyphData.fontData;
151 const GlyphData& uppercaseGlyphData = m_font->glyphDataForCharacter(toUpper(c), rtl);
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 193 GlyphData glyphData;
194 GlyphData nextGlyphData;
223 glyphData = nextGlyphData;
248 if (nextGlyphData.fontData != glyphData.fontData || nextIsSmallCaps != isSmallCaps || !nextGlyphData.glyph != !glyphData.glyph) {
251 collectComplexTextRunsForCharacters((isSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, glyphData.glyph ? glyphData.fontData : 0);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 655 const FontData* glyphData = m_font->glyphDataForCharacter(
661 if (nextGlyphData != glyphData)
    [all...]

Completed in 29 milliseconds