HomeSort by relevance Sort by last modified time
    Searched defs:last_cluster (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-fallback.cc 401 unsigned int last_cluster = buffer->info[0].cluster; local
404 if (buffer->info[i].cluster != last_cluster) {
407 last_cluster = buffer->info[i].cluster;
hb-buffer.cc 427 unsigned int i, start, count, last_cluster; local
436 last_cluster = info[0].cluster;
438 if (last_cluster != info[i].cluster) {
441 last_cluster = info[i].cluster;
  /external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc 401 unsigned int last_cluster = buffer->info[0].cluster; local
404 if (buffer->info[i].cluster != last_cluster) {
407 last_cluster = buffer->info[i].cluster;
hb-buffer.cc 427 unsigned int i, start, count, last_cluster; local
436 last_cluster = info[0].cluster;
438 if (last_cluster != info[i].cluster) {
441 last_cluster = info[i].cluster;
  /system/extras/fatblock/
fat.h 78 cluster_t last_cluster; member in struct:fat_info_sector

Completed in 496 milliseconds