/external/harfbuzz_ng/src/ |
hb-font.h | 321 hb_direction_t direction, 326 hb_direction_t direction, 331 hb_direction_t direction, 336 hb_direction_t direction, 342 hb_direction_t direction, 348 hb_direction_t direction, 354 hb_direction_t direction,
|
hb-ot-layout-gdef-table.hh | 99 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const 121 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const 146 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const 171 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const 206 hb_direction_t direction, 239 hb_direction_t direction, 356 hb_direction_t direction,
|
hb-common.h | 107 /* hb_direction_t */ 115 } hb_direction_t; typedef in typeref:enum:__anon8374 118 hb_direction_t 122 hb_direction_to_string (hb_direction_t direction); 129 #define HB_DIRECTION_REVERSE(dir) ((hb_direction_t) (((unsigned int) (dir)) ^ 1)) /* Direction must be valid */ 301 hb_direction_t
|
hb-buffer.h | 66 hb_direction_t direction; 142 hb_direction_t direction); 144 hb_direction_t
|
hb-common.cc | 89 /* hb_direction_t */ 98 hb_direction_t 110 return (hb_direction_t) (HB_DIRECTION_LTR + i); 116 hb_direction_to_string (hb_direction_t direction) 328 hb_direction_t
|
hb-font-private.hh | 313 hb_direction_t direction, 336 hb_direction_t direction, 357 hb_direction_t direction, 369 hb_direction_t direction, 381 hb_direction_t direction, 394 hb_direction_t direction, 406 hb_direction_t direction,
|
hb-font.cc | 430 hb_direction_t direction, 439 hb_direction_t direction, 448 hb_direction_t direction, 457 hb_direction_t direction, 466 hb_direction_t direction, 475 hb_direction_t direction, 484 hb_direction_t direction,
|
hb-ot-layout.h | 83 hb_direction_t direction,
|
hb-ot-shape.cc | 220 hb_direction_t target_direction; 279 hb_direction_t direction = buffer->props.direction;
|
hb-ot-layout-gpos-table.hh | 98 hb_direction_t direction, [all...] |
hb-ot-shape-fallback.cc | 291 hb_direction_t horiz_dir = HB_DIRECTION_INVALID;
|
hb-buffer.cc | 715 hb_direction_t direction) 724 hb_direction_t
|
hb-ot-layout.cc | 150 hb_direction_t direction,
|
hb-ot-layout-gsubgpos-private.hh | 262 hb_direction_t direction; [all...] |
/external/harfbuzz_ng/util/ |
view-cairo.hh | 94 hb_direction_t direction; // Remove this, make segment_properties accessible
|
/external/harfbuzz_ng/contrib/python/lib/ |
harfbuzz.pyx | 21 cdef enum hb_direction_t : 67 void hb_buffer_set_direction(hb_buffer_t *buffer, hb_direction_t direction) 68 hb_direction_t hb_buffer_get_direction(hb_buffer_t *buffer)
|
/external/harfbuzz_ng/test/api/ |
test-common.c | 86 g_assert (!HB_DIRECTION_IS_VALID ((hb_direction_t) 0x12345678));
|