Home | History | Annotate | Download | only in MagickCore

Lines Matching full:last_glyph

1129     last_glyph;
1139 last_glyph=0;
1146 if (((*grapheme)[i].index != 0) && (last_glyph != 0))
1153 ft_status=FT_Get_Kerning(face,(FT_UInt) last_glyph,(FT_UInt)
1163 last_glyph=(*grapheme)[i].index;
1291 last_glyph;
1478 last_glyph.id=0;
1479 last_glyph.image=NULL;
1531 if ((glyph.id != 0) && (last_glyph.id != 0))
1698 if (last_glyph.id != 0)
1699 FT_Done_Glyph(last_glyph.image);
1700 last_glyph=glyph;
1707 if (last_glyph.id != 0)
1708 FT_Done_Glyph(last_glyph.image);