OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:above_edge
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-thai.cc
240
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/
hb-ot-shape-complex-thai.cc
240
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 1205 milliseconds