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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dxfont.c183 unsigned int width, height, bm_width, bm_height; local
219 bm_height = height;
222 if (valid && (bm_width > 0) && (bm_height > 0)) {
223 crMemset(bm, '\0', bm_width * bm_height);
224 fill_bitmap(dpy, win, gc, bm_width, bm_height, x, y, c, bm);

Completed in 1005 milliseconds