Lines Matching defs:gl
1115 GlyphPtr gl = gr->glyph;
1117 if (!gl || gl == DeletedGlyph) continue;
1118 len_images += gl->size - sizeof(gl->info);
1132 GlyphPtr gl = gr->glyph;
1134 if (!gl || gl == DeletedGlyph) continue;
1140 glyphs[ctr].width = gl->info.width;
1141 glyphs[ctr].height = gl->info.height;
1142 glyphs[ctr].x = gl->info.x;
1143 glyphs[ctr].y = gl->info.y;
1144 glyphs[ctr].xOff = gl->info.xOff;
1145 glyphs[ctr].yOff = gl->info.yOff;
1148 memcpy(pos, gl+1, gl->size - sizeof(gl->info));
1149 pos += gl->size - sizeof(gl->info);