Home
last modified time | relevance | path

Searched refs:width_int (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/opengl/opengl32/
H A Dwgl_font.c44 unsigned int needed_size, height, width, width_int; in wglUseFontBitmaps_common() local
101 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()