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

  /external/webkit/WebCore/platform/graphics/
GlyphBuffer.h 62 typedef CGSize GlyphBufferAdvance;
64 // There is no cross-platform code that uses the height of GlyphBufferAdvance,
66 typedef float GlyphBufferAdvance;
68 typedef FloatSize GlyphBufferAdvance;
87 GlyphBufferAdvance* advances(int from) { return m_advances.data() + from; }
89 const GlyphBufferAdvance* advances(int from) const { return m_advances.data() + from; }
103 GlyphBufferAdvance s = m_advances[index1];
176 void add(Glyph glyph, const SimpleFontData* font, GlyphBufferAdvance advance)
194 Vector<GlyphBufferAdvance, 2048> m_advances;
  /external/webkit/WebCore/platform/wx/wxcode/win/
non-kerned-drawing.cpp 107 const GlyphBufferAdvance* advances = glyphBuffer.advances(from);
  /external/webkit/WebCore/platform/graphics/android/
FontAndroid.cpp 130 const GlyphBufferAdvance* adv = glyphBuffer.advances(from);
  /external/webkit/WebCore/platform/graphics/chromium/
FontLinux.cpp 92 const GlyphBufferAdvance* adv = glyphBuffer.advances(from);
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp     [all...]

Completed in 120 milliseconds