Searched defs:prev_action (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-arabic.cc102 uint8_t prev_action; member in struct:arabic_state_table_entry
274 if (entry->prev_action != NONE && prev != (unsigned int) -1)
275 info[prev].arabic_shaping_action() = entry->prev_action;
291 if (entry->prev_action != NONE && prev != (unsigned int) -1)
292 info[prev].arabic_shaping_action() = entry->prev_action;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic.cc102 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 262 milliseconds