Home
last modified time | relevance | path

Searched refs:return_pixelmap (Results 1 – 8 of 8) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgxe_context_pixelmap_get.c76 UINT _gxe_context_pixelmap_get(GX_RESOURCE_ID pixelmap_id, GX_PIXELMAP **return_pixelmap) in _gxe_context_pixelmap_get() argument
81 if (return_pixelmap == GX_NULL) in _gxe_context_pixelmap_get()
88 *return_pixelmap = GX_NULL; in _gxe_context_pixelmap_get()
93 status = _gx_context_pixelmap_get(pixelmap_id, return_pixelmap); in _gxe_context_pixelmap_get()
Dgxe_widget_pixelmap_get.c72 …e_widget_pixelmap_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap) in _gxe_widget_pixelmap_get() argument
77 if (return_pixelmap == GX_NULL || widget == GX_NULL) in _gxe_widget_pixelmap_get()
89 status = _gx_widget_pixelmap_get(widget, resource_id, return_pixelmap); in _gxe_widget_pixelmap_get()
Dgx_context_pixelmap_get.c84 UINT _gx_context_pixelmap_get(GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap) in _gx_context_pixelmap_get() argument
97 *return_pixelmap = display -> gx_display_pixelmap_table[resource_id]; in _gx_context_pixelmap_get()
102 *return_pixelmap = NULL; in _gx_context_pixelmap_get()
Dgx_widget_pixelmap_get.c77 …x_widget_pixelmap_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap) in _gx_widget_pixelmap_get() argument
108 *return_pixelmap = map; in _gx_widget_pixelmap_get()
/GUIX-v6.2.1/common/inc/
Dgx_context.h71 UINT _gx_context_pixelmap_get(GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap);
102 UINT _gxe_context_pixelmap_get(GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap);
Dgx_widget.h190 …_widget_pixelmap_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap);
Dgx_api.h3788 UINT _gx_context_pixelmap_get(GX_RESOURCE_ID pixelmap_id, GX_PIXELMAP **return_pixelmap);
4429 … _gx_widget_pixelmap_get(GX_WIDGET *widget, GX_RESOURCE_ID font_id, GX_PIXELMAP **return_pixelmap);
5270 UINT _gxe_context_pixelmap_get(GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap);
5908 …_widget_pixelmap_get(GX_WIDGET *widget, GX_RESOURCE_ID pixelmap_id, GX_PIXELMAP **return_pixelmap);
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_error_checking_api_coverage_no_output.c145 GX_PIXELMAP *return_pixelmap; in control_thread_entry() local
993 status = gx_context_pixelmap_get(1, &return_pixelmap); in control_thread_entry()