Home
last modified time | relevance | path

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

/reactos/modules/rostests/regtests/gdi/
H A Dxlate.c27 static HBITMAP hbmp8bpp_a, hbmp8bpp_b; variable
229 hbmp8bpp_a = CreateBitmap(4, 2, 1, 8, ajBits8); in Initialize()
230 ok(hbmp8bpp_a != 0, "CreateBitmap failed\n"); in Initialize()