Home | History | Annotate | Download | only in graphics

Lines Matching full:m_glyphs

79         m_glyphs.clear();
86 GlyphBufferGlyph* glyphs(int from) { return m_glyphs.data() + from; }
88 const GlyphBufferGlyph* glyphs(int from) const { return m_glyphs.data() + from; }
99 GlyphBufferGlyph g = m_glyphs[index1];
100 m_glyphs[index1] = m_glyphs[index2];
101 m_glyphs[index2] = g;
117 return m_glyphs[index].index;
119 return m_glyphs[index];
151 m_glyphs.append(cairoGlyph);
153 m_glyphs.append(glyph);
182 m_glyphs.append(cairoGlyph);
184 m_glyphs.append(glyph);
206 Vector<GlyphBufferGlyph, 2048> m_glyphs;