Home
last modified time | relevance | path

Searched defs:progress (Results 101 – 125 of 13651) sorted by relevance

12345678910>>...547

/dports/graphics/gimp-app/gimp-2.10.30/app/gegl/
H A Dgimp-gegl-apply-operation.c55 GimpProgress *progress, in gimp_gegl_apply_operation()
74 gimp_gegl_apply_operation_cancel (GimpProgress *progress, in gimp_gegl_apply_operation_cancel()
380 GimpProgress *progress, in gimp_gegl_apply_dither()
410 GimpProgress *progress, in gimp_gegl_apply_flatten()
555 GimpProgress *progress, in gimp_gegl_apply_grow()
581 GimpProgress *progress, in gimp_gegl_apply_shrink()
609 GimpProgress *progress, in gimp_gegl_apply_flood()
659 GimpProgress *progress, in gimp_gegl_apply_invert_gamma()
701 GimpProgress *progress, in gimp_gegl_apply_opacity()
758 GimpProgress *progress, in gimp_gegl_apply_set_alpha()
[all …]
/dports/sysutils/fwup/fwup-1.9.0/src/
H A Dprogress.c52 static void draw_progress_bar(struct fwup_progress *progress, int percent) in draw_progress_bar()
86 static void output_progress(struct fwup_progress *progress, int percent) in output_progress()
124 void progress_init(struct fwup_progress *progress, in progress_init()
145 void progress_report(struct fwup_progress *progress, uint64_t units) in progress_report()
180 void progress_report_complete(struct fwup_progress *progress) in progress_report_complete()
/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/
H A Dtext-layer-cmds.c55 GimpProgress *progress, in text_layer_new_invoker()
114 GimpProgress *progress, in text_layer_get_text_invoker()
152 GimpProgress *progress, in text_layer_set_text_invoker()
186 GimpProgress *progress, in text_layer_get_markup_invoker()
224 GimpProgress *progress, in text_layer_get_font_invoker()
262 GimpProgress *progress, in text_layer_set_font_invoker()
808 GimpProgress *progress, in text_layer_get_color_invoker()
844 GimpProgress *progress, in text_layer_set_color_invoker()
878 GimpProgress *progress, in text_layer_get_indent_invoker()
916 GimpProgress *progress, in text_layer_set_indent_invoker()
[all …]
H A Ditem-cmds.c54 GimpProgress *progress, in item_is_valid_invoker()
77 GimpProgress *progress, in item_get_image_invoker()
106 GimpProgress *progress, in item_delete_invoker()
134 GimpProgress *progress, in item_is_drawable_invoker()
163 GimpProgress *progress, in item_is_layer_invoker()
221 GimpProgress *progress, in item_is_channel_invoker()
308 GimpProgress *progress, in item_is_vectors_invoker()
337 GimpProgress *progress, in item_is_group_invoker()
366 GimpProgress *progress, in item_get_parent_invoker()
504 GimpProgress *progress, in item_get_name_invoker()
[all …]
H A Dimage-cmds.c87 GimpProgress *progress, in image_is_valid_invoker()
109 GimpProgress *progress, in image_list_invoker()
143 GimpProgress *progress, in image_new_invoker()
226 GimpProgress *progress, in image_duplicate_invoker()
258 GimpProgress *progress, in image_delete_invoker()
283 GimpProgress *progress, in image_base_type_invoker()
373 GimpProgress *progress, in image_width_invoker()
402 GimpProgress *progress, in image_height_invoker()
447 GimpProgress *progress, in image_get_layers_invoker()
1475 GimpProgress *progress, in image_flatten_invoker()
[all …]
H A Dselection-cmds.c52 GimpProgress *progress, in selection_bounds_invoker()
99 GimpProgress *progress, in selection_value_invoker()
137 GimpProgress *progress, in selection_is_empty_invoker()
193 GimpProgress *progress, in selection_float_invoker()
239 GimpProgress *progress, in selection_invert_invoker()
283 GimpProgress *progress, in selection_all_invoker()
305 GimpProgress *progress, in selection_none_invoker()
381 GimpProgress *progress, in selection_grow_invoker()
431 GimpProgress *progress, in selection_flood_invoker()
480 GimpProgress *progress, in selection_load_invoker()
[all …]
H A Dlayer-cmds.c63 GimpProgress *progress, in layer_new_invoker()
246 GimpProgress *progress, in layer_group_new_invoker()
278 GimpProgress *progress, in layer_copy_invoker()
319 GimpProgress *progress, in layer_add_alpha_invoker()
348 GimpProgress *progress, in layer_flatten_invoker()
377 GimpProgress *progress, in layer_scale_invoker()
471 GimpProgress *progress, in layer_resize_invoker()
534 GimpProgress *progress, in layer_translate_invoker()
666 GimpProgress *progress, in layer_get_mask_invoker()
724 GimpProgress *progress, in layer_add_mask_invoker()
[all …]
/dports/devel/upp/upp/uppsrc/Core/
H A Dz.cpp344 int64 ZCompress(Stream& out, Stream& in, Gate<int64, int64>progress) in ZCompress() argument
349 int64 ZDecompress(Stream& out, Stream& in, Gate<int64, int64>progress) in ZDecompress() argument
361 String ZCompress(const String& s, Gate<int64, int64>progress) in ZCompress() argument
373 String ZDecompress(const String& s, Gate<int64, int64>progress) in ZDecompress() argument
388 int64 GZCompress(Stream& out, Stream& in, Gate<int64, int64>progress) in GZCompress() argument
393 String GZCompress(const void *data, int len, Gate<int64, int64>progress) in GZCompress() argument
400 String GZCompress(const String& s, Gate<int64, int64>progress) in GZCompress() argument
405 int64 GZDecompress(Stream& out, Stream& in, Gate<int64, int64>progress) in GZDecompress() argument
417 String GZDecompress(const String& s, Gate<int64, int64>progress) in GZDecompress() argument
436 bool GZCompressFile(const char *srcfile, Gate<int64, int64>progress) in GZCompressFile() argument
[all …]
H A Dz.h169 inline int ZCompress(Stream& out, Stream& in, Gate2<int, int> progress) { return (int)ZCompr… in ZCompress() argument
170 inline String ZCompress(const void *data, int len, Gate2<int, int> progress) { return ZCompress(d… in ZCompress() argument
171 inline String ZCompress(const String& s, Gate2<int, int> progress) { return ZCompress(s… in ZCompress() argument
173 inline int ZDecompress(Stream& out, Stream& in, Gate2<int, int> progress) { return (int)ZDecom… in ZDecompress() argument
174 inline String ZDecompress(const String& s, Gate2<int, int> progress) { return ZDecompress… in ZDecompress() argument
175 inline String ZDecompress(const void *data, int len, Gate2<int, int> progress) { return ZDecompress… in ZDecompress() argument
178 inline int GZCompress(Stream& out, Stream& in, Gate2<int, int> progress) { return (int… in GZCompress() argument
179 inline String GZCompress(const void *data, int len, Gate2<int, int> progress) { return GZCo… in GZCompress() argument
180 inline String GZCompress(const String& s, Gate2<int, int> progress) { return GZCo… in GZCompress() argument
184 inline String GZDecompress(const void *data, int len, Gate2<int, int> progress) { return GZ… in GZDecompress() argument
[all …]
/dports/mail/trojita/trojita-0.7/src/Composer/
H A DSubmission.cpp49 QString submissionProgressToString(const Submission::SubmissionProgress progress) in submissionProgressToString()
111 emit progress(0); in changeConnectionState() local
116 emit progress(0); in changeConnectionState() local
121 emit progress(0); in changeConnectionState() local
126 emit progress(PROGRESS_SAVING_DONE); in changeConnectionState() local
131 …emit progress(m_saveToSentFolder ? PROGRESS_DELIVERY_START_WITH_SAVING : PROGRESS_DELIVERY_START_W… in changeConnectionState() local
136 emit progress(PROGRESS_DELIVERY_DONE); in changeConnectionState() local
141 emit progress(PROGRESS_MAX); in changeConnectionState() local
148 emit progress(0); in changeConnectionState() local
450 emit progress(1.0 * value / m_msaMaximalProgress * (high - low) + low); in onMsaProgressCurrentChanged() local
/dports/graphics/gimp-app/gimp-2.10.30/app/file/
H A Dfile-remote.c51 GimpProgress *progress; member
61 GimpProgress *progress; member
95 GimpProgress *progress, in file_remote_mount_file()
163 GimpProgress *progress, in file_remote_download_image()
188 GimpProgress *progress, in file_remote_upload_image_prepare()
207 GimpProgress *progress, in file_remote_upload_image_finish()
239 file_remote_mount_file_cancel (GimpProgress *progress, in file_remote_mount_file_cancel()
277 GimpProgress *progress, in file_remote_copy_file()
322 file_remote_copy_file_cancel (GimpProgress *progress, in file_remote_copy_file_cancel()
335 RemoteProgress *progress = user_data; in file_remote_progress_callback() local
/dports/multimedia/imagination/imagination-3.0/transitions/
H A Dbar_wipe.c60 gdouble progress ) in img_left()
69 gdouble progress ) in img_top()
78 gdouble progress ) in img_right()
87 gdouble progress ) in img_bottom()
97 gdouble progress, in transition_render()
H A Ddiagonal_wipe.c60 gdouble progress) in img_top_left()
69 gdouble progress) in img_top_right()
78 gdouble progress) in img_bottom_right()
87 gdouble progress) in img_bottom_left()
97 gdouble progress, in transition_render()
H A Dpush_wipe.c56 …_from_left( cairo_t *cr, cairo_surface_t *image_from, cairo_surface_t *image_to, gdouble progress ) in img_from_left()
61 …from_right( cairo_t *cr, cairo_surface_t *image_from, cairo_surface_t *image_to, gdouble progress ) in img_from_right()
66 …g_from_top( cairo_t *cr, cairo_surface_t *image_from, cairo_surface_t *image_to, gdouble progress ) in img_from_top()
71 …rom_bottom( cairo_t *cr, cairo_surface_t *image_from, cairo_surface_t *image_to, gdouble progress ) in img_from_bottom()
81 gdouble progress, in transition_render()
H A Dbarn_door_wipe.c60 gdouble progress) in img_vertical()
69 gdouble progress) in img_horizontal()
78 gdouble progress) in img_diagonal_bottom_left()
87 gdouble progress) in img_diagonal_top_left()
97 gdouble progress, in transition_render()
/dports/www/moodle311/moodle/lib/filestorage/
H A Dzip_packer.php58 $userid = NULL, $ignoreinvalidfiles=true, file_progress $progress = null) {
99 $ignoreinvalidfiles=true, file_progress $progress = null) {
176 private function archive_stored($ziparch, $archivepath, $file, file_progress $progress = null) {
219 file_progress $progress = null) {
266 array $onlyfiles = null, file_progress $progress = null, $returnbool = false) {
427 file_progress $progress = null) {
/dports/www/moodle310/moodle/lib/filestorage/
H A Dzip_packer.php58 $userid = NULL, $ignoreinvalidfiles=true, file_progress $progress = null) {
99 $ignoreinvalidfiles=true, file_progress $progress = null) {
176 private function archive_stored($ziparch, $archivepath, $file, file_progress $progress = null) {
219 file_progress $progress = null) {
266 array $onlyfiles = null, file_progress $progress = null, $returnbool = false) {
427 file_progress $progress = null) {
/dports/www/moodle39/moodle/lib/filestorage/
H A Dzip_packer.php58 $userid = NULL, $ignoreinvalidfiles=true, file_progress $progress = null) {
99 $ignoreinvalidfiles=true, file_progress $progress = null) {
176 private function archive_stored($ziparch, $archivepath, $file, file_progress $progress = null) {
219 file_progress $progress = null) {
266 array $onlyfiles = null, file_progress $progress = null, $returnbool = false) {
427 file_progress $progress = null) {
/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/
H A Dprogress.c33 progress_init(struct progress *progress, const char *text, int max) in progress_init()
49 progress_step(struct progress *progress) in progress_step()
70 progress_done(struct progress *progress) in progress_done()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/pbr-1.0.4/examples/
H A Dmulti_bg.rs12 let progress = Arc::new(MultiBar::new()); in main() localVariable
16 let progress = Arc::clone(&progress); in main() localVariable
20 let progress = Arc::clone(&progress); in main() localVariable
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/pbr-1.0.4/examples/
H A Dmulti_bg.rs12 let progress = Arc::new(MultiBar::new()); in main() localVariable
16 let progress = Arc::clone(&progress); in main() localVariable
20 let progress = Arc::clone(&progress); in main() localVariable
/dports/security/cardpeek/cardpeek-0.8.4/ui/gtk/
H A Dgui_inprogress.c40 progress_info_t *progress = user_data; in internal_inprogress_response_cb() local
54 progress_info_t *progress; in gui_inprogress_new() local
99 progress_info_t *progress = g_object_get_data(G_OBJECT(dialog),"progress"); in gui_inprogress_pulse() local
108 progress_info_t *progress = g_object_get_data(G_OBJECT(dialog),"progress"); in gui_inprogress_set_fraction() local
117 progress_info_t *progress = g_object_get_data(G_OBJECT(dialog),"progress"); in gui_inprogress_free() local
/dports/textproc/dikt/dikt-2s4/src/
H A Dtracker.cpp32 emit progress(0, dbcount); in define() local
51 emit progress(0, dbcount); in match() local
64 emit progress(0, 1); in info() local
174 emit progress(count(), dbcount); in response() local
220 emit progress(count(), dbcount); in response() local
225 emit progress(1, 1); in response() local
/dports/textproc/kibana7/nan-2.15.0/test/cpp/
H A Dasyncprogressqueueworker.cpp17 , Callback *progress in ProgressQueueWorker()
26 void Execute (const AsyncProgressQueueWorker::ExecutionProgress& progress) { in Execute()
42 Callback *progress; member in ProgressQueueWorker
47 Callback *progress = new Callback(To<v8::Function>(info[1]).ToLocalChecked()); in NAN_METHOD() local
/dports/graphics/qgis/qgis-3.22.3/src/providers/postgres/
H A Dqgscolumntypethread.cpp73 emit progress( addedLayers, totalLayers ); in run() local
89 emit progress( 0, 0 ); in run() local
105 emit progress( ++addedLayers, totalLayers ); in run() local
108 emit progress( 0, 0 ); in run() local

12345678910>>...547