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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic.cc 129 uint8_t prev_action; member in struct:arabic_state_table_entry
281 if (entry->prev_action != NONE && prev != (unsigned int) -1)
283 buffer->info[prev].arabic_shaping_action() = entry->prev_action;
300 if (entry->prev_action != NONE && prev != (unsigned int) -1)
301 buffer->info[prev].arabic_shaping_action() = entry->prev_action;
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 102 uint8_t prev_action; member in struct:arabic_state_table_entry
275 if (entry->prev_action != NONE && prev != (unsigned int) -1)
276 info[prev].arabic_shaping_action() = entry->prev_action;
293 if (entry->prev_action != NONE && prev != (unsigned int) -1)
294 info[prev].arabic_shaping_action() = entry->prev_action;

Completed in 3539 milliseconds