Home
last modified time | relevance | path

Searched refs:old_cluster (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape.cc489 unsigned int old_cluster = info[j - 1].cluster; in hb_ot_hide_default_ignorables() local
490 for (unsigned k = j; k && info[k - 1].cluster == old_cluster; k--) in hb_ot_hide_default_ignorables()
Dhb-buffer.cc614 unsigned int old_cluster = out_info[out_len - 1].cluster; in delete_glyph() local
615 for (unsigned i = out_len; i && out_info[i - 1].cluster == old_cluster; i--) in delete_glyph()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.cpp2401 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; in Finalize() local
2403 if (!old_cluster || !old_cluster->Finalize()) in Finalize()
2973 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; in MakeNewCluster() local
2975 if (!old_cluster || !old_cluster->Finalize()) in MakeNewCluster()