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 533 uspace/lib/gfxfont/test/glyph_bmp.c gfx_glyph_bmp_find_used_rect(bmp, &rect);
gfx_glyph_bmp_find_used_rect 555 uspace/lib/gfxfont/test/glyph_bmp.c gfx_glyph_bmp_find_used_rect(bmp, &rect);
gfx_glyph_bmp_find_used_rect 571 uspace/lib/gfxfont/test/glyph_bmp.c gfx_glyph_bmp_find_used_rect(bmp, &rect);
HelenOS homepage, sources at GitHub