Searched refs:bm_width (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c295 unsigned int width, height, bm_width, bm_height; local in function:glXUseXFont
338 bm_width = (width + 7) / 8;
342 if (valid && (bm_width > 0) && (bm_height > 0)) {
344 memset(bm, '\0', bm_width * bm_height);
345 fill_bitmap(dpy, win, gc, bm_width, bm_height, x, y, c, bm);
351 printf("bm_width/bm_height = %u/%u\n", bm_width, bm_height);
352 dump_bitmap(bm_width, bm_height, bm);
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dxfont.c306 unsigned int width, height, bm_width, bm_height; local in function:DRI_glXUseXFont
348 bm_width = (width + 7) / 8;
352 if (valid && (bm_width > 0) && (bm_height > 0)) {
354 memset(bm, '\0', bm_width * bm_height);
355 fill_bitmap(dpy, win, gc, bm_width, bm_height, x, y, c, bm);
361 printf("bm_width/bm_height = %u/%u\n", bm_width, bm_height);
362 dump_bitmap(bm_width, bm_height, bm);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxfonts.c293 unsigned int width, height, bm_width, bm_height; local in function:Fake_glXUseXFont
336 bm_width = (width + 7) / 8;
340 if (valid && (bm_width > 0) && (bm_height > 0)) {
342 memset(bm, '\0', bm_width * bm_height);
343 fill_bitmap(dpy, win, gc, bm_width, bm_height, x, y, c, bm);
349 printf("bm_width/bm_height = %u/%u\n", bm_width, bm_height);
350 dump_bitmap(bm_width, bm_height, bm);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_usefont.c295 unsigned int width, height, bm_width, bm_height; local in function:glXUseXFont
338 bm_width = (width + 7) / 8;
342 if (valid && (bm_width > 0) && (bm_height > 0)) {
344 memset(bm, '\0', bm_width * bm_height);
345 fill_bitmap(dpy, win, gc, bm_width, bm_height, x, y, c, bm);
351 printf("bm_width/bm_height = %u/%u\n", bm_width, bm_height);
352 dump_bitmap(bm_width, bm_height, bm);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dxfont.c296 unsigned int width, height, bm_width, bm_height; local in function:DRI_glXUseXFont
338 bm_width = (width + 7) / 8;
342 if (valid && (bm_width > 0) && (bm_height > 0)) {
344 memset(bm, '\0', bm_width * bm_height);
345 fill_bitmap(dpy, screen, gc, bm_width, bm_height, x, y, c, bm);
351 printf("bm_width/bm_height = %u/%u\n", bm_width, bm_height);
352 dump_bitmap(bm_width, bm_height, bm);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxfonts.c292 unsigned int width, height, bm_width, bm_height; local in function:Fake_glXUseXFont
335 bm_width = (width + 7) / 8;
339 if (valid && (bm_width > 0) && (bm_height > 0)) {
341 memset(bm, '\0', bm_width * bm_height);
342 fill_bitmap(dpy, win, gc, bm_width, bm_height, x, y, c, bm);
348 printf("bm_width/bm_height = %u/%u\n", bm_width, bm_height);
349 dump_bitmap(bm_width, bm_height, bm);

Completed in 12 milliseconds