Searched refs:hb_direction_t (Results 1 – 18 of 18) sorted by relevance
/external/harfbuzz_ng/src/ |
D | 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 gl… in get_caret_value() 121 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value() 146 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value() 171 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value() 206 hb_direction_t direction, in get_lig_carets() 239 hb_direction_t direction, in get_lig_carets() 356 hb_direction_t direction, in get_lig_carets()
|
D | 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,
|
D | hb-common.h | 115 } hb_direction_t; typedef 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… 301 hb_direction_t
|
D | hb-font-private.hh | 313 hb_direction_t direction, in get_glyph_advance_for_direction() 336 hb_direction_t direction, in get_glyph_origin_for_direction() 357 hb_direction_t direction, in add_glyph_origin_for_direction() 369 hb_direction_t direction, in subtract_glyph_origin_for_direction() 381 hb_direction_t direction, in get_glyph_kerning_for_direction() 394 hb_direction_t direction, in get_glyph_extents_for_origin() 406 hb_direction_t direction, in get_glyph_contour_point_for_origin()
|
D | hb-common.cc | 98 hb_direction_t 110 return (hb_direction_t) (HB_DIRECTION_LTR + i); in hb_direction_from_string() 116 hb_direction_to_string (hb_direction_t direction) in hb_direction_to_string() 328 hb_direction_t
|
D | hb-buffer.h | 66 hb_direction_t direction; 142 hb_direction_t direction); 144 hb_direction_t
|
D | hb-font.cc | 430 hb_direction_t direction, in hb_font_get_glyph_advance_for_direction() 439 hb_direction_t direction, in hb_font_get_glyph_origin_for_direction() 448 hb_direction_t direction, in hb_font_add_glyph_origin_for_direction() 457 hb_direction_t direction, in hb_font_subtract_glyph_origin_for_direction() 466 hb_direction_t direction, in hb_font_get_glyph_kerning_for_direction() 475 hb_direction_t direction, in hb_font_get_glyph_extents_for_origin() 484 hb_direction_t direction, in hb_font_get_glyph_contour_point_for_origin()
|
D | hb-ot-layout.h | 83 hb_direction_t direction,
|
D | hb-ot-shape.cc | 220 hb_direction_t target_direction; 279 hb_direction_t direction = buffer->props.direction; in hb_ensure_native_direction()
|
D | hb-ot-layout-gpos-table.hh | 98 hb_direction_t direction, in apply_value() 1547 fix_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction) in fix_cursive_minor_offset() 1566 fix_mark_attachment (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction) in fix_mark_attachment() 1603 hb_direction_t direction = buffer->props.direction; in position_finish()
|
D | hb-buffer.cc | 715 hb_direction_t direction) in hb_buffer_set_direction() 724 hb_direction_t
|
D | hb-ot-shape-fallback.cc | 291 hb_direction_t horiz_dir = HB_DIRECTION_INVALID; in position_around_base()
|
D | hb-ot-layout.cc | 150 hb_direction_t direction, in hb_ot_layout_get_ligature_carets()
|
D | hb-ot-layout-gsubgpos-private.hh | 262 hb_direction_t direction;
|
/external/harfbuzz_ng/contrib/python/lib/ |
D | 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/util/ |
D | view-cairo.hh | 94 hb_direction_t direction; // Remove this, make segment_properties accessible
|
/external/harfbuzz_ng/test/api/ |
D | test-common.c | 86 g_assert (!HB_DIRECTION_IS_VALID ((hb_direction_t) 0x12345678)); in test_types_direction()
|
/external/harfbuzz_ng/ |
D | NEWS | 342 - hb_direction_t enum values changed.
|