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.cc509 unsigned int old_cluster = info[j - 1].cluster; in hb_ot_hide_default_ignorables() local
510 for (unsigned k = j; k && info[k - 1].cluster == old_cluster; k--) in hb_ot_hide_default_ignorables()
Dhb-buffer.cc622 unsigned int old_cluster = out_info[out_len - 1].cluster; in delete_glyph() local
623 for (unsigned i = out_len; i && out_info[i - 1].cluster == old_cluster; i--) in delete_glyph()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc3218 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; in Finalize() local
3222 if (!old_cluster || !old_cluster->Finalize(false, 0)) in Finalize()
3829 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; in MakeNewCluster() local
3831 if (!old_cluster || !old_cluster->Finalize(true, frame_timestamp_ns)) in MakeNewCluster()