Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/
Ddemo_guix_screenshot_to_bitmap_16bpp.c203 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
206 fx_file_write(&my_file, byte_data, data_count); in write_data_callback()
266 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
270 fwrite(byte_data, 1, data_count, fp); in write_data_callback()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/
Ddemo_guix_screenshot_to_bitmap_32bpp.c203 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
206 fx_file_write(&my_file, byte_data, data_count); in write_data_callback()
265 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
269 fwrite(byte_data, 1, data_count, fp); in write_data_callback()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_332rgb/
Ddemo_guix_screenshot_to_bitmap_332rgb.c203 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
206 fx_file_write(&my_file, byte_data, data_count); in write_data_callback()
264 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
268 fwrite(byte_data, 1, data_count, fp); in write_data_callback()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/
Ddemo_guix_screenshot_to_bitmap_monochrome.c175 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
178 fx_file_write(&my_file, byte_data, data_count); in write_data_callback()
237 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
241 fwrite(byte_data, 1, data_count, fp); in write_data_callback()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_8bit_palette/
Ddemo_guix_screenshot_to_bitmap_8bit_palette.c203 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
206 fx_file_write(&my_file, byte_data, data_count); in write_data_callback()
266 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
270 fwrite(byte_data, 1, data_count, fp); in write_data_callback()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/
Ddemo_guix_screenshot_to_bitmap_1555xrgb.c203 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
206 fx_file_write(&my_file, byte_data, data_count); in write_data_callback()
266 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
270 fwrite(byte_data, 1, data_count, fp); in write_data_callback()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4444argb/
Ddemo_guix_screenshot_to_bitmap_4444argb.c203 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
206 fx_file_write(&my_file, byte_data, data_count); in write_data_callback()
265 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
269 fwrite(byte_data, 1, data_count, fp); in write_data_callback()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4bpp/
Ddemo_guix_screenshot_to_bitmap_4bpp.c207 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
210 fx_file_write(&my_file, byte_data, data_count); in write_data_callback()
270 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
274 fwrite(byte_data, 1, data_count, fp); in write_data_callback()
/GUIX-v6.2.1/common/src/
Dgx_utility_canvas_to_bmp.c96 …der(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count… in _gx_utility_write_bitmap_header() argument
339 …bpp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count… in _gx_utility_write_bitmap_data_32bpp() argument
403 …bpp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count… in _gx_utility_write_bitmap_data_16bpp() argument
474 …bpp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count… in _gx_utility_write_bitmap_data_8bpp() argument
552 …bpp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count… in _gx_utility_write_bitmap_data_4bpp() argument
659 …ome(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count… in _gx_utility_write_bitmap_data_monochrome() argument
780 …bmp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count… in _gx_utility_canvas_to_bmp() argument
Dgxe_utility_canvas_to_bmp.c71 …bmp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count… in _gxe_utility_canvas_to_bmp() argument
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_error_checking_api_coverage_no_output.c71 static UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count){return… in write_data_callback() argument
157 GX_UBYTE * byte_data = (GX_UBYTE *)canvas_memory; in control_thread_entry() local
1285 …status = gx_image_reader_create(&image_reader, (GX_CONST GX_UBYTE *)byte_data, 0, 0, 0);//should r… in control_thread_entry()
1402 status = gx_multi_line_text_input_char_insert(&multi_line_text_input, byte_data, 0); in control_thread_entry()
1405 status = gx_multi_line_text_input_char_insert(&multi_line_text_input, byte_data, 1); in control_thread_entry()
1411 …status = gx_multi_line_text_input_create(&multi_line_text_input, 0, 0, (GX_CHAR *)byte_data, 0, 0,… in control_thread_entry()
1414 …status = _gxe_multi_line_text_input_create(&multi_line_text_input, 0, 0, (GX_CHAR *)byte_data, 0, … in control_thread_entry()
1418 …i_line_text_input_create(&multi_line_text_input, 0, &parent, (GX_CHAR *)byte_data, 0, 0, 0, &size)… in control_thread_entry()
1422 …status = gx_multi_line_text_input_create(&multi_line_text_input, 0, 0, (GX_CHAR *)byte_data, 0, 0,… in control_thread_entry()
1502 …status = gx_multi_line_text_input_text_set(0, (GX_CONST GX_CHAR *)byte_data);// should return GX_P… in control_thread_entry()
[all …]
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/
Dcommon_code.c102 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
106 fwrite(byte_data, 1, data_count, canvas_fp); in write_data_callback()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/keil/
Dcommon_code.c120 UINT write_data_callback(GX_UBYTE *byte_data, UINT data_count) in write_data_callback() argument
124 fwrite(byte_data, 1, data_count, canvas_fp); in write_data_callback()
/GUIX-v6.2.1/common/inc/
Dgx_utility.h281 …bmp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count…
344 …bmp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count…
Dgx_api.h4336 …_bmp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT(*write_data)(GX_UBYTE *byte_data, UINT data_count…
5815 …_bmp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT(*write_data)(GX_UBYTE *byte_data, UINT data_count…