Lines Matching refs:map
82 GX_PIXELMAP *map; in _gx_pixelmap_prompt_background_draw() local
119 _gx_context_pixelmap_get(left_id, &map); in _gx_pixelmap_prompt_background_draw()
120 if (map) in _gx_pixelmap_prompt_background_draw()
124 fill_rect.gx_rectangle_top, map); in _gx_pixelmap_prompt_background_draw()
125 … fill_rect.gx_rectangle_left = (GX_VALUE)(fill_rect.gx_rectangle_left + map -> gx_pixelmap_width); in _gx_pixelmap_prompt_background_draw()
132 _gx_context_pixelmap_get(right_id, &map); in _gx_pixelmap_prompt_background_draw()
133 if (map) in _gx_pixelmap_prompt_background_draw()
136 … _gx_canvas_pixelmap_draw((GX_VALUE)(fill_rect.gx_rectangle_right - map -> gx_pixelmap_width + 1), in _gx_pixelmap_prompt_background_draw()
137 fill_rect.gx_rectangle_top, map); in _gx_pixelmap_prompt_background_draw()
138 …fill_rect.gx_rectangle_right = (GX_VALUE)(fill_rect.gx_rectangle_right - map -> gx_pixelmap_width); in _gx_pixelmap_prompt_background_draw()
145 _gx_context_pixelmap_get(fill_id, &map); in _gx_pixelmap_prompt_background_draw()
146 if (map) in _gx_pixelmap_prompt_background_draw()
148 _gx_canvas_pixelmap_tile(&fill_rect, map); in _gx_pixelmap_prompt_background_draw()