Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_all_widgets_332rgb_pixelmap_blend.c124 int has_alpha, compressed; in control_thread_entry() local
140 for(has_alpha = 0; has_alpha <= 1; has_alpha++) in control_thread_entry()
144 gx_window_wallpaper_set(apple_window, maps[compressed + has_alpha], GX_TRUE); in control_thread_entry()
153 …d, pixelmap with alpha-channel: %d, pixelmap compressed: %d ", alpha_index, has_alpha, compressed); in control_thread_entry()
/GUIX-v6.2.1/ports/win32/src/renesas/
Dgx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c85 GX_BOOL has_alpha; in _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write() local
104 has_alpha = GX_TRUE; in _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write()
108 has_alpha = GX_FALSE; in _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write()
133 if (has_alpha) in _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write()
166 if (has_alpha) in _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write()
Dgx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c80 GX_BOOL has_alpha; in _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_write() local
90 has_alpha = GX_TRUE; in _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_write()
94 has_alpha = GX_FALSE; in _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_write()
138 if (has_alpha) in _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_write()
186 if (has_alpha) in _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_write()
Dgx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c622 GX_BOOL has_alpha; in _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_compressed_write() local
634 has_alpha = GX_TRUE; in _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_compressed_write()
638 has_alpha = GX_FALSE; in _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_compressed_write()
686 if (has_alpha) in _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_compressed_write()
723 if (has_alpha) in _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_compressed_write()
Dgx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c709 GX_BOOL has_alpha; in _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_compressed_write() local
740 has_alpha = GX_TRUE; in _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_compressed_write()
744 has_alpha = GX_FALSE; in _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_compressed_write()
797 if (has_alpha) in _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_compressed_write()
835 if (has_alpha) in _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_compressed_write()
/GUIX-v6.2.1/guix_studio/
Dpng_reader.cpp60 BOOL has_alpha = FALSE; in CheckImageHasAlphaChannel() local
116 has_alpha = TRUE; in CheckImageHasAlphaChannel()
125 has_alpha = TRUE; in CheckImageHasAlphaChannel()
134 return has_alpha; in CheckImageHasAlphaChannel()