Home
last modified time | relevance | path

Searched defs:progress (Results 26 – 50 of 8147) sorted by relevance

12345678910>>...326

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dprogress.c61 Progress *progress = progress_get(); in progress_begin() local
83 progress_update( Progress *progress ) in progress_update()
145 Progress *progress = progress_get(); in progress_update_percent() local
175 Progress *progress = progress_get(); in progress_update_expr() local
195 Progress *progress = progress_get(); in progress_update_loading() local
210 Progress *progress = progress_get(); in progress_update_tick() local
220 Progress *progress = progress_get(); in progress_end() local
277 progress_init( Progress *progress ) in progress_init()
320 Progress *progress = PROGRESS( g_object_new( TYPE_PROGRESS, NULL ) ); in progress_new() local
328 static Progress *progress = NULL; in progress_get() local
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpprogress.c71 gimp_progress_start (GimpProgress *progress, in gimp_progress_start()
104 gimp_progress_end (GimpProgress *progress) in gimp_progress_end()
117 gimp_progress_is_active (GimpProgress *progress) in gimp_progress_is_active()
132 gimp_progress_set_text (GimpProgress *progress, in gimp_progress_set_text()
152 gimp_progress_set_text_literal (GimpProgress *progress, in gimp_progress_set_text_literal()
167 gimp_progress_set_value (GimpProgress *progress, in gimp_progress_set_value()
183 gimp_progress_get_value (GimpProgress *progress) in gimp_progress_get_value()
198 gimp_progress_pulse (GimpProgress *progress) in gimp_progress_pulse()
211 gimp_progress_get_window_id (GimpProgress *progress) in gimp_progress_get_window_id()
226 gimp_progress_message (GimpProgress *progress, in gimp_progress_message()
[all …]
H A Dgimpsubprogress.c164 gimp_sub_progress_start (GimpProgress *progress, in gimp_sub_progress_start()
173 gimp_sub_progress_end (GimpProgress *progress) in gimp_sub_progress_end()
179 gimp_sub_progress_is_active (GimpProgress *progress) in gimp_sub_progress_is_active()
190 gimp_sub_progress_set_text (GimpProgress *progress, in gimp_sub_progress_set_text()
197 gimp_sub_progress_set_value (GimpProgress *progress, in gimp_sub_progress_set_value()
208 gimp_sub_progress_get_value (GimpProgress *progress) in gimp_sub_progress_get_value()
219 gimp_sub_progress_pulse (GimpProgress *progress) in gimp_sub_progress_pulse()
228 gimp_sub_progress_get_window_id (GimpProgress *progress) in gimp_sub_progress_get_window_id()
267 gimp_sub_progress_new (GimpProgress *progress) in gimp_sub_progress_new()
289 gimp_sub_progress_set_range (GimpSubProgress *progress, in gimp_sub_progress_set_range()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/zstd/
H A DUtil.cpp31 int64 ZstdCompress(Stream& out, Stream& in, Gate<int64, int64> progress) in ZstdCompress() argument
36 int64 ZstdDecompress(Stream& out, Stream& in, Gate<int64, int64> progress) in ZstdDecompress() argument
41 String ZstdCompress(const void *data, int64 len, Gate<int64, int64> progress) in ZstdCompress() argument
48 String ZstdCompress(const String& s, Gate<int64, int64> progress) in ZstdCompress() argument
53 String ZstdDecompress(const void *data, int64 len, Gate<int64, int64> progress) in ZstdDecompress() argument
60 String ZstdDecompress(const String& s, Gate<int64, int64> progress) in ZstdDecompress() argument
65 int64 CoZstdCompress(Stream& out, Stream& in, Gate<int64, int64> progress) in CoZstdCompress() argument
70 int64 CoZstdDecompress(Stream& out, Stream& in, Gate<int64, int64> progress) in CoZstdDecompress() argument
75 String CoZstdCompress(const void *data, int64 len, Gate<int64, int64> progress) in CoZstdCompress() argument
82 String CoZstdCompress(const String& s, Gate<int64, int64> progress) in CoZstdCompress() argument
[all …]
/dports/devel/upp/upp/uppsrc/plugin/zstd_legacy/
H A DUtil.cpp37 int64 ZstdCompress(Stream& out, Stream& in, Gate<int64, int64> progress) in ZstdCompress() argument
42 int64 ZstdDecompress(Stream& out, Stream& in, Gate<int64, int64> progress) in ZstdDecompress() argument
47 String ZstdCompress(const void *data, int64 len, Gate<int64, int64> progress) in ZstdCompress() argument
54 String ZstdCompress(const String& s, Gate<int64, int64> progress) in ZstdCompress() argument
59 String ZstdDecompress(const void *data, int64 len, Gate<int64, int64> progress) in ZstdDecompress() argument
66 String ZstdDecompress(const String& s, Gate<int64, int64> progress) in ZstdDecompress() argument
73 int64 CoZstdCompress(Stream& out, Stream& in, Gate<int64, int64> progress) in CoZstdCompress() argument
78 int64 CoZstdDecompress(Stream& out, Stream& in, Gate<int64, int64> progress) in CoZstdDecompress() argument
83 String CoZstdCompress(const void *data, int64 len, Gate<int64, int64> progress) in CoZstdCompress() argument
90 String CoZstdCompress(const String& s, Gate<int64, int64> progress) in CoZstdCompress() argument
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/rcheevos/src/rcheevos/
H A Druntime_progress.c36 static void rc_runtime_progress_write_uint(rc_runtime_progress_t* progress, unsigned value) in rc_runtime_progress_write_uint()
48 static unsigned rc_runtime_progress_read_uint(rc_runtime_progress_t* progress) in rc_runtime_progress_read_uint()
87 static void rc_runtime_progress_end_chunk(rc_runtime_progress_t* progress) in rc_runtime_progress_end_chunk()
113 static int rc_runtime_progress_write_memrefs(rc_runtime_progress_t* progress) in rc_runtime_progress_write_memrefs()
145 static int rc_runtime_progress_read_memrefs(rc_runtime_progress_t* progress) in rc_runtime_progress_read_memrefs()
329 static int rc_runtime_progress_write_achievements(rc_runtime_progress_t* progress) in rc_runtime_progress_write_achievements()
370 static int rc_runtime_progress_read_achievement(rc_runtime_progress_t* progress) in rc_runtime_progress_read_achievement()
391 static int rc_runtime_progress_serialize_internal(rc_runtime_progress_t* progress) in rc_runtime_progress_serialize_internal()
421 rc_runtime_progress_t progress; in rc_runtime_progress_size() local
435 rc_runtime_progress_t progress; in rc_runtime_serialize_progress() local
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dprogress.c34 struct progress { struct
51 * These are only intended for testing the progress output, i.e. exclusively argument
107 static void display(struct progress *progress, uint64_t n, const char *done) in display()
178 static uint64_t progress_getnanotime(struct progress *progress) in progress_getnanotime()
186 void display_throughput(struct progress *progress, uint64_t total) in display_throughput()
246 void display_progress(struct progress *progress, uint64_t n) in display_progress()
255 struct progress *progress = xmalloc(sizeof(*progress)); in start_progress_delay() local
312 static void finish_if_sparse(struct progress *progress) in finish_if_sparse()
344 struct progress *progress; in stop_progress_msg() local
/dports/devel/git-svn/git-2.34.1/
H A Dprogress.c34 struct progress { struct
51 * These are only intended for testing the progress output, i.e. exclusively argument
107 static void display(struct progress *progress, uint64_t n, const char *done) in display()
178 static uint64_t progress_getnanotime(struct progress *progress) in progress_getnanotime()
186 void display_throughput(struct progress *progress, uint64_t total) in display_throughput()
246 void display_progress(struct progress *progress, uint64_t n) in display_progress()
255 struct progress *progress = xmalloc(sizeof(*progress)); in start_progress_delay() local
312 static void finish_if_sparse(struct progress *progress) in finish_if_sparse()
344 struct progress *progress; in stop_progress_msg() local
/dports/devel/git-gui/git-2.34.1/
H A Dprogress.c34 struct progress { struct
51 * These are only intended for testing the progress output, i.e. exclusively argument
107 static void display(struct progress *progress, uint64_t n, const char *done) in display()
178 static uint64_t progress_getnanotime(struct progress *progress) in progress_getnanotime()
186 void display_throughput(struct progress *progress, uint64_t total) in display_throughput()
246 void display_progress(struct progress *progress, uint64_t n) in display_progress()
255 struct progress *progress = xmalloc(sizeof(*progress)); in start_progress_delay() local
312 static void finish_if_sparse(struct progress *progress) in finish_if_sparse()
344 struct progress *progress; in stop_progress_msg() local
/dports/devel/git/git-2.34.1/
H A Dprogress.c34 struct progress { struct
51 * These are only intended for testing the progress output, i.e. exclusively argument
107 static void display(struct progress *progress, uint64_t n, const char *done) in display()
178 static uint64_t progress_getnanotime(struct progress *progress) in progress_getnanotime()
186 void display_throughput(struct progress *progress, uint64_t total) in display_throughput()
246 void display_progress(struct progress *progress, uint64_t n) in display_progress()
255 struct progress *progress = xmalloc(sizeof(*progress)); in start_progress_delay() local
312 static void finish_if_sparse(struct progress *progress) in finish_if_sparse()
344 struct progress *progress; in stop_progress_msg() local
/dports/devel/git-cvs/git-2.34.1/
H A Dprogress.c34 struct progress { struct
51 * These are only intended for testing the progress output, i.e. exclusively argument
107 static void display(struct progress *progress, uint64_t n, const char *done) in display()
178 static uint64_t progress_getnanotime(struct progress *progress) in progress_getnanotime()
186 void display_throughput(struct progress *progress, uint64_t total) in display_throughput()
246 void display_progress(struct progress *progress, uint64_t n) in display_progress()
255 struct progress *progress = xmalloc(sizeof(*progress)); in start_progress_delay() local
312 static void finish_if_sparse(struct progress *progress) in finish_if_sparse()
344 struct progress *progress; in stop_progress_msg() local
/dports/devel/cgit/cgit-1.2.3/git/
H A Dprogress.c33 struct progress { struct
50 * These are only intended for testing the progress output, i.e. exclusively argument
107 static void display(struct progress *progress, uint64_t n, const char *done) in display()
178 static uint64_t progress_getnanotime(struct progress *progress) in progress_getnanotime()
186 void display_throughput(struct progress *progress, uint64_t total) in display_throughput()
246 void display_progress(struct progress *progress, uint64_t n) in display_progress()
255 struct progress *progress = xmalloc(sizeof(*progress)); in start_progress_delay() local
311 static void finish_if_sparse(struct progress *progress) in finish_if_sparse()
328 struct progress *progress = *p_progress; in stop_progress_msg() local
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpdisplayshell-progress.c35 gimp_display_shell_progress_start (GimpProgress *progress, in gimp_display_shell_progress_start()
47 gimp_display_shell_progress_end (GimpProgress *progress) in gimp_display_shell_progress_end()
56 gimp_display_shell_progress_is_active (GimpProgress *progress) in gimp_display_shell_progress_is_active()
65 gimp_display_shell_progress_set_text (GimpProgress *progress, in gimp_display_shell_progress_set_text()
75 gimp_display_shell_progress_set_value (GimpProgress *progress, in gimp_display_shell_progress_set_value()
85 gimp_display_shell_progress_get_value (GimpProgress *progress) in gimp_display_shell_progress_get_value()
94 gimp_display_shell_progress_pulse (GimpProgress *progress) in gimp_display_shell_progress_pulse()
103 gimp_display_shell_progress_get_window_id (GimpProgress *progress) in gimp_display_shell_progress_get_window_id()
114 gimp_display_shell_progress_message (GimpProgress *progress, in gimp_display_shell_progress_message()
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Dprogressdialog.c48 ProgressDialog *progress; in progress_dialog_create() local
123 ProgressDialog *progress; in progress_dialog_simple_create() local
175 void progress_dialog_destroy(ProgressDialog *progress) in progress_dialog_destroy()
183 void progress_dialog_set_label(ProgressDialog *progress, gchar *str) in progress_dialog_set_label()
188 void progress_dialog_set_value(ProgressDialog *progress, gfloat value) in progress_dialog_set_value()
193 void progress_dialog_set_percentage(ProgressDialog *progress, in progress_dialog_set_percentage()
218 void progress_dialog_set_row(ProgressDialog *progress, gint row, in progress_dialog_set_row()
238 void progress_dialog_set_row_pixbuf(ProgressDialog *progress, gint row, in progress_dialog_set_row_pixbuf()
250 void progress_dialog_set_row_name(ProgressDialog *progress, gint row, in progress_dialog_set_row_name()
262 void progress_dialog_set_row_status(ProgressDialog *progress, gint row, in progress_dialog_set_row_status()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/geometry/
H A Dblend.h18 inline int Blend(int from, int to, double progress) { in Blend()
24 inline T Blend(T from, T to, double progress) { in Blend()
31 inline double Blend(double from, double to, double progress) { in Blend()
35 inline float Blend(float from, float to, double progress) { in Blend()
39 inline LayoutUnit Blend(LayoutUnit from, LayoutUnit to, double progress) { in Blend()
45 double progress) { in Blend()
52 double progress) { in Blend()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/
H A Dblend.h18 inline int Blend(int from, int to, double progress) { in Blend()
24 inline T Blend(T from, T to, double progress) { in Blend()
31 inline double Blend(double from, double to, double progress) { in Blend()
35 inline float Blend(float from, float to, double progress) { in Blend()
39 inline LayoutUnit Blend(LayoutUnit from, LayoutUnit to, double progress) { in Blend()
45 double progress) { in Blend()
52 double progress) { in Blend()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/help/
H A Dgimphelpprogress.c51 GimpHelpProgress *progress; in gimp_help_progress_new() local
67 gimp_help_progress_free (GimpHelpProgress *progress) in gimp_help_progress_free()
81 gimp_help_progress_cancel (GimpHelpProgress *progress) in gimp_help_progress_cancel()
91 _gimp_help_progress_start (GimpHelpProgress *progress, in _gimp_help_progress_start()
120 _gimp_help_progress_update (GimpHelpProgress *progress, in _gimp_help_progress_update()
130 _gimp_help_progress_pulse (GimpHelpProgress *progress) in _gimp_help_progress_pulse()
138 _gimp_help_progress_finish (GimpHelpProgress *progress) in _gimp_help_progress_finish()
/dports/textproc/sary/sary-1.2.0/sary/
H A Dprogress.c35 SaryProgress *progress; in sary_progress_new() local
55 sary_progress_connect (SaryProgress *progress, in sary_progress_connect()
66 sary_progress_destroy (SaryProgress *progress) in sary_progress_destroy()
79 sary_progress_set_count (SaryProgress *progress, SaryInt count) in sary_progress_set_count()
89 do_nothing (SaryProgress *progress) in do_nothing()
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/tests/
H A DTestKoProgressUpdater.cpp32 KoProgressUpdater progress(&testProxy); in test() local
104 KoProgressUpdater progress(&testProxy); in testNamedSubtasks() local
175 KoProgressUpdater progress(&testProxy); in testNamedSubtasksUnnamedParent() local
208 KoProgressUpdater progress(&testProxy); in testPersistentSubtask() local
278 KoProgressUpdater progress(&testProxy); in testDestructionNonpersistentSubtasks() local
394 KoProgressUpdater progress(&testProxy); in testUndefinedStateTasks() local
469 KoProgressUpdater progress(&testProxy); in testNonStandardRange() local
/dports/multimedia/imagination/imagination-3.0/transitions/
H A Dbox_wipe.c71 gdouble progress) in img_top_left()
80 gdouble progress) in img_top_right()
89 gdouble progress) in img_bottom_right()
98 gdouble progress) in img_bottom_left()
107 gdouble progress) in img_top_center()
116 gdouble progress) in img_right_center()
125 gdouble progress) in img_bottom_center()
134 gdouble progress) in img_left_center()
144 gdouble progress, in transition_render()
H A Dinsert.c74 …pin_insert( cairo_t *cr, cairo_surface_t *image_from, cairo_surface_t *image_to, gdouble progress ) in img_spin_insert()
79 …inv_insert( cairo_t *cr, cairo_surface_t *image_from, cairo_surface_t *image_to, gdouble progress ) in img_spininv_insert()
84 …ple_insert( cairo_t *cr, cairo_surface_t *image_from, cairo_surface_t *image_to, gdouble progress ) in img_simple_insert()
89 …eft_insert( cairo_t *cr, cairo_surface_t *image_from, cairo_surface_t *image_to, gdouble progress ) in img_upleft_insert()
94 …ght_insert( cairo_t *cr, cairo_surface_t *image_from, cairo_surface_t *image_to, gdouble progress ) in img_upright_insert()
99 …eft_insert( cairo_t *cr, cairo_surface_t *image_from, cairo_surface_t *image_to, gdouble progress ) in img_downleft_insert()
104 …ght_insert( cairo_t *cr, cairo_surface_t *image_from, cairo_surface_t *image_to, gdouble progress ) in img_downright_insert()
115 gdouble progress, in transition_render()
142 gdouble progress, in transition2_render()
H A Dclock_wipe.c73 gdouble progress) in img_ctw()
82 gdouble progress) in img_cth()
91 gdouble progress) in img_csi()
100 gdouble progress) in img_cni()
109 gdouble progress) in img_cctw()
118 gdouble progress) in img_ccth()
127 gdouble progress) in img_ccsi()
136 gdouble progress) in img_ccni()
147 gdouble progress, in transition_render()
/dports/cad/ldview/ldview-4.4/TCFoundation/
H A DTCProgressAlert.cpp13 float progress, TCStringArray *extraInfo) in TCProgressAlert()
22 float progress, in TCProgressAlert()
44 float progress, in send()
54 float progress, in send()
64 float progress, in send()
83 float progress, in send()
100 float progress, in send()
112 float progress, in send()
122 float progress, in send()
131 float progress, in send()
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qtc_texteditor/generichighlighter/
H A Dspecificrules.cpp91 ProgressData *progress) in doMatchSucceed()
153 ProgressData *progress) in doMatchSucceed()
171 ProgressData *progress) in doMatchSucceed()
201 ProgressData *progress) in doMatchSucceed()
240 bool RegExprRule::isExactMatch(ProgressData *progress) in isExactMatch()
252 ProgressData *progress) in doMatchSucceed()
306 ProgressData *progress) in doMatchSucceed()
332 ProgressData *progress) in doMatchSucceed()
391 ProgressData *progress) in doMatchSucceed()
414 ProgressData *progress) in doMatchSucceed()
[all …]
/dports/graphics/gthumb/gthumb-3.10.1/extensions/slideshow/
H A Dmain.c39 double progress) in no_transition()
51 double progress) in push_from_right_transition()
71 double progress) in push_from_bottom_transition()
91 double progress) in slide_from_right_transition()
114 double progress) in slide_from_bottom_transition()
137 double progress) in fade_transition()
169 double progress) in flip_transition()
208 double progress) in cube_from_right_transition()
246 double progress) in cube_from_bottom_transition()

12345678910>>...326