Lines Matching refs:image
823 FT_Glyph image; local
1097 if (FT_Get_Glyph(slot, &image)) {
1106 FT_Glyph_Get_CBox(image, ft_glyph_bbox_gridfit, &glyph_bbox);
1142 FT_Done_Glyph(image);
1155 if (FT_Get_Glyph(slot, &image)) {
1165 …if (image->format != ft_glyph_format_bitmap && FT_Glyph_To_Bitmap(&image, ft_render_mode_normal, 0…
1166 FT_Done_Glyph(image);
1176 bm = (FT_BitmapGlyph) image;
1184 pen.x += image->advance.x >> 10;
1185 pen.y -= image->advance.y >> 10;
1187 FT_Done_Glyph(image);