HelenOS sources
gfx_glyph_bmp_t 256 uspace/app/fontedit/fontedit.c gfx_glyph_bmp_t *src_bmp;
gfx_glyph_bmp_t 389 uspace/app/fontedit/fontedit.c gfx_glyph_bmp_t *bmp;
gfx_glyph_bmp_t 756 uspace/app/fontedit/fontedit.c gfx_glyph_bmp_t *bmp;
gfx_glyph_bmp_t 68 uspace/app/fontedit/fontedit.h gfx_glyph_bmp_t *gbmp;
gfx_glyph_bmp_t 44 uspace/lib/gfxfont/include/gfx/glyph_bmp.h extern errno_t gfx_glyph_bmp_open(gfx_glyph_t *, gfx_glyph_bmp_t **);
gfx_glyph_bmp_t 45 uspace/lib/gfxfont/include/gfx/glyph_bmp.h extern errno_t gfx_glyph_bmp_save(gfx_glyph_bmp_t *);
gfx_glyph_bmp_t 46 uspace/lib/gfxfont/include/gfx/glyph_bmp.h extern void gfx_glyph_bmp_close(gfx_glyph_bmp_t *);
gfx_glyph_bmp_t 47 uspace/lib/gfxfont/include/gfx/glyph_bmp.h extern void gfx_glyph_bmp_get_rect(gfx_glyph_bmp_t *, gfx_rect_t *);
gfx_glyph_bmp_t 48 uspace/lib/gfxfont/include/gfx/glyph_bmp.h extern int gfx_glyph_bmp_getpix(gfx_glyph_bmp_t *, gfx_coord_t, gfx_coord_t);
gfx_glyph_bmp_t 49 uspace/lib/gfxfont/include/gfx/glyph_bmp.h extern errno_t gfx_glyph_bmp_setpix(gfx_glyph_bmp_t *, gfx_coord_t,
gfx_glyph_bmp_t 51 uspace/lib/gfxfont/include/gfx/glyph_bmp.h extern errno_t gfx_glyph_bmp_clear(gfx_glyph_bmp_t *);
gfx_glyph_bmp_t 60 uspace/lib/gfxfont/private/glyph_bmp.h extern void gfx_glyph_bmp_find_used_rect(gfx_glyph_bmp_t *, gfx_rect_t *);
gfx_glyph_bmp_t 46 uspace/lib/gfxfont/src/glyph_bmp.c static errno_t gfx_glyph_bmp_extend(gfx_glyph_bmp_t *, gfx_coord2_t *);
gfx_glyph_bmp_t 54 uspace/lib/gfxfont/src/glyph_bmp.c errno_t gfx_glyph_bmp_open(gfx_glyph_t *glyph, gfx_glyph_bmp_t **rbmp)
gfx_glyph_bmp_t 57 uspace/lib/gfxfont/src/glyph_bmp.c gfx_glyph_bmp_t *bmp;
gfx_glyph_bmp_t 64 uspace/lib/gfxfont/src/glyph_bmp.c bmp = calloc(1, sizeof(gfx_glyph_bmp_t));
gfx_glyph_bmp_t 113 uspace/lib/gfxfont/src/glyph_bmp.c errno_t gfx_glyph_bmp_save(gfx_glyph_bmp_t *bmp)
gfx_glyph_bmp_t 166 uspace/lib/gfxfont/src/glyph_bmp.c void gfx_glyph_bmp_close(gfx_glyph_bmp_t *bmp)
gfx_glyph_bmp_t 177 uspace/lib/gfxfont/src/glyph_bmp.c void gfx_glyph_bmp_get_rect(gfx_glyph_bmp_t *bmp, gfx_rect_t *rect)
gfx_glyph_bmp_t 187 uspace/lib/gfxfont/src/glyph_bmp.c void gfx_glyph_bmp_find_used_rect(gfx_glyph_bmp_t *bmp, gfx_rect_t *rect)
gfx_glyph_bmp_t 238 uspace/lib/gfxfont/src/glyph_bmp.c int gfx_glyph_bmp_getpix(gfx_glyph_bmp_t *bmp, gfx_coord_t x, gfx_coord_t y)
gfx_glyph_bmp_t 262 uspace/lib/gfxfont/src/glyph_bmp.c errno_t gfx_glyph_bmp_setpix(gfx_glyph_bmp_t *bmp, gfx_coord_t x,
gfx_glyph_bmp_t 290 uspace/lib/gfxfont/src/glyph_bmp.c errno_t gfx_glyph_bmp_clear(gfx_glyph_bmp_t *bmp)
gfx_glyph_bmp_t 317 uspace/lib/gfxfont/src/glyph_bmp.c static errno_t gfx_glyph_bmp_extend(gfx_glyph_bmp_t *bmp, gfx_coord2_t *pos)
gfx_glyph_bmp_t 487 uspace/lib/gfxfont/test/glyph.c gfx_glyph_bmp_t *bmp;
gfx_glyph_bmp_t 83 uspace/lib/gfxfont/test/glyph_bmp.c gfx_glyph_bmp_t *bmp;
gfx_glyph_bmp_t 130 uspace/lib/gfxfont/test/glyph_bmp.c gfx_glyph_bmp_t *bmp;
gfx_glyph_bmp_t 242 uspace/lib/gfxfont/test/glyph_bmp.c gfx_glyph_bmp_t *bmp;
gfx_glyph_bmp_t 293 uspace/lib/gfxfont/test/glyph_bmp.c gfx_glyph_bmp_t *bmp;
gfx_glyph_bmp_t 356 uspace/lib/gfxfont/test/glyph_bmp.c gfx_glyph_bmp_t *bmp;
gfx_glyph_bmp_t 432 uspace/lib/gfxfont/test/glyph_bmp.c gfx_glyph_bmp_t *bmp;
gfx_glyph_bmp_t 503 uspace/lib/gfxfont/test/glyph_bmp.c gfx_glyph_bmp_t *bmp;
gfx_glyph_bmp_t 105 uspace/lib/gfxfont/test/tpf.c gfx_glyph_bmp_t *bmp;
HelenOS homepage, sources at GitHub