sfnt_glyph       1055 src/sfnt.c     static sfnt_glyph
sfnt_glyph       1068 src/sfnt.c     static sfnt_glyph
sfnt_glyph       1165 src/sfnt.c     static sfnt_glyph
sfnt_glyph       1197 src/sfnt.c     static sfnt_glyph
sfnt_glyph       1203 src/sfnt.c       sfnt_glyph glyph;
sfnt_glyph       1233 src/sfnt.c     static sfnt_glyph
sfnt_glyph       1261 src/sfnt.c     static sfnt_glyph
sfnt_glyph       1310 src/sfnt.c     static sfnt_glyph
sfnt_glyph       1363 src/sfnt.c     TEST_STATIC sfnt_glyph
sfnt_glyph       1843 src/sfnt.c     sfnt_read_simple_glyph (struct sfnt_glyph *glyph,
sfnt_glyph       2116 src/sfnt.c     sfnt_read_compound_glyph (struct sfnt_glyph *glyph,
sfnt_glyph       2354 src/sfnt.c     TEST_STATIC struct sfnt_glyph *
sfnt_glyph       2355 src/sfnt.c     sfnt_read_glyph (sfnt_glyph glyph_code,
sfnt_glyph       2360 src/sfnt.c       struct sfnt_glyph glyph, *memory;
sfnt_glyph       2407 src/sfnt.c       if (glyf->size < offset + SFNT_ENDOF (struct sfnt_glyph,
sfnt_glyph       2413 src/sfnt.c     	  SFNT_ENDOF (struct sfnt_glyph,
sfnt_glyph       2435 src/sfnt.c     			      offset + SFNT_ENDOF (struct sfnt_glyph,
sfnt_glyph       2452 src/sfnt.c     				offset + SFNT_ENDOF (struct sfnt_glyph,
sfnt_glyph       2470 src/sfnt.c     sfnt_free_glyph (struct sfnt_glyph *glyph)
sfnt_glyph       2682 src/sfnt.c     sfnt_decompose_compound_glyph (struct sfnt_glyph *glyph,
sfnt_glyph       2690 src/sfnt.c       struct sfnt_glyph *subglyph;
sfnt_glyph       3344 src/sfnt.c     sfnt_decompose_glyph (struct sfnt_glyph *glyph,
sfnt_glyph       3967 src/sfnt.c     sfnt_build_glyph_outline (struct sfnt_glyph *glyph,
sfnt_glyph       4678 src/sfnt.c     sfnt_lookup_glyph_metrics (sfnt_glyph glyph, int pixel_size,
sfnt_glyph       11272 src/sfnt.c     sfnt_compute_phantom_points (struct sfnt_glyph *glyph,
sfnt_glyph       11312 src/sfnt.c     sfnt_interpret_simple_glyph (struct sfnt_glyph *glyph,
sfnt_glyph       11592 src/sfnt.c     sfnt_interpret_compound_glyph_2 (struct sfnt_glyph *glyph,
sfnt_glyph       11759 src/sfnt.c     sfnt_interpret_compound_glyph_1 (struct sfnt_glyph *glyph,
sfnt_glyph       11772 src/sfnt.c       struct sfnt_glyph *subglyph;
sfnt_glyph       12191 src/sfnt.c     sfnt_interpret_compound_glyph (struct sfnt_glyph *glyph,
sfnt_glyph       12689 src/sfnt.c     TEST_STATIC sfnt_glyph
sfnt_glyph       14101 src/sfnt.c     sfnt_infer_deltas_1 (struct sfnt_glyph *glyph, size_t start,
sfnt_glyph       14443 src/sfnt.c     sfnt_infer_deltas (struct sfnt_glyph *glyph, bool *touched,
sfnt_glyph       14497 src/sfnt.c     sfnt_vary_simple_glyph (struct sfnt_blend *blend, sfnt_glyph id,
sfnt_glyph       14498 src/sfnt.c     			struct sfnt_glyph *glyph,
sfnt_glyph       14873 src/sfnt.c     sfnt_vary_compound_glyph (struct sfnt_blend *blend, sfnt_glyph id,
sfnt_glyph       14874 src/sfnt.c     			  struct sfnt_glyph *glyph,
sfnt_glyph       15338 src/sfnt.c     static struct sfnt_glyph *
sfnt_glyph       15339 src/sfnt.c     sfnt_test_get_glyph (sfnt_glyph id, void *dcontext,
sfnt_glyph       15343 src/sfnt.c       struct sfnt_glyph *glyph;
sfnt_glyph       15367 src/sfnt.c     sfnt_test_free_glyph (struct sfnt_glyph *glyph, void *dcontext)
sfnt_glyph       15373 src/sfnt.c     sfnt_test_get_metrics (sfnt_glyph glyph, struct sfnt_glyph_metrics *metrics,
sfnt_glyph       19049 src/sfnt.c       sfnt_glyph glyph;
sfnt_glyph       19133 src/sfnt.c       struct sfnt_glyph *glyph;
sfnt_glyph       19134 src/sfnt.c       sfnt_glyph code;
sfnt_glyph        697 src/sfnt.h     typedef struct sfnt_glyph *(*sfnt_get_glyph_proc) (sfnt_glyph, void *,
sfnt_glyph        699 src/sfnt.h     typedef void (*sfnt_free_glyph_proc) (struct sfnt_glyph *, void *);
sfnt_glyph        700 src/sfnt.h     typedef int (*sfnt_get_metrics_proc) (sfnt_glyph,
sfnt_glyph       1356 src/sfnt.h     extern sfnt_glyph sfnt_lookup_glyph (sfnt_char,
sfnt_glyph       1373 src/sfnt.h     extern struct sfnt_glyph *sfnt_read_glyph (sfnt_glyph, struct sfnt_glyf_table *,
sfnt_glyph       1376 src/sfnt.h     extern void sfnt_free_glyph (struct sfnt_glyph *);
sfnt_glyph       1379 src/sfnt.h       struct sfnt_glyph *,		\
sfnt_glyph       1404 src/sfnt.h     extern int sfnt_lookup_glyph_metrics (sfnt_glyph, int,
sfnt_glyph       1445 src/sfnt.h     extern sfnt_glyph sfnt_variation_glyph_for_char (PROTOTYPE);
sfnt_glyph       1496 src/sfnt.h     extern int sfnt_vary_simple_glyph (struct sfnt_blend *, sfnt_glyph,
sfnt_glyph       1497 src/sfnt.h     				   struct sfnt_glyph *,
sfnt_glyph       1499 src/sfnt.h     extern int sfnt_vary_compound_glyph (struct sfnt_blend *, sfnt_glyph,
sfnt_glyph       1500 src/sfnt.h     				     struct sfnt_glyph *,
sfnt_glyph       1968 src/sfnt.h       struct sfnt_glyph *,				\
sfnt_glyph       1978 src/sfnt.h       struct sfnt_glyph *,				\
sfnt_glyph       1476 src/sfntfont.c   sfnt_glyph glyph;
sfnt_glyph       1991 src/sfntfont.c   sfnt_glyph glyph;
sfnt_glyph       2003 src/sfntfont.c   sfnt_glyph glyph;
sfnt_glyph       2027 src/sfntfont.c static struct sfnt_glyph *
sfnt_glyph       2028 src/sfntfont.c sfntfont_get_glyph (sfnt_glyph glyph_id, void *dcontext,
sfnt_glyph       2032 src/sfntfont.c   struct sfnt_glyph *glyph;
sfnt_glyph       2059 src/sfntfont.c sfntfont_free_glyph (struct sfnt_glyph *glyph, void *dcontext)
sfnt_glyph       2070 src/sfntfont.c sfntfont_get_metrics (sfnt_glyph glyph, struct sfnt_glyph_metrics *metrics,
sfnt_glyph       2119 src/sfntfont.c sfntfont_get_glyph_outline (sfnt_glyph glyph_code,
sfnt_glyph       2137 src/sfntfont.c   struct sfnt_glyph *glyph;
sfnt_glyph       2373 src/sfntfont.c sfntfont_get_glyph_raster (sfnt_glyph glyph_code,
sfnt_glyph       2569 src/sfntfont.c static sfnt_glyph
sfnt_glyph       2574 src/sfntfont.c   sfnt_glyph glyph;
sfnt_glyph       2600 src/sfntfont.c   sfnt_glyph glyph;
sfnt_glyph       3339 src/sfntfont.c   sfnt_glyph glyph;
sfnt_glyph       3358 src/sfntfont.c sfntfont_measure_pcm (struct sfnt_font_info *font, sfnt_glyph glyph,