HomeSort by relevance Sort by last modified time
    Searched refs:clusters (Results 1 - 14 of 14) sorted by null

  /external/harfbuzz_ng/util/
helper-cairo.hh 55 cairo_text_cluster_t *clusters; member in struct:helper_cairo_line_t
62 if (clusters)
63 cairo_text_cluster_free (clusters);
helper-cairo.cc 443 l->clusters = cairo_text_cluster_allocate (l->num_clusters);
448 (l->num_clusters && !l->clusters))
471 memset ((void *) l->clusters, 0, l->num_clusters * sizeof (l->clusters[0]));
476 l->clusters[cluster].num_glyphs++;
485 l->clusters[cluster].num_bytes = end - start;
489 l->clusters[cluster].num_glyphs++;
491 l->clusters[cluster].num_bytes = l->utf8 + text_len - start;
500 l->clusters[cluster].num_bytes = end - start;
504 l->clusters[cluster].num_glyphs++
    [all...]
view-cairo.cc 119 l.clusters, l.num_clusters,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 295 ALLOCATE_ARRAY (hb_graphite2_cluster_t, clusters, buffer->len);
300 memset (clusters, 0, sizeof (clusters[0]) * buffer->len);
303 clusters[0].cluster = buffer->info[0].cluster;
310 while (clusters[ci].base_char > before && ci)
312 clusters[ci-1].num_chars += clusters[ci].num_chars;
313 clusters[ci-1].num_glyphs += clusters[ci].num_glyphs;
317 if (gr_slot_can_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[ci].num_chars
    [all...]
  /external/harfbuzz_ng/src/
hb-graphite2.cc 295 ALLOCATE_ARRAY (hb_graphite2_cluster_t, clusters, buffer->len);
300 memset (clusters, 0, sizeof (clusters[0]) * buffer->len);
303 clusters[0].cluster = buffer->info[0].cluster;
310 while (clusters[ci].base_char > before && ci)
312 clusters[ci-1].num_chars += clusters[ci].num_chars;
313 clusters[ci-1].num_glyphs += clusters[ci].num_glyphs;
317 if (gr_slot_can_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[ci].num_chars
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/enc/
cluster.h 53 // Returns entropy reduction of the context map when we combine two clusters.
117 std::vector<int> clusters; local
121 clusters.push_back(symbols[i]);
127 for (int idx1 = 0; idx1 < clusters.size(); ++idx1) {
128 for (int idx2 = idx1 + 1; idx2 < clusters.size(); ++idx2) {
129 CompareAndPushToHeap(out, cluster_size, clusters[idx1], clusters[idx2],
134 while (clusters.size() > min_cluster_size) {
151 for (int i = 0; i + 1 < clusters.size(); ++i) {
152 if (clusters[i] >= best_idx2)
    [all...]
  /external/chromium_org/ui/gfx/
color_analysis.cc 165 // image with 4 clusters would be sampled like this:
228 std::vector<KMeanCluster> clusters; local
229 clusters.resize(kNumberOfClusters, KMeanCluster());
232 std::vector<KMeanCluster>::iterator cluster = clusters.begin();
233 while (cluster != clusters.end()) {
250 // Loop through the previous clusters and check to see if we have seen
254 cluster_check = clusters.begin();
272 cluster = clusters.erase(cluster);
281 // If all pixels in the image are transparent we will have no clusters.
282 if (clusters.empty()
    [all...]
  /external/chromium_org/chrome/tools/
history-viz.py 118 clusters = {}
121 clusters[cluster] = clusters.get(cluster, [])
122 clusters[cluster].append(obj)
123 return clusters
184 # Output all the nodes within graph clusters.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 2742 Cluster** const clusters = local
    [all...]
mkvparser.cpp 955 return 1; // no more clusters
958 return 1; // no more clusters
1167 return 1; // no more clusters
1172 return 1; // no more clusters
1219 break; //no more clusters
5187 Cluster** const clusters = m_pSegment->m_clusters; local
5443 Cluster** const clusters = m_pSegment->m_clusters; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 2902 Cluster** const clusters = local
    [all...]
mkvparser.cpp 1110 return 1; //no more clusters
1113 return 1; //no more clusters
1340 return 1; //no more clusters
1346 return 1; //no more clusters
1398 break; //no more clusters
5942 Cluster** const clusters = m_pSegment->m_clusters; local
6253 Cluster** const clusters = m_pSegment->m_clusters; local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 957 return 1; // no more clusters
960 return 1; // no more clusters
1169 return 1; // no more clusters
1174 return 1; // no more clusters
1221 break; //no more clusters
5190 Cluster** const clusters = m_pSegment->m_clusters; local
5446 Cluster** const clusters = m_pSegment->m_clusters; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 517 milliseconds