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  178 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix  181 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 1, 1);
gfx_glyph_bmp_getpix  184 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 1, 0);
gfx_glyph_bmp_getpix  187 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 0, 1);
gfx_glyph_bmp_getpix  206 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix  209 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 1, 1);
gfx_glyph_bmp_getpix  212 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 1, 0);
gfx_glyph_bmp_getpix  215 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 0, 1);
gfx_glyph_bmp_getpix  218 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 1, -1);
gfx_glyph_bmp_getpix  221 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 0, -1);
gfx_glyph_bmp_getpix  270 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix  321 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix  327 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix  333 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix  407 uspace/lib/gfxfont/test/glyph_bmp.c 			pix = gfx_glyph_bmp_getpix(bmp, x, y);
gfx_glyph_bmp_getpix  478 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix  480 uspace/lib/gfxfont/test/glyph_bmp.c 	pix = gfx_glyph_bmp_getpix(bmp, 1, 1);
gfx_glyph_bmp_getpix  193 uspace/lib/gfxfont/test/tpf.c 	pix = gfx_glyph_bmp_getpix(bmp, 0, 0);
gfx_glyph_bmp_getpix  195 uspace/lib/gfxfont/test/tpf.c 	pix = gfx_glyph_bmp_getpix(bmp, 1, 1);
gfx_glyph_bmp_getpix  197 uspace/lib/gfxfont/test/tpf.c 	pix = gfx_glyph_bmp_getpix(bmp, 1, 0);
gfx_glyph_bmp_getpix  199 uspace/lib/gfxfont/test/tpf.c 	pix = gfx_glyph_bmp_getpix(bmp, 0, 1);
HelenOS homepage, sources at GitHub