OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:below_edge
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-thai.cc
241
const thai_below_state_machine_edge_t &
below_edge
= thai_below_state_machine[below_state][mt];
local
243
below_state =
below_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
241
const thai_below_state_machine_edge_t &
below_edge
= thai_below_state_machine[below_state][mt];
local
243
below_state =
below_edge
.next_state;
246
thai_action_t action = above_edge.action != NOP ? above_edge.action :
below_edge
.action;
Completed in 2495 milliseconds