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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dxfont.c131 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
147 max_bm_height = max_height;
149 bm = (GLubyte *) crAlloc((max_bm_width * max_bm_height) * sizeof(GLubyte));

Completed in 2522 milliseconds