HomeSort by relevance Sort by last modified time
    Searched refs:nextGlyphData (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 194 GlyphData nextGlyphData;
201 nextGlyphData = m_font.glyphDataForCharacter(U16_GET_SUPPLEMENTARY(curr[0], curr[1]), false);
205 nextGlyphData = m_font.glyphDataForCharacter(U16_GET_SUPPLEMENTARY(curr[-1], curr[0]), false);
208 nextGlyphData = m_font.glyphDataForCharacter(*curr, false);
223 glyphData = nextGlyphData;
233 nextGlyphData = m_font.glyphDataForCharacter(U16_GET_SUPPLEMENTARY(curr[0], curr[1]), false);
237 nextGlyphData = m_font.glyphDataForCharacter(U16_GET_SUPPLEMENTARY(curr[-1], curr[0]), false);
240 nextGlyphData = m_font.glyphDataForCharacter(*curr, false, forceSmallCaps ? SmallCapsVariant : AutoVariant);
248 if (nextGlyphData.fontData != glyphData.fontData || nextIsSmallCaps != isSmallCaps || !nextGlyphData.glyph != !glyphData.glyph)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
FontAndroid.cpp 618 const FontData* nextGlyphData = m_font->glyphDataForCharacter(
620 if (nextGlyphData != glyphData)
    [all...]

Completed in 27 milliseconds