Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/windowscodecs/
H A Dtiffformat.c895 struct bitmap_data in test_color_formats() struct
904 static const struct bitmap_data data_1bpsBGR = in test_color_formats()
909 static const struct bitmap_data data_4bpsBGR = in test_color_formats()
914 static const struct bitmap_data data_8bpsBGR = in test_color_formats()
919 static const struct bitmap_data data_48bppRGB = in test_color_formats()
924 static const struct bitmap_data data_1bpsBGRA = in test_color_formats()
929 static const struct bitmap_data data_4bpsBGRA = in test_color_formats()
934 static const struct bitmap_data data_8bpsBGRA = in test_color_formats()
954 static const struct bitmap_data data_4bppGray = in test_color_formats()
1025 const struct bitmap_data *data; in test_color_formats()
[all …]
H A Dconverter.c35 typedef struct bitmap_data { struct
43 const struct bitmap_data *alt_data; argument
44 } bitmap_data; typedef
49 const bitmap_data *data;
326 static void compare_bitmap_data(const struct bitmap_data *src, const struct bitmap_data *expect, in compare_bitmap_data()
433 static const struct bitmap_data testdata_24bppBGR = {
559 static void test_conversion(const struct bitmap_data *src, const struct bitmap_data *dst, const cha… in test_conversion()
1612 const struct bitmap_data *srcs[2]; in test_encoder()
1613 const struct bitmap_data *dsts[2]; in test_encoder()
1643 const struct bitmap_data *srcs[2]; in test_encoder_rects()
[all …]
H A Dbitmap.c228 const BYTE bitmap_data[27] = { in test_createbitmap() local
376 memcpy(base_lock_buffer + lock_buffer_stride*i, bitmap_data + i*9, 9); in test_createbitmap()
387 ok(returned_data[i] == bitmap_data[i], "returned_data[%i] == %i\n", i, returned_data[i]); in test_createbitmap()
463 const BYTE bitmap_data[27] = { in test_createbitmapfromsource() local
512 memcpy(lock_buffer + lock_buffer_stride*i, bitmap_data + i*9, 9); in test_createbitmapfromsource()
554 ok(returned_data[i] == bitmap_data[i], "returned_data[%i] == %i\n", i, returned_data[i]); in test_createbitmapfromsource()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/
H A Dqtewin.cpp1287 uint8 * bitmap_data; in ui_create_bitmap() local
1291 bitmap_data = (uint8*)xmalloc(width * height * 4); in ui_create_bitmap()
1295 the_bitmap->data = bitmap_data; in ui_create_bitmap()
1300 bitmap_data[i * width + j] = data[i * width + j]; in ui_create_bitmap()
1306 *(((uint16*)bitmap_data) + (i * width + j)) = in ui_create_bitmap()
1318 SETPIXEL32(bitmap_data, j, i, width, pixel); in ui_create_bitmap()