Searched refs:_gx_system_draw_context_stack_end (Results 1 – 4 of 4) sorted by relevance
95 if (_gx_system_current_draw_context == _gx_system_draw_context_stack_end) in _gx_canvas_drawing_complete()
107 _gx_system_draw_context_stack_end = _gx_system_draw_context_stack; in _gx_system_initialize()108 _gx_system_draw_context_stack_end += GX_MAX_CONTEXT_NESTING; in _gx_system_initialize()
111 new_context = _gx_system_draw_context_stack_end - 1; in _gx_canvas_drawing_initiate()
276 SYSTEM_DECLARE GX_DRAW_CONTEXT *_gx_system_draw_context_stack_end; variable