Searched defs:GlyphBufferAdvance (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DGlyphBuffer.h62 typedef CGSize GlyphBufferAdvance; typedef in namespace:WebCore
64 // There is no cross-platform code that uses the height of GlyphBufferAdvance,
66 typedef float GlyphBufferAdvance; typedef in namespace:WebCore
68 typedef FloatSize GlyphBufferAdvance; typedef in namespace:WebCore
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;

Completed in 35 milliseconds