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

  /external/harfbuzz_ng/src/
hb-buffer.cc 624 unsigned int old_cluster = out_info[out_len - 1].cluster; local
625 for (unsigned i = out_len; i && out_info[i - 1].cluster == old_cluster; i--)
    [all...]
hb-ot-shape.cc 520 unsigned int old_cluster = info[j - 1].cluster; local
521 for (unsigned k = j; k && info[k - 1].cluster == old_cluster; k--)
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 3223 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; local
3861 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; local
    [all...]

Completed in 247 milliseconds