| /GUIX-v6.2.1/common/src/ |
| D | gx_circular_gauge_angle_increment_calculate.c | 75 INT delay; in _gx_circular_gauge_angle_increment_calculate() local 95 delay = gauge -> gx_circular_gauge_info.gx_circular_gauge_info_animation_delay; in _gx_circular_gauge_angle_increment_calculate() 97 if (delay <= 0) in _gx_circular_gauge_angle_increment_calculate() 99 delay = GX_DEFAULT_CIRCULAR_GAUGE_ANIMATION_DELAY; in _gx_circular_gauge_angle_increment_calculate() 100 gauge -> gx_circular_gauge_info.gx_circular_gauge_info_animation_delay = delay; in _gx_circular_gauge_angle_increment_calculate() 102 … _gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, (UINT)delay, (UINT)delay); in _gx_circular_gauge_angle_increment_calculate()
|
| D | gx_circular_gauge_animation_set.c | 73 UINT _gx_circular_gauge_animation_set(GX_CIRCULAR_GAUGE *gauge, INT steps, INT delay) in _gx_circular_gauge_animation_set() argument 79 if (delay <= 0) in _gx_circular_gauge_animation_set() 81 delay = GX_DEFAULT_CIRCULAR_GAUGE_ANIMATION_DELAY; in _gx_circular_gauge_animation_set() 83 info -> gx_circular_gauge_info_animation_delay = delay; in _gx_circular_gauge_animation_set() 92 … _gx_system_timer_start((GX_WIDGET *)gauge, GX_CIRCULAR_GAUGE_TIMER, (UINT)delay, (UINT)delay); in _gx_circular_gauge_animation_set()
|
| D | gx_radial_slider_animation_start.c | 77 USHORT delay; in _gx_radial_slider_animation_start() local 86 delay = slider -> gx_radial_slider_animation_delay; in _gx_radial_slider_animation_start() 89 _gx_system_timer_start((GX_WIDGET *)slider, GX_RADIAL_SLIDER_TIMER, delay, delay); in _gx_radial_slider_animation_start()
|
| D | gxe_circular_gauge_animation_set.c | 74 UINT _gxe_circular_gauge_animation_set(GX_CIRCULAR_GAUGE *circular_gauge, INT steps, INT delay) in _gxe_circular_gauge_animation_set() argument 87 if (steps > 0 && delay <= 0) in _gxe_circular_gauge_animation_set() 93 status = _gx_circular_gauge_animation_set(circular_gauge, steps, delay); in _gxe_circular_gauge_animation_set()
|
| D | gxe_scroll_wheel_speed_set.c | 80 GX_VALUE max_steps, GX_VALUE delay) in _gxe_scroll_wheel_speed_set() argument 97 if (delay <= 0) in _gxe_scroll_wheel_speed_set() 102 status = _gx_scroll_wheel_speed_set(wheel, start_speed_rate, end_speed_rate, max_steps, delay); in _gxe_scroll_wheel_speed_set()
|
| D | gx_scroll_wheel_speed_set.c | 75 GX_VALUE max_steps, GX_VALUE delay) in _gx_scroll_wheel_speed_set() argument 80 wheel -> gx_scroll_wheel_animation_delay = delay; in _gx_scroll_wheel_speed_set()
|
| D | gx_radial_slider_animation_set.c | 76 UINT _gx_radial_slider_animation_set(GX_RADIAL_SLIDER *slider, USHORT steps, USHORT delay, USHORT a… in _gx_radial_slider_animation_set() argument 80 slider -> gx_radial_slider_animation_delay = delay; in _gx_radial_slider_animation_set()
|
| D | gxe_radial_slider_animation_set.c | 79 UINT _gxe_radial_slider_animation_set(GX_RADIAL_SLIDER *slider, USHORT steps, USHORT delay, USHORT … in _gxe_radial_slider_animation_set() argument 100 …status = _gx_radial_slider_animation_set(slider, steps, delay, animation_style, animation_update_c… in _gxe_radial_slider_animation_set()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | gif_reader.cpp | 154 int delay; in ReadImage() local 177 delay = ((UINT*)p_item[0].value)[index] * 10; in ReadImage() 178 mDelayTimeList.Add(delay); in ReadImage()
|
| D | sprite_edit_dialog.cpp | 147 int delay = mTempInfo.ewi.sprite.framelist[mEditFrame].gx_sprite_frame_delay; in SetFrameFields() local 161 CHECK_EQUAL(delay, mTempInfo.ewi.sprite.framelist[index].gx_sprite_frame_delay); in SetFrameFields() 170 SET_FRAME_FIELD(IDC_DELAY, delay); in SetFrameFields() 204 int delay = GetDlgItemInt(IDC_DELAY); in ReadFrameFields() local 216 READ_FRAME_FIELD(IDC_DELAY, str, delay); in ReadFrameFields() 235 SET_VAL(mTempInfo.ewi.sprite.framelist[index].gx_sprite_frame_delay, delay); in ReadFrameFields()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_circular_gauge.h | 57 UINT _gx_circular_gauge_animation_set(GX_CIRCULAR_GAUGE *circular_gauge, INT steps, INT delay); 81 UINT _gxe_circular_gauge_animation_set(GX_CIRCULAR_GAUGE *circular_gauge, INT steps, INT delay);
|
| D | gx_radial_slider.h | 55 UINT _gx_radial_slider_animation_set(GX_RADIAL_SLIDER *slider, USHORT steps, USHORT delay, USHORT a… 73 UINT _gxe_radial_slider_animation_set(GX_RADIAL_SLIDER *slider, USHORT steps, USHORT delay, USHORT …
|
| D | gx_scroll_wheel.h | 88 GX_VALUE max_steps, GX_VALUE delay); 171 GX_VALUE max_steps, GX_VALUE delay);
|
| D | gx_api.h | 3763 UINT _gx_circular_gauge_animation_set(GX_CIRCULAR_GAUGE *circular_gauge, INT steps, INT delay); 4106 UINT _gx_radial_slider_animation_set(GX_RADIAL_SLIDER *slider, USHORT steps, USHORT delay, USHORT a… 4148 …l, GX_FIXED_VAL start_speed_rate, GX_FIXED_VAL end_speed_rate, GX_VALUE max_steps, GX_VALUE delay); 5245 …xe_circular_gauge_animation_set(GX_CIRCULAR_GAUGE *circular_gauge, INT animation_steps, INT delay); 5584 UINT _gxe_radial_slider_animation_set(GX_RADIAL_SLIDER *slider, USHORT steps, USHORT delay, USHORT … 5626 …l, GX_FIXED_VAL start_speed_rate, GX_FIXED_VAL end_speed_rate, GX_VALUE max_steps, GX_VALUE delay);
|
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | weather.c | 70 INT delay; /* Delay time of animation. */ member 241 animation_info.gx_animation_start_delay = w_aninfo->delay; in start_weather_children_animation()
|
| /GUIX-v6.2.1/test/guix_studio_test/test_view/ |
| D | test_utils.py | 3342 def edit_sprite_frame_delay(delay): argument 3343 logging.info("edit sprite frame delay: %d", delay) 3344 send_to_sprite_frame_edit_dialog('CMD_SET_DELAY', delay)
|