Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-font.c228 return ft_char_index(fontdesc->font->ft_face, cid); in ft_cid_to_gid()
305 glyph = ft_char_index(face, unicode); in ft_find_glyph_by_unicode_name()
318 return ft_char_index(face, unicode); in ft_find_glyph_by_unicode_name()
750 etable[i] = ft_char_index(face, i); in pdf_load_simple_font()
809 glyph = ft_char_index(face, mrcode); in pdf_load_simple_font()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dfont.h639 int ft_char_index(void *face, int cid);
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dfont.c33 int ft_char_index(void *face, int cid) in ft_char_index() function
1834 glyph = ft_char_index(font->ft_face, fz_unicode_from_glyph_name(glyphname)); in fz_encode_character_by_glyph_name()