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 622 unsigned int old_cluster = out_info[out_len - 1].cluster; local
623 for (unsigned i = out_len; i && out_info[i - 1].cluster == old_cluster; i--)
    [all...]
hb-ot-shape.cc 509 unsigned int old_cluster = info[j - 1].cluster; local
510 for (unsigned k = j; k && info[k - 1].cluster == old_cluster; k--)
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 3218 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; local
3829 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; local
    [all...]

Completed in 89 milliseconds