Home
last modified time | relevance | path

Searched refs:pos_current (Results 1 – 22 of 22) sorted by relevance

/dports/sysutils/burp/burp-2.4.0/src/server/
H A Dmanios.c16 man_off_t *pos_current, in manios_open_phase2() argument
35 if(pos_current) in manios_open_phase2()
52 if(pos_current && manio_seek(m->current, pos_current)) in manios_open_phase2()
H A Dresume.c496 man_off_t **pos_current, in do_resume_work() argument
555 chb, protocol, pos_current)) in do_resume_work()
601 man_off_t_free(pos_current); in do_resume_work()
616 man_off_t **pos_current, in do_resume() argument
647 if(do_resume_work(pos_phase1, pos_current, sdirs, dpth, cconfs)) in do_resume()
H A Dmanios.h18 man_off_t *pos_current,
H A Dresume.h11 man_off_t **pos_current,
/dports/sysutils/burp-devel/burp-2.5.4/src/server/
H A Dmanios.c16 man_off_t *pos_current, in manios_open_phase2() argument
35 if(pos_current) in manios_open_phase2()
52 if(pos_current && manio_seek(m->current, pos_current)) in manios_open_phase2()
H A Dresume.c496 man_off_t **pos_current, in do_resume_work() argument
555 chb, protocol, pos_current)) in do_resume_work()
601 man_off_t_free(pos_current); in do_resume_work()
616 man_off_t **pos_current, in do_resume() argument
647 if(do_resume_work(pos_phase1, pos_current, sdirs, dpth, cconfs)) in do_resume()
H A Dmanios.h18 man_off_t *pos_current,
H A Dresume.h11 man_off_t **pos_current,
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/greasepencil_tools/
H A Drotate_canvas.py28 batch = batch_for_shader(shader, 'LINE_STRIP', {"pos": [self.center, self.pos_current]})
76 self.pos_current = mathutils.Vector((event.mouse_region_x, event.mouse_region_y))
78 self.vector_current = (self.pos_current - self.center).normalized()
143 self.pos_current = mathutils.Vector((event.mouse_region_x, event.mouse_region_y))
145 self.initial_pos = self.pos_current# for draw debug, else no need
147 self.vector_initial = self.pos_current - self.center
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dtabwin.c1090 int pos_current, col_current, row_current, nitems, cols, rows; in tabwinSelectDelta() local
1128 col_current = pos_current % cols; in tabwinSelectDelta()
1129 row_current = pos_current / cols; in tabwinSelectDelta()
1135 row_current = pos_current % rows; in tabwinSelectDelta()
1136 col_current = pos_current / rows; in tabwinSelectDelta()
1198 pos_current = col_current + row_current * cols; in tabwinSelectDelta()
1202 pos_current = row_current + col_current * rows; in tabwinSelectDelta()
1205 if (pos_current >= nitems) /* If that position does not exist */ in tabwinSelectDelta()
1269 pos_current = col_current + row_current * cols; in tabwinSelectDelta()
1273 pos_current = row_current + col_current * rows; in tabwinSelectDelta()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/animation/
H A Danimation_node_state_machine.cpp175 return pos_current; in get_current_play_pos()
356 pos_current = 0; in process()
398 if (next_pos < pos_current) { in process()
401 pos_current = next_pos; //looped in process()
454 goto_next = next_xfade >= (len_current - pos_current) || loops_current > 0; in process()
480 pos_current = MIN(pos_current, len_current); in process()
481 …p_state_machine->blend_node(current, p_state_machine->states[current].node, pos_current, true, 0, … in process()
485 pos_current = 0; in process()
H A Danimation_node_state_machine.h99 float pos_current; variable
/dports/devel/godot/godot-3.2.3-stable/scene/animation/
H A Danimation_node_state_machine.cpp175 return pos_current; in get_current_play_pos()
356 pos_current = 0; in process()
398 if (next_pos < pos_current) { in process()
401 pos_current = next_pos; //looped in process()
454 goto_next = next_xfade >= (len_current - pos_current) || loops_current > 0; in process()
480 pos_current = MIN(pos_current, len_current); in process()
481 …p_state_machine->blend_node(current, p_state_machine->states[current].node, pos_current, true, 0, … in process()
485 pos_current = 0; in process()
H A Danimation_node_state_machine.h99 float pos_current; variable
/dports/sysutils/burp-devel/burp-2.5.4/src/server/protocol2/
H A Dbackup_phase2.c888 man_off_t *pos_current=NULL; in do_backup_phase2_server_protocol2() local
950 if(do_resume(&pos_phase1, &pos_current, in do_backup_phase2_server_protocol2()
958 pos_phase1, pos_current, PROTO_2)) in do_backup_phase2_server_protocol2()
1076 man_off_t_free(&pos_current); in do_backup_phase2_server_protocol2()
/dports/sysutils/burp/burp-2.4.0/src/server/protocol2/
H A Dbackup_phase2.c888 man_off_t *pos_current=NULL; in do_backup_phase2_server_protocol2() local
950 if(do_resume(&pos_phase1, &pos_current, in do_backup_phase2_server_protocol2()
958 pos_phase1, pos_current, PROTO_2)) in do_backup_phase2_server_protocol2()
1076 man_off_t_free(&pos_current); in do_backup_phase2_server_protocol2()
/dports/sysutils/burp/burp-2.4.0/src/server/protocol1/
H A Dbackup_phase2.c1143 man_off_t *pos_current=NULL; in backup_phase2_server_protocol1() local
1218 if(do_resume(&pos_phase1, &pos_current, in backup_phase2_server_protocol1()
1226 pos_phase1, pos_current, PROTO_1))) in backup_phase2_server_protocol1()
1320 man_off_t_free(&pos_current); in backup_phase2_server_protocol1()
/dports/sysutils/burp-devel/burp-2.5.4/src/server/protocol1/
H A Dbackup_phase2.c1143 man_off_t *pos_current=NULL; in backup_phase2_server_protocol1() local
1218 if(do_resume(&pos_phase1, &pos_current, in backup_phase2_server_protocol1()
1226 pos_phase1, pos_current, PROTO_1))) in backup_phase2_server_protocol1()
1320 man_off_t_free(&pos_current); in backup_phase2_server_protocol1()
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/
H A Dplayer.c373 long pos_current; in WmfPlayMetaFile() local
1254 { pos_current = WMF_TELL (API); in WmfPlayMetaFile()
1255 if (pos_current < 0) in WmfPlayMetaFile()
1260 pos_current -= API->File->pos; in WmfPlayMetaFile()
1262 if (API->status.function (API->status.context,(float) pos_current / (float) pos_max)) in WmfPlayMetaFile()
/dports/graphics/libwmf/libwmf-0.2.12/src/
H A Dplayer.c373 long pos_current; in WmfPlayMetaFile() local
1254 { pos_current = WMF_TELL (API); in WmfPlayMetaFile()
1255 if (pos_current < 0) in WmfPlayMetaFile()
1260 pos_current -= API->File->pos; in WmfPlayMetaFile()
1262 if (API->status.function (API->status.context,(float) pos_current / (float) pos_max)) in WmfPlayMetaFile()
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/player/
H A Dmeta.h1911 long pos_current; in meta_dib_draw() local
2063 pos_current = WMF_TELL (API); in meta_dib_draw()
2064 if (pos_current < 0) in meta_dib_draw()
2083 if (WMF_SEEK (API,pos_current) == (-1)) in meta_dib_draw()
2132 long pos_current; in meta_dib_brush() local
2161 pos_current = WMF_TELL (API); in meta_dib_brush()
2162 if (pos_current < 0) in meta_dib_brush()
2186 if (WMF_SEEK (API,pos_current) == (-1)) in meta_dib_brush()
/dports/graphics/libwmf/libwmf-0.2.12/src/player/
H A Dmeta.h1911 long pos_current; in meta_dib_draw() local
2063 pos_current = WMF_TELL (API); in meta_dib_draw()
2064 if (pos_current < 0) in meta_dib_draw()
2083 if (WMF_SEEK (API,pos_current) == (-1)) in meta_dib_draw()
2132 long pos_current; in meta_dib_brush() local
2161 pos_current = WMF_TELL (API); in meta_dib_brush()
2162 if (pos_current < 0) in meta_dib_brush()
2186 if (WMF_SEEK (API,pos_current) == (-1)) in meta_dib_brush()