OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_direction
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape.cc
211
hb_direction_t
target_direction
;
member in struct:hb_ot_shape_context_t
290
if (HB_DIRECTION_IS_FORWARD (c->
target_direction
))
599
c->
target_direction
= c->buffer->props.direction;
618
c->buffer->props.direction = c->
target_direction
;
/external/harfbuzz_ng/src/
hb-ot-shape.cc
220
hb_direction_t
target_direction
;
member in struct:hb_ot_shape_context_t
299
if (HB_DIRECTION_IS_FORWARD (c->
target_direction
))
550
c->
target_direction
= c->buffer->props.direction;
571
c->buffer->props.direction = c->
target_direction
;
Completed in 66 milliseconds