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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-thai.cc240 const thai_above_state_machine_edge_t &above_edge = thai_above_state_machine[above_state][mt]; local
242 above_state = above_edge.next_state;
246 thai_action_t action = above_edge.action != NOP ? above_edge.action : below_edge.action;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-thai.cc240 const thai_above_state_machine_edge_t &above_edge = thai_above_state_machine[above_state][mt]; local
242 above_state = above_edge.next_state;
246 thai_action_t action = above_edge.action != NOP ? above_edge.action : below_edge.action;

Completed in 224 milliseconds