Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/atl/
H A DCImage.cpp40 Test_BitmapEntry(INT iLine, INT bpp, INT width, INT height, BOOL bTopDown) in Test_BitmapEntry() function
60 Test_BitmapEntry(__LINE__, 1, 20, 30, FALSE); in Test_Bitmap()
61 Test_BitmapEntry(__LINE__, 1, 30, 20, TRUE); in Test_Bitmap()
62 Test_BitmapEntry(__LINE__, 4, 20, 30, FALSE); in Test_Bitmap()
63 Test_BitmapEntry(__LINE__, 4, 30, 20, TRUE); in Test_Bitmap()
64 Test_BitmapEntry(__LINE__, 8, 20, 30, FALSE); in Test_Bitmap()
65 Test_BitmapEntry(__LINE__, 8, 30, 20, TRUE); in Test_Bitmap()
66 Test_BitmapEntry(__LINE__, 24, 20, 30, FALSE); in Test_Bitmap()
67 Test_BitmapEntry(__LINE__, 24, 30, 20, TRUE); in Test_Bitmap()
68 Test_BitmapEntry(__LINE__, 32, 20, 30, FALSE); in Test_Bitmap()
[all …]