HelenOS sources

gfx_glyph_bmp_find_used_rect   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_find_used_rect  125 uspace/lib/gfxfont/src/glyph_bmp.c 	gfx_glyph_bmp_find_used_rect(bmp, &used_rect);
gfx_glyph_bmp_find_used_rect  502 uspace/lib/gfxfont/test/glyph_bmp.c 	gfx_glyph_bmp_find_used_rect(bmp, &rect);
gfx_glyph_bmp_find_used_rect  524 uspace/lib/gfxfont/test/glyph_bmp.c 	gfx_glyph_bmp_find_used_rect(bmp, &rect);
gfx_glyph_bmp_find_used_rect  540 uspace/lib/gfxfont/test/glyph_bmp.c 	gfx_glyph_bmp_find_used_rect(bmp, &rect);
HelenOS homepage, sources at GitHub