HomeSort by relevance Sort by last modified time
    Searched refs:prev_action (Results 1 - 3 of 3) 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
282 if (entry->prev_action != NONE && prev != (unsigned int) -1)
284 buffer->info[prev].arabic_shaping_action() = entry->prev_action;
301 if (entry->prev_action != NONE && prev != (unsigned int) -1)
302 buffer->info[prev].arabic_shaping_action() = entry->prev_action;
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 129 uint8_t prev_action; member in struct:arabic_state_table_entry
276 if (entry->prev_action != NONE && prev != (unsigned int) -1)
277 buffer->info[prev].arabic_shaping_action() = entry->prev_action;
294 if (entry->prev_action != NONE && prev != (unsigned int) -1)
295 buffer->info[prev].arabic_shaping_action() = entry->prev_action;
  /external/chromium_org/tools/telemetry/telemetry/page/
page_test.py 234 prev_action = actions[i - 1] if i > 0 else None
247 action.RunAction(page, tab, prev_action)

Completed in 129 milliseconds