Home
last modified time | relevance | path

Searched refs:cluster_iter (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/training/pango/
H A Dstringrenderer.cpp371 PangoGlyphItemIter cluster_iter; in GetClusterStrings() local
375 const int start_byte_index = cluster_iter.start_index; in GetClusterStrings()
376 const int end_byte_index = cluster_iter.end_index; in GetClusterStrings()
463 PangoLayoutIter *cluster_iter = pango_layout_get_iter(layout_); in ComputeClusterBoxes() local
468 cluster_start_indices.push_back(pango_layout_iter_get_index(cluster_iter)); in ComputeClusterBoxes()
470 } while (pango_layout_iter_next_cluster(cluster_iter)); in ComputeClusterBoxes()
471 pango_layout_iter_free(cluster_iter); in ComputeClusterBoxes()
483 cluster_iter = pango_layout_get_iter(layout_); in ComputeClusterBoxes()
490 const int start_byte_index = pango_layout_iter_get_index(cluster_iter); in ComputeClusterBoxes()
529 } while (pango_layout_iter_next_cluster(cluster_iter)); in ComputeClusterBoxes()
[all …]
H A Dpango_font_info.cpp413 PangoGlyphItemIter cluster_iter; in CanRenderString() local
415 for (have_cluster = pango_glyph_item_iter_init_start(&cluster_iter, run, utf8_word); in CanRenderString()
417 have_cluster = pango_glyph_item_iter_next_cluster(&cluster_iter)) { in CanRenderString()
418 const int start_byte_index = cluster_iter.start_index; in CanRenderString()
419 const int end_byte_index = cluster_iter.end_index; in CanRenderString()
420 int start_glyph_index = cluster_iter.start_glyph; in CanRenderString()
421 int end_glyph_index = cluster_iter.end_glyph; in CanRenderString()
438 (cluster_iter.glyph_item->glyphs->glyphs[i].glyph & PANGO_GLYPH_UNKNOWN_FLAG); in CanRenderString()
440 (cluster_iter.glyph_item->glyphs->glyphs[i].glyph == dotted_circle_glyph); in CanRenderString()
443 printf("(%d=%d)", cluster_iter.glyph_item->glyphs->glyphs[i].glyph, bad_glyph ? 1 : 0); in CanRenderString()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/segmentation/include/pcl/segmentation/impl/
H A Dregion_growing_rgb.hpp198 std::vector<pcl::PointIndices>::iterator cluster_iter = clusters_.begin (); in extract() local
199 while (cluster_iter != clusters_.end ()) in extract()
201 if (cluster_iter->indices.size () < min_pts_per_cluster_ || in extract()
202 cluster_iter->indices.size () > max_pts_per_cluster_) in extract()
204 cluster_iter = clusters_.erase (cluster_iter); in extract()
207 ++cluster_iter; in extract()
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpango-layout.c5667 PangoGlyphItemIter cluster_iter; in justify_clusters() local
5693 pango_glyph_item_iter_prev_cluster (&cluster_iter)) in justify_clusters()
5702 for (i = cluster_iter.start_glyph; i != cluster_iter.end_glyph; i += dir) in justify_clusters()
5726 if (cluster_iter.start_glyph < cluster_iter.end_glyph) in justify_clusters()
5729 leftmost = cluster_iter.start_glyph; in justify_clusters()
5730 rightmost = cluster_iter.end_glyph - 1; in justify_clusters()
5735 leftmost = cluster_iter.end_glyph + 1; in justify_clusters()
5736 rightmost = cluster_iter.start_glyph; in justify_clusters()
5815 PangoGlyphItemIter cluster_iter; in justify_words() local
5842 dir = (cluster_iter.start_glyph < cluster_iter.end_glyph) ? 1 : -1; in justify_words()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dfed_mgr.c2558 ListIterator cluster_iter, rpc_iter; in _agent_thread() local
2593 cluster_iter = list_iterator_create( in _agent_thread()
2596 (cluster = list_next(cluster_iter))) { in _agent_thread()
2700 list_iterator_destroy(cluster_iter); in _agent_thread()
2710 cluster_iter = list_iterator_create(fed_mgr_fed_rec->cluster_list); in _agent_thread()
2711 while ((cluster = list_next(cluster_iter))) { in _agent_thread()
2725 list_iterator_destroy(cluster_iter); in _agent_thread()