Home | History | Annotate | Download | only in graphics

Lines Matching refs:FloatSize

33 #include "FloatSize.h"
59 // CG uses CGSize instead of FloatSize so that the result of advances()
68 typedef FloatSize GlyphBufferAdvance;
108 FloatSize offset = m_offsets[index1];
134 FloatSize offsetAt(int index) const
140 return FloatSize();
144 void add(Glyph glyph, const SimpleFontData* font, float width, const FloatSize* offset = 0)
162 m_advances.append(FloatSize(width, 0));
169 m_offsets.append(FloatSize());
196 Vector<FloatSize, 2048> m_offsets;