OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:horiz_dir
(Results
1 - 1
of
1
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc
291
hb_direction_t
horiz_dir
= HB_DIRECTION_INVALID;
local
330
if (unlikely (
horiz_dir
== HB_DIRECTION_INVALID)) {
332
horiz_dir
= plan->props.direction;
334
horiz_dir
= hb_script_get_horizontal_direction (plan->props.script);
336
if (
horiz_dir
== HB_DIRECTION_LTR)
Completed in 1268 milliseconds