Searched refs:WRITE_MONOCOLOR_SPAN (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/opengl/opengl32/ |
H A D | swimpl.c | 1053 #define WRITE_MONOCOLOR_SPAN(__bpp, __type, __pixel_size) … macro 1088 WRITE_MONOCOLOR_SPAN(8, BYTE, 1) 1089 WRITE_MONOCOLOR_SPAN(16, USHORT, 2) 1090 WRITE_MONOCOLOR_SPAN(24, ULONG, 3) 1091 WRITE_MONOCOLOR_SPAN(32, ULONG, 4) 1092 #undef WRITE_MONOCOLOR_SPAN
|