Home
last modified time | relevance | path

Searched refs:scratchpad (Results 1 – 25 of 90) sorted by relevance

1234

/GUIX-v6.2.1/test/example_internal/png_draw_32bpp/
Ddemo_guix_png_draw_32bpp.c19 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
53 tx_byte_pool_create(&decode_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/png_draw_16bpp/
Ddemo_guix_png_draw_16bpp.c19 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
53 tx_byte_pool_create(&decode_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/runtime_allocate_16bpp/
Ddemo_runtime_allocate_16bpp.c17 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
52 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/template/
Ddemo_guix_template.c15 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
51 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/bidi_text_line_break_runtime/
Ddemo_guix_bidi_text_line_break_runtime.c20 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
53 tx_byte_pool_create(&mem_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping_runtime/
Ddemo_thai_glyph_shaping_runtime.c24 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
58 tx_byte_pool_create(&mem_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/jpeg_draw_16bpp/
Ddemo_guix_jpeg_draw_16bpp.c19 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
69 tx_byte_pool_create(&decode_pool, "scratchpad", scratchpad, in demo_thread_entry()
/GUIX-v6.2.1/test/example_internal/jpeg_draw_32bpp/
Ddemo_guix_jpeg_draw_32bpp.c19 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
70 tx_byte_pool_create(&decode_pool, "scratchpad", scratchpad, in demo_thread_entry()
/GUIX-v6.2.1/test/example_internal/widgets_with_private_string/
Ddemo_guix_widgets_with_private_string.c22 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
64 tx_byte_pool_create(&rotate_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/samples/demo_guix_thermostat/
Ddemo_guix_thermostat.c9 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
52 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/tutorials/demo_guix_circular_gauge/
Ddemo_guix_circular_gauge.c16 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
56 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping/
Ddemo_thai_glyph_shaping.c24 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
58 tx_byte_pool_create(&mem_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/arabic_glyph_shaping/
Ddemo_arabic_glyph_shaping.c24 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
58 tx_byte_pool_create(&mem_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/color_convert_8bpp/
Ddemo_guix_color_convert_8bpp.c16 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
57 tx_byte_pool_create(&decode_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/sprite_16bpp/
Ddemo_guix_sprite_16bpp.c24 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
63 tx_byte_pool_create(&resize_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/kerning_glyph_in_string_table/
Ddemo_kerning_glyph_in_string_table.c35 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
63 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/multi_themes_16bpp_5_5_1/
Ddemo_guix_multi_themes_16bpp_5_5_1.c15 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
64 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/color_convert_32bpp/
Ddemo_guix_color_convert_32bpp.c19 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
60 tx_byte_pool_create(&decode_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/pixelmap_resize_16bpp/
Ddemo_guix_pixelmap_resize_16bpp.c27 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
62 tx_byte_pool_create(&resize_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_2_0/
Ddemo_guix_all_widgets_5_2_0.c11 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
74 tx_byte_pool_create(&rotate_pool, "scratchpad", scratchpad, in demo_thread_entry()
/GUIX-v6.2.1/test/example_internal/pixelmap_resize_8bpp/
Ddemo_guix_pixelmap_resize_8bpp.c27 GX_UBYTE scratchpad[SCRATCHPAD_PIXELS]; variable
61 tx_byte_pool_create(&resize_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/pixelmap_resize_32bpp/
Ddemo_guix_pixelmap_resize_32bpp.c27 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
62 tx_byte_pool_create(&resize_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/samples/demo_guix_sprite/
Ddemo_guix_sprite.c25 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
56 tx_byte_pool_create(&resize_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/multi_themes_16bpp_synergy/
Ddemo_guix_multi_themes_16bpp_synergy.c17 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
65 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/multi_themes_332rgb/
Ddemo_guix_multi_themes_332rgb.c15 GX_COLOR scratchpad[SCRATCHPAD_PIXELS]; variable
65 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()

1234