Searched refs:amount (Results 1 – 5 of 5) sorted by relevance
/GUIX-v6.2.1/common/src/ |
D | gx_horizontal_list_scroll.c | 194 VOID _gx_horizontal_list_scroll(GX_HORIZONTAL_LIST *list, INT amount) in _gx_horizontal_list_scroll() argument 205 if (!amount) in _gx_horizontal_list_scroll() 225 if (amount < 0) in _gx_horizontal_list_scroll() 227 num_pages = (amount + page_size) / page_size; in _gx_horizontal_list_scroll() 231 num_pages = (amount - page_size) / page_size; in _gx_horizontal_list_scroll() 238 amount -= (num_pages * page_size); in _gx_horizontal_list_scroll() 252 _gx_widget_scroll_shift(child, amount, 0, GX_TRUE); in _gx_horizontal_list_scroll() 265 if (amount < 0) in _gx_horizontal_list_scroll() 307 _gx_widget_block_move((GX_WIDGET *)list, &block, amount, 0); in _gx_horizontal_list_scroll()
|
D | gx_vertical_list_scroll.c | 193 VOID _gx_vertical_list_scroll(GX_VERTICAL_LIST *list, INT amount) in _gx_vertical_list_scroll() argument 204 if (!amount) in _gx_vertical_list_scroll() 224 if (amount < 0) in _gx_vertical_list_scroll() 226 num_pages = (amount + page_size) / page_size; in _gx_vertical_list_scroll() 230 num_pages = (amount - page_size) / page_size; in _gx_vertical_list_scroll() 237 amount -= (num_pages * page_size); in _gx_vertical_list_scroll() 251 _gx_widget_scroll_shift(child, 0, amount, GX_TRUE); in _gx_vertical_list_scroll() 263 if (amount < 0) in _gx_vertical_list_scroll() 305 _gx_widget_block_move((GX_WIDGET *)list, &block, 0, amount); in _gx_vertical_list_scroll()
|
/GUIX-v6.2.1/common/inc/ |
D | gx_window.h | 73 VOID _gx_horizontal_list_scroll(GX_HORIZONTAL_LIST *list, INT amount); 93 VOID _gx_vertical_list_scroll(GX_VERTICAL_LIST *list, INT amount);
|
D | gx_api.h | 2421 …UINT (*gx_scroll_wheel_scroll)(struct GX_SCROLL_WHEEL_STRUCT *wheel, GX_VALUE amount); \
|
/GUIX-v6.2.1/ports/win32/lib/vs_2019/ |
D | tx_api.h | 1768 UCHAR *_tx_misra_uchar_pointer_add(UCHAR *ptr, ULONG amount); 1769 UCHAR *_tx_misra_uchar_pointer_sub(UCHAR *ptr, ULONG amount); 1772 ULONG *_tx_misra_ulong_pointer_add(ULONG *ptr, ULONG amount); 1773 ULONG *_tx_misra_ulong_pointer_sub(ULONG *ptr, ULONG amount);
|