Searched refs:amount (Results 1 – 5 of 5) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gx_vertical_list_scroll.c | 192 VOID _gx_vertical_list_scroll(GX_VERTICAL_LIST *list, INT amount) in _gx_vertical_list_scroll() argument 203 if (!amount) in _gx_vertical_list_scroll() 223 if (amount < 0) in _gx_vertical_list_scroll() 225 num_pages = (amount + page_size) / page_size; in _gx_vertical_list_scroll() 229 num_pages = (amount - page_size) / page_size; in _gx_vertical_list_scroll() 236 amount -= (num_pages * page_size); in _gx_vertical_list_scroll() 250 _gx_widget_scroll_shift(child, 0, amount, GX_TRUE); in _gx_vertical_list_scroll() 262 if (amount < 0) in _gx_vertical_list_scroll() 304 _gx_widget_block_move((GX_WIDGET *)list, &block, 0, amount); in _gx_vertical_list_scroll()
|
| D | gx_horizontal_list_scroll.c | 193 VOID _gx_horizontal_list_scroll(GX_HORIZONTAL_LIST *list, INT amount) in _gx_horizontal_list_scroll() argument 204 if (!amount) in _gx_horizontal_list_scroll() 224 if (amount < 0) in _gx_horizontal_list_scroll() 226 num_pages = (amount + page_size) / page_size; in _gx_horizontal_list_scroll() 230 num_pages = (amount - page_size) / page_size; in _gx_horizontal_list_scroll() 237 amount -= (num_pages * page_size); in _gx_horizontal_list_scroll() 251 _gx_widget_scroll_shift(child, amount, 0, GX_TRUE); in _gx_horizontal_list_scroll() 264 if (amount < 0) in _gx_horizontal_list_scroll() 306 _gx_widget_block_move((GX_WIDGET *)list, &block, amount, 0); in _gx_horizontal_list_scroll()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_window.h | 72 VOID _gx_horizontal_list_scroll(GX_HORIZONTAL_LIST *list, INT amount); 92 VOID _gx_vertical_list_scroll(GX_VERTICAL_LIST *list, INT amount);
|
| D | gx_api.h | 2445 …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 | 1767 UCHAR *_tx_misra_uchar_pointer_add(UCHAR *ptr, ULONG amount); 1768 UCHAR *_tx_misra_uchar_pointer_sub(UCHAR *ptr, ULONG amount); 1771 ULONG *_tx_misra_ulong_pointer_add(ULONG *ptr, ULONG amount); 1772 ULONG *_tx_misra_ulong_pointer_sub(ULONG *ptr, ULONG amount);
|