Home
last modified time | relevance | path

Searched refs:gx_display_color_format (Results 1 – 25 of 56) sorted by relevance

123

/GUIX-v6.2.1/common/src/
Dgx_display_driver_32bpp_rotated_pixelmap_blend.c86 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_pixelmap_raw_blend()
183 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_blend()
294 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_palette_pixelmap_blend()
394 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_palette_pixelmap_transparent_blend()
497 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_4444argb_pixelmap_alpha_blend()
619 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_565rgb_pixelmap_alpha_blend()
736 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_565rgb_pixelmap_raw_blend()
Dgx_display_driver_generic_rotated_alphamap_draw.c91 GX_SET_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format) in _gx_display_driver_generic_rotated_alphamap_raw_alpha_draw()
193 GX_SET_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format) in _gx_display_driver_generic_rotated_alphamap_compressed_alpha_draw()
351 GX_SET_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format) in _gx_display_driver_generic_rotated_alphamap_raw_draw()
450 GX_SET_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format) in _gx_display_driver_generic_rotated_alphamap_compressed_draw()
Dgx_display_driver_4444argb_setup.c78 display -> gx_display_color_format = GX_COLOR_FORMAT_4444ARGB; in _gx_display_driver_4444argb_setup()
Dgx_display_driver_1555xrgb_setup.c77 display -> gx_display_color_format = GX_COLOR_FORMAT_1555XRGB; in _gx_display_driver_1555xrgb_setup()
Dgx_display_driver_32bpp_rotated_pixelmap_draw.c186 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_write()
299 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_pixelmap_compressed_write()
501 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_pixelmap_compressed_alpha_write()
680 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_palette_pixelmap_compressed_write()
1082 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_palette_pixelmap_transparent_compressed_write()
1399 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_565rgb_pixelmap_compressed_write()
1616 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_565rgb_pixelmap_compressed_alpha_write()
1886 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_565rgb_pixelmap_alpha_write()
2006 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_4444argb_pixelmap_alpha_write()
2126 …ET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_display_driver_32bpp_rotated_4444argb_pixelmap_compressed_alpha_write()
Dgx_canvas_pixelmap_get.c102 pixelmap -> gx_pixelmap_format = (GX_UBYTE)display -> gx_display_color_format; in _gx_canvas_pixelmap_get()
Dgx_monochrome_driver_disabled_button_line_draw.c90 display_format = canvas -> gx_canvas_display -> gx_display_color_format; in _gx_monochrome_driver_disabled_button_line_draw()
Dgx_display_driver_8bpp_horizontal_line_draw.c93 …if (context -> gx_draw_context_display -> gx_display_color_format != GX_COLOR_FORMAT_8BIT_PACKED_P… in _gx_display_driver_8bpp_horizontal_line_draw()
Dgx_display_driver_8bpp_vertical_line_draw.c91 …if (context -> gx_draw_context_display -> gx_display_color_format != GX_COLOR_FORMAT_8BIT_PACKED_P… in _gx_display_driver_8bpp_vertical_line_draw()
Dgx_display_driver_332rgb_setup.c76 display -> gx_display_color_format = GX_COLOR_FORMAT_8BIT_PACKED_PIXEL; in _gx_display_driver_332rgb_setup()
Dgx_utility_canvas_to_bmp.c129 switch (canvas -> gx_canvas_display -> gx_display_color_format) in _gx_utility_write_bitmap_header()
207 switch (canvas -> gx_canvas_display -> gx_display_color_format) in _gx_utility_write_bitmap_header()
799 pixelmap_format = canvas -> gx_canvas_display -> gx_display_color_format; in _gx_utility_canvas_to_bmp()
Dgx_display_driver_generic_rotated_glyph_8bit_draw.c101 GX_SET_BLEND_FUNCTION(blend_func, context->gx_draw_context_display->gx_display_color_format) in _gx_display_driver_generic_rotated_glyph_8bit_draw()
Dgx_display_driver_monochrome_setup.c116 display -> gx_display_color_format = GX_COLOR_FORMAT_MONOCHROME; in _gx_display_driver_monochrome_setup()
Dgx_display_driver_32argb_setup.c115 display -> gx_display_color_format = GX_COLOR_FORMAT_32ARGB; in _gx_display_driver_32argb_setup()
Dgx_display_driver_4bpp_grayscale_setup.c118 display -> gx_display_color_format = GX_COLOR_FORMAT_4BIT_GRAY; in _gx_display_driver_4bpp_grayscale_setup()
Dgx_display_driver_565rgb_setup.c117 display -> gx_display_color_format = GX_COLOR_FORMAT_565RGB; in _gx_display_driver_565rgb_setup()
Dgx_display_driver_8bit_palette_setup.c120 display -> gx_display_color_format = GX_COLOR_FORMAT_8BIT_PALETTE; in _gx_display_driver_8bit_palette_setup()
Dgx_display_driver_24xrgb_setup.c116 display -> gx_display_color_format = GX_COLOR_FORMAT_24XRGB; in _gx_display_driver_24xrgb_setup()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_all_widgets_32argb_rotated_cw_rotate_screen.c116 root->gx_window_root_canvas->gx_canvas_display->gx_display_color_format = 0; in control_thread_entry()
132 … root->gx_window_root_canvas->gx_canvas_display->gx_display_color_format = GX_COLOR_FORMAT_32ARGB; in control_thread_entry()
Dvalidation_guix_utility_no_output.c77 root->gx_window_root_canvas->gx_canvas_display->gx_display_color_format = 0; in control_thread_entry()
82 …root->gx_window_root_canvas->gx_canvas_display->gx_display_color_format = GX_COLOR_FORMAT_8BIT_PAL… in control_thread_entry()
Dvalidation_guix_all_widgets_16bpp_rotated_glyph_draw.c136 root->gx_window_root_canvas->gx_canvas_display->gx_display_color_format = 0; in control_thread_entry()
Dvalidation_guix_all_widgets_32argb_rotated_cw_pixelmap_draw.c170 … root->gx_window_root_canvas->gx_canvas_display->gx_display_color_format = display_color_format; in control_thread_entry()
/GUIX-v6.2.1/ports/win32/src/renesas/
Dgx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c108 GX_SET_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format) in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw()
Dgx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c108 … GX_SET_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format); in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw()
Dgx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c156 GX_SET_BLEND_FUNCTION(blend_func, display -> gx_display_color_format) in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw()

123