Searched refs:return_pixelmap (Results 1 – 8 of 8) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gxe_context_pixelmap_get.c | 76 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()
|
| D | gxe_widget_pixelmap_get.c | 72 …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()
|
| D | gx_context_pixelmap_get.c | 84 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()
|
| D | gx_widget_pixelmap_get.c | 77 …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/ |
| D | gx_context.h | 71 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);
|
| D | gx_widget.h | 190 …_widget_pixelmap_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap);
|
| D | gx_api.h | 3788 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/ |
| D | validation_guix_error_checking_api_coverage_no_output.c | 145 GX_PIXELMAP *return_pixelmap; in control_thread_entry() local 993 status = gx_context_pixelmap_get(1, &return_pixelmap); in control_thread_entry()
|