Searched refs:bm_height (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c294 unsigned int width, height, bm_width, bm_height; local
338 bm_height = height;
341 if (valid && (bm_width > 0) && (bm_height > 0)) {
343 memset(bm, '\0', bm_width * bm_height);
344 fill_bitmap(dpy, win, gc, bm_width, bm_height, x, y, c, bm);
350 printf("bm_width/bm_height = %u/%u\n", bm_width, bm_height);
351 dump_bitmap(bm_width, bm_height, bm);
/external/mesa3d/src/glx/
H A Dxfont.c306 unsigned int width, height, bm_width, bm_height; local
349 bm_height = height;
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);
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c293 unsigned int width, height, bm_width, bm_height; local
337 bm_height = height;
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);

Completed in 280 milliseconds