Home
last modified time | relevance | path

Searched refs:next_source (Results 1 – 25 of 76) sorted by relevance

1234

/dports/graphics/libchamplain/libchamplain-0.12.20/champlain/
H A Dchamplain-tile-cache.c174 return champlain_map_source_get_id (next_source); in get_id()
187 return champlain_map_source_get_name (next_source); in get_name()
200 return champlain_map_source_get_license (next_source); in get_license()
213 return champlain_map_source_get_license_uri (next_source); in get_license_uri()
224 g_return_val_if_fail (CHAMPLAIN_IS_MAP_SOURCE (next_source), 0); in get_min_zoom_level()
226 return champlain_map_source_get_min_zoom_level (next_source); in get_min_zoom_level()
237 g_return_val_if_fail (CHAMPLAIN_IS_MAP_SOURCE (next_source), 0); in get_max_zoom_level()
239 return champlain_map_source_get_max_zoom_level (next_source); in get_max_zoom_level()
250 g_return_val_if_fail (CHAMPLAIN_IS_MAP_SOURCE (next_source), 0); in get_tile_size()
252 return champlain_map_source_get_tile_size (next_source); in get_tile_size()
[all …]
H A Dchamplain-memory-cache.c295 ChamplainMapSource *next_source; in tile_rendered_cb() local
299 next_source = champlain_map_source_get_next_source (map_source); in tile_rendered_cb()
303 if (CHAMPLAIN_IS_TILE_CACHE (next_source)) in tile_rendered_cb()
310 else if (next_source) in tile_rendered_cb()
311 champlain_map_source_fill_tile (next_source, tile); in tile_rendered_cb()
363 if (CHAMPLAIN_IS_MAP_SOURCE (next_source)) in fill_tile()
364 champlain_map_source_fill_tile (next_source, tile); in fill_tile()
416 if (CHAMPLAIN_IS_TILE_CACHE (next_source)) in store_tile()
430 if (CHAMPLAIN_IS_TILE_CACHE (next_source)) in refresh_tile_time()
475 if (CHAMPLAIN_IS_TILE_CACHE (next_source)) in on_tile_filled()
[all …]
H A Dchamplain-map-source.c60 ChamplainMapSource *next_source; member
128 if (priv->next_source) in champlain_map_source_dispose()
132 priv->next_source = NULL; in champlain_map_source_dispose()
221 priv->next_source = NULL; in champlain_map_source_init()
241 return map_source->priv->next_source; in champlain_map_source_get_next_source()
275 ChamplainMapSource *next_source) in champlain_map_source_set_next_source() argument
281 if (priv->next_source != NULL) in champlain_map_source_set_next_source()
282 g_object_unref (priv->next_source); in champlain_map_source_set_next_source()
284 if (next_source) in champlain_map_source_set_next_source()
288 g_object_ref_sink (next_source); in champlain_map_source_set_next_source()
[all …]
H A Dchamplain-null-tile-source.c104 ChamplainMapSource *next_source; in tile_rendered_cb() local
108 next_source = champlain_map_source_get_next_source (map_source); in tile_rendered_cb()
122 else if (next_source) in tile_rendered_cb()
123 champlain_map_source_fill_tile (next_source, tile); in tile_rendered_cb()
137 ChamplainMapSource *next_source = champlain_map_source_get_next_source (map_source); in fill_tile() local
157 else if (CHAMPLAIN_IS_MAP_SOURCE (next_source)) in fill_tile()
158 champlain_map_source_fill_tile (next_source, tile); in fill_tile()
H A Dchamplain-file-tile-source.c159 ChamplainMapSource *next_source; in tile_rendered_cb() local
163 next_source = champlain_map_source_get_next_source (map_source); in tile_rendered_cb()
177 else if (next_source) in tile_rendered_cb()
178 champlain_map_source_fill_tile (next_source, tile); in tile_rendered_cb()
192 ChamplainMapSource *next_source = champlain_map_source_get_next_source (map_source); in fill_tile() local
212 else if (CHAMPLAIN_IS_MAP_SOURCE (next_source)) in fill_tile()
213 champlain_map_source_fill_tile (next_source, tile); in fill_tile()
H A Dchamplain-file-cache.c517 ChamplainMapSource *next_source; in tile_rendered_cb() local
526 next_source = champlain_map_source_get_next_source (map_source); in tile_rendered_cb()
555 if (CHAMPLAIN_IS_TILE_CACHE (next_source)) in tile_rendered_cb()
556 champlain_tile_cache_on_tile_filled (CHAMPLAIN_TILE_CACHE (next_source), tile); in tile_rendered_cb()
604 if (CHAMPLAIN_IS_MAP_SOURCE (next_source)) in tile_rendered_cb()
605 champlain_map_source_fill_tile (next_source, tile); in tile_rendered_cb()
694 else if (CHAMPLAIN_IS_MAP_SOURCE (next_source)) in fill_tile()
695 champlain_map_source_fill_tile (next_source, tile); in fill_tile()
739 if (CHAMPLAIN_IS_TILE_CACHE (next_source)) in refresh_tile_time()
817 if (CHAMPLAIN_IS_TILE_CACHE (next_source)) in store_tile()
[all …]
H A Dchamplain-map-source-chain.c252 ChamplainMapSource *next_source; in on_set_next_source_cb() local
254 next_source = champlain_map_source_get_next_source (map_source); in on_set_next_source_cb()
257 champlain_map_source_set_next_source (priv->stack_bottom, next_source); in on_set_next_source_cb()
345 ChamplainMapSource *next_source = champlain_map_source_get_next_source (priv->stack_top); in champlain_map_source_chain_pop() local
353 if (CHAMPLAIN_IS_TILE_CACHE (next_source)) in champlain_map_source_chain_pop()
354 tile_cache = CHAMPLAIN_TILE_CACHE (next_source); in champlain_map_source_chain_pop()
361 if (next_source == champlain_map_source_get_next_source (CHAMPLAIN_MAP_SOURCE (source_chain))) in champlain_map_source_chain_pop()
367 priv->stack_top = next_source; in champlain_map_source_chain_pop()
H A Dchamplain-network-bbox-tile-source.c392 ChamplainMapSource *next_source; in tile_rendered_cb() local
396 next_source = champlain_map_source_get_next_source (map_source); in tile_rendered_cb()
410 else if (next_source) in tile_rendered_cb()
411 champlain_map_source_fill_tile (next_source, tile); in tile_rendered_cb()
425 ChamplainMapSource *next_source = champlain_map_source_get_next_source (map_source); in fill_tile() local
445 else if (CHAMPLAIN_IS_MAP_SOURCE (next_source)) in fill_tile()
446 champlain_map_source_fill_tile (next_source, tile); in fill_tile()
H A Dchamplain-network-tile-source.c672 ChamplainMapSource *next_source; in tile_rendered_cb() local
678 next_source = champlain_map_source_get_next_source (map_source); in tile_rendered_cb()
695 else if (next_source) in tile_rendered_cb()
696 champlain_map_source_fill_tile (next_source, tile); in tile_rendered_cb()
713 ChamplainMapSource *next_source = champlain_map_source_get_next_source (map_source); in tile_loaded_cb() local
767 if (next_source) in tile_loaded_cb()
768 champlain_map_source_fill_tile (next_source, tile); in tile_loaded_cb()
913 ChamplainMapSource *next_source = champlain_map_source_get_next_source (map_source); in fill_tile() local
915 if (CHAMPLAIN_IS_MAP_SOURCE (next_source)) in fill_tile()
916 champlain_map_source_fill_tile (next_source, tile); in fill_tile()
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/ges/
H A Dges-auto-transition.c56 (self->next_source)); in neighbour_changed_cb()
95 _START (self->next_source)); in neighbour_changed_cb()
157 self->next_source = next_source; in ges_auto_transition_new()
169 g_signal_connect (next_source, "notify::start", in ges_auto_transition_new()
171 g_signal_connect (next_source, "notify::priority", in ges_auto_transition_new()
175 g_signal_connect (next_source, "notify::duration", in ges_auto_transition_new()
178 g_signal_connect (next_source, "notify::track", in ges_auto_transition_new()
191 next_source, in ges_auto_transition_new()
192 GST_TIME_ARGS (_START (next_source)), in ges_auto_transition_new()
193 GST_TIME_ARGS (_END (next_source)), in ges_auto_transition_new()
[all …]
H A Dges-auto-transition.h56 GESTrackElement *next_source; member
77 GESTrackElement * next_source);
/dports/misc/visp/visp-3.4.0/modules/robot/src/wireframe-simulator/
H A DvpLex.cpp281 next_source(); in lex()
290 next_source(); in lex()
308 next_source(); in lex()
317 next_source(); in lex()
411 next_source(); in lex()
473 next_source(); in lexecho()
483 next_source(); in lexecho()
503 next_source(); in lexecho()
513 next_source(); in lexecho()
615 next_source(); in lexecho()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/multinode/src/
H A Dpattern.c106 .next_source = ring_next,
111 .next_source = broadcast_gather_next,
116 .next_source = broadcast_gather_current,
121 .next_source = mesh_next,
/dports/deskutils/gnome-maps/gnome-maps-41.2/lib/
H A Dmaps-file-tile-source.c520 ChamplainMapSource *next_source; in tile_rendered_cb() local
525 next_source = champlain_map_source_get_next_source (map_source); in tile_rendered_cb()
539 else if (next_source) in tile_rendered_cb()
540 champlain_map_source_fill_tile (next_source, tile); in tile_rendered_cb()
552 ChamplainMapSource *next_source = champlain_map_source_get_next_source (map_source); in tile_loaded_cb() local
580 if (next_source) in tile_loaded_cb()
581 champlain_map_source_fill_tile (next_source, tile); in tile_loaded_cb()
632 ChamplainMapSource *next_source = champlain_map_source_get_next_source (map_source); in fill_tile() local
634 if (CHAMPLAIN_IS_MAP_SOURCE (next_source)) in fill_tile()
635 champlain_map_source_fill_tile (next_source, tile); in fill_tile()
/dports/textproc/libxslt/libxslt-1.1.34/vms/
H A Dbuild_xslt.com279 $ next_source = f$element (S_no," ",src)
280 $ if next_source.nes."" .and. next_source.nes." "
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/test/
H A Dlmdb_other_managers_test.cpp199 file_binary_hash = manager.next_source(file_binary_hash); in lmdb_source_id_manager()
201 file_binary_hash = manager.next_source(file_binary_hash); in lmdb_source_id_manager()
203 file_binary_hash = manager.next_source(file_binary_hash); in lmdb_source_id_manager()
207 file_binary_hash = manager.next_source(file_binary_hash); in lmdb_source_id_manager()
211 file_binary_hash = manager.next_source(binary_26); in lmdb_source_id_manager()
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/python_bindings/
H A Dtest_hashdb.py107 next_binary_source = import_manager.next_source(first_binary_source)
153 next_binary_source = scan_manager.next_source(first_binary_source)
156 next_binary_source = scan_manager.next_source(next_binary_source)
157 next_binary_source = scan_manager.next_source(next_binary_source)
/dports/net-mgmt/yaf/yaf-2.11.0/airframe/src/
H A Dmio.c115 if (source->next_source in mio_dispatch()
116 && !source->next_source(source, flags, err)) in mio_dispatch()
284 source->next_source = NULL; in mio_source_init_app()
H A Dmio_source_pcap.c291 MIOSourceFn next_source, in mio_source_init_pcap_inner() argument
306 source->next_source = next_source; in mio_source_init_pcap_inner()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/multinode/include/
H A Dpattern.h48 int (*next_source)(int *cur); member
/dports/graphics/py-pyglet150/pyglet-1.5.0/tests/unit/media/
H A Dtest_player.py213 self.player.next_source()
220 self.player.next_source()
245 self.player.next_source()
251 self.player.next_source()
401 self.player.next_source()
452 self.player.next_source()
508 self.player.next_source()
616 self.player.next_source()
/dports/graphics/py-pyglet/pyglet-1.5.21/tests/unit/media/
H A Dtest_player.py213 self.player.next_source()
220 self.player.next_source()
245 self.player.next_source()
251 self.player.next_source()
401 self.player.next_source()
452 self.player.next_source()
508 self.player.next_source()
616 self.player.next_source()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Drasterpos.c269 const char *next_source = next_shader == GL_TESS_EVALUATION_SHADER ? tes_source : in set_raster_pos_glsl() local
278 (const GLchar **)&next_source); in set_raster_pos_glsl()
289 if (next_source) { in set_raster_pos_glsl()
292 next_shader, next_source); in set_raster_pos_glsl()
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-config-notebook.c803 ESource *next_source; in mail_config_notebook_source_commit_cb() local
819 next_source = g_queue_pop_head (async_context->source_queue); in mail_config_notebook_source_commit_cb()
822 if (next_source != NULL) { in mail_config_notebook_source_commit_cb()
824 async_context->registry, next_source, in mail_config_notebook_source_commit_cb()
828 g_object_unref (next_source); in mail_config_notebook_source_commit_cb()
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/lm/
H A Dtrie.cc64 …t64_t entries, uint64_t max_vocab, uint64_t max_next, const BitPacked &next_source, const Config &… in BitPackedMiddle() argument
69 next_source_(&next_source) { in BitPackedMiddle()

1234