Home | History | Annotate | Download | only in cursor

Lines Matching defs:glyph_count

122 	int32_t glyph_count;
128 int32_t glyph_count;
180 printf("glyph count %d\n", names->glyph_count);
182 if (names->glyph_count != extracted_font.count) {
189 + (names->glyph_count + 1) * sizeof(int32_t);
192 for (i = 0; i < names->glyph_count; ++i) {
204 printf("bitmaps count %d\n", bitmaps->glyph_count);
206 if (bitmaps->glyph_count != extracted_font.count) {
218 + (bitmaps->glyph_count + 4) * sizeof(int32_t);
221 for (i = 0; i < bitmaps->glyph_count; ++i) {