Home
last modified time | relevance | path

Searched refs:item_direction (Results 1 – 5 of 5) sorted by relevance

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp347 int item_direction = elem_direction; in LookupElem() local
352 item_direction = REND_DIRECTION_RTL; in LookupElem()
355 item_direction = REND_DIRECTION_LTR; in LookupElem()
358 item_direction = REND_DIRECTION_UNSET; in LookupElem()
363 item_direction = REND_DIRECTION_RTL; in LookupElem()
365 item_direction = REND_DIRECTION_LTR; in LookupElem()
367 item_direction = REND_DIRECTION_UNSET; in LookupElem()
401 LookupElem( item, item_direction, 0 ); in LookupElem()
408 LookupElem( item, item_direction, 0 ); in LookupElem()
467 caption_direction = item_direction; in LookupElem()
[all …]
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/libgame/
H A Dgadgets.c1756 int item_direction = (mpos < gpos + gi->scrollbar.position ? -1 : +1); in HandleGadgets() local
1763 item_direction = (button == MB_WHEEL_UP || in HandleGadgets()
1769 gs->item_position += item_steps * item_direction; in HandleGadgets()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/libgame/
H A Dgadgets.c1756 int item_direction = (mpos < gpos + gi->scrollbar.position ? -1 : +1); in HandleGadgets() local
1763 item_direction = (button == MB_WHEEL_UP || in HandleGadgets()
1769 gs->item_position += item_steps * item_direction; in HandleGadgets()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/libgame/
H A Dgadgets.c1750 int item_direction = (mpos < gpos + gi->scrollbar.position ? -1 : +1); in HandleGadgets() local
1757 item_direction = (button == MB_WHEEL_UP || in HandleGadgets()
1763 gs->item_position += item_steps * item_direction; in HandleGadgets()
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/libgame/
H A Dgadgets.c1750 int item_direction = (mpos < gpos + gi->scrollbar.position ? -1 : +1); in HandleGadgets() local
1757 item_direction = (button == MB_WHEEL_UP || in HandleGadgets()
1763 gs->item_position += item_steps * item_direction; in HandleGadgets()