Lines Matching defs:count
164 int count = 0;
176 count++;
184 count++;
190 *glyphs = (cairo_glyph_t*) malloc(count*sizeof(cairo_glyph_t));
195 count=0;
219 (*glyphs)[count].index = i;
220 (*glyphs)[count].x = x;
221 (*glyphs)[count++].y = y;
233 (*glyphs)[count].index = i;
234 (*glyphs)[count].x = x;
235 (*glyphs)[count++].y = y;
244 *num_glyphs = count;