Home
last modified time | relevance | path

Searched defs:glyph_hash (Results 1 – 5 of 5) sorted by relevance

/dports/devel/directfb/DirectFB-1.4.17/src/core/
H A Dfonts.h172 DirectHash *glyph_hash; /* infos about loaded glyphs */ member
/dports/print/typetools/lcdf-typetools-2.108/t1testpage/
H A Dt1testpage.cc713 HashMap<PermString, int> glyph_hash(0); in main() local
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/t1testpage/
H A Dt1testpage.cc716 HashMap<PermString, int> glyph_hash(0); in main() local
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/t1testpage/
H A Dt1testpage.cc716 HashMap<PermString, int> glyph_hash(0); in main() local
/dports/www/netsurf/netsurf-3.10/frontends/framebuffer/
H A Dconvert_font.c105 static inline uint32_t glyph_hash(const uint8_t *g) in glyph_hash() function