HelenOS sources
gfx_glyph_bmp_getpix 283 uspace/app/fontedit/fontedit.c pix = gfx_glyph_bmp_getpix(src_bmp, x, y);
gfx_glyph_bmp_getpix 657 uspace/app/fontedit/fontedit.c pix = gfx_glyph_bmp_getpix(fedit->gbmp, x, y);
gfx_glyph_bmp_getpix 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_getpix 203 uspace/lib/gfxfont/src/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, x, y);
gfx_glyph_bmp_getpix 147 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix 150 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 1, 1);
gfx_glyph_bmp_getpix 153 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 1, 0);
gfx_glyph_bmp_getpix 156 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 0, 1);
gfx_glyph_bmp_getpix 175 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix 178 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 1, 1);
gfx_glyph_bmp_getpix 181 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 1, 0);
gfx_glyph_bmp_getpix 184 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 0, 1);
gfx_glyph_bmp_getpix 187 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 1, -1);
gfx_glyph_bmp_getpix 190 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 0, -1);
gfx_glyph_bmp_getpix 239 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix 290 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix 296 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix 302 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix 376 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, x, y);
gfx_glyph_bmp_getpix 447 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix 449 uspace/lib/gfxfont/test/glyph_bmp.c pix = gfx_glyph_bmp_getpix(bmp, 1, 1);
gfx_glyph_bmp_getpix 162 uspace/lib/gfxfont/test/tpf.c pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix 164 uspace/lib/gfxfont/test/tpf.c pix = gfx_glyph_bmp_getpix(bmp, 1, 1);
gfx_glyph_bmp_getpix 166 uspace/lib/gfxfont/test/tpf.c pix = gfx_glyph_bmp_getpix(bmp, 1, 0);
gfx_glyph_bmp_getpix 168 uspace/lib/gfxfont/test/tpf.c pix = gfx_glyph_bmp_getpix(bmp, 0, 1);
HelenOS homepage, sources at GitHub