Home
last modified time | relevance | path

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

/dports/editors/emacs/emacs-27.2/src/
H A Dftcrfont.c79 cairo_glyph_t cr_glyph = {.index = glyph}; in ftcrfont_glyph_extents() local
83 &cr_glyph, 1, &extents); in ftcrfont_glyph_extents()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dftcrfont.c93 cairo_glyph_t cr_glyph = {.index = glyph}; in ftcrfont_glyph_extents() local
97 &cr_glyph, 1, &extents); in ftcrfont_glyph_extents()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h136 enum dv_coderange { cr_none=0, cr_fpgm, cr_prep, cr_glyph }; /* cleverly chosen to match ttobjs.h */ enumerator