Searched refs:_gx_system_rich_text_context_stack (Results 1 – 8 of 8) sorted by relevance
72 …if (_gx_system_rich_text_context_stack.gx_rich_text_context_stack_top >= GX_MAX_RICH_TEXT_CONTEXT_… in _gx_rich_text_view_context_push()77 top = _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top; in _gx_rich_text_view_context_push()79 _gx_system_rich_text_context_stack.gx_rich_text_context_stack[top] = (*context); in _gx_rich_text_view_context_push()80 _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top++; in _gx_rich_text_view_context_push()
71 if (_gx_system_rich_text_context_stack.gx_rich_text_context_stack_top <= 0) in _gx_rich_text_view_context_pop()76 _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top--; in _gx_rich_text_view_context_pop()
75 …memcpy(&_gx_system_rich_text_context_stack.gx_rich_text_context_stack, /* Use case of memcpy is ve… in _gx_rich_text_view_context_restore()79 _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top = top; in _gx_rich_text_view_context_restore()
70 GX_UBYTE top = _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top; in _gx_rich_text_view_context_save()76 …&_gx_system_rich_text_context_stack.gx_rich_text_context_stack, sizeof(GX_RICH_TEXT_CONTEXT) * top… in _gx_rich_text_view_context_save()
73 top = _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top; in _gx_rich_text_view_context_peek()82 *context = _gx_system_rich_text_context_stack.gx_rich_text_context_stack[top]; in _gx_rich_text_view_context_peek()
70 _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top = 0; in _gx_rich_text_view_context_reset()
120 _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top = 0; in _gx_system_initialize()
337 SYSTEM_DECLARE GX_RICH_TEXT_CONTEXT_STACK _gx_system_rich_text_context_stack; variable