Searched refs:width_int (Results 1 – 1 of 1) sorted by relevance
44 unsigned int needed_size, height, width, width_int; in wglUseFontBitmaps_common() local101 width_int = (gm.gmBlackBoxX + 31) / 32; in wglUseFontBitmaps_common()103 for (width = 0; width < width_int; width++) { in wglUseFontBitmaps_common()104 ((int *) gl_bitmap)[(gm.gmBlackBoxY - height - 1) * width_int + width] = in wglUseFontBitmaps_common()105 ((int *) bitmap)[height * width_int + width]; in wglUseFontBitmaps_common()