Home | History | Annotate | Download | only in main

Lines Matching refs:glyphs

650    free(atlas->glyphs);
714 atlas->glyphs = malloc(atlas->numBitmaps * sizeof(atlas->glyphs[0]));
715 if (!atlas->glyphs) {
728 struct gl_bitmap_glyph *g = &atlas->glyphs[i];
781 /* no glyphs found, give up */
815 /* map teximage, load with bitmap glyphs */
836 unsigned xpos = atlas->glyphs[i].x;
837 unsigned ypos = atlas->glyphs[i].y;
840 assert(atlas->glyphs[i].w == bitmap_width);
841 assert(atlas->glyphs[i].h == bitmap_height);
863 free(atlas->glyphs);
864 atlas->glyphs = NULL;