Home
last modified time | relevance | path

Searched refs:last_glyph (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
Dannotate.c1162 last_glyph; in ComplexTextLayout()
1173 last_glyph=0; in ComplexTextLayout()
1180 if (((*grapheme)[i].index != 0) && (last_glyph != 0)) in ComplexTextLayout()
1187 ft_status=FT_Get_Kerning(face,(FT_UInt) last_glyph,(FT_UInt) in ComplexTextLayout()
1197 last_glyph=(*grapheme)[i].index; in ComplexTextLayout()
1325 last_glyph; in RenderFreetype() local
1521 last_glyph.id=0; in RenderFreetype()
1522 last_glyph.image=NULL; in RenderFreetype()
1577 if ((glyph.id != 0) && (last_glyph.id != 0)) in RenderFreetype()
1770 if (last_glyph.image != 0) in RenderFreetype()
[all …]
/external/harfbuzz_ng/src/
Dhb-subset-cff1.cc330 bool finalize (unsigned int last_glyph) in finalize()
336 unsigned int nLeft = last_glyph - pair.glyph - 1; in finalize()
339 last_glyph = pair.glyph; in finalize()
/external/freetype/include/freetype/internal/
Dtttypes.h695 FT_UShort last_glyph; member