Searched refs:hb_direction_t (Results 1 – 20 of 20) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gdef-table.hh | 100 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value() 123 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value() 149 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value() 175 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value() 211 hb_direction_t direction, in get_lig_carets() 245 hb_direction_t direction, in get_lig_carets() 365 hb_direction_t direction, in get_lig_carets()
|
D | hb-font.h | 467 hb_direction_t direction, 472 hb_direction_t direction, 477 hb_direction_t direction, 482 hb_direction_t direction, 487 hb_direction_t direction, 493 hb_direction_t direction, 499 hb_direction_t direction, 505 hb_direction_t direction,
|
D | hb-font-private.hh | 295 inline void get_extents_for_direction (hb_direction_t direction, in get_extents_for_direction() 316 hb_direction_t direction, in get_glyph_advance_for_direction() 339 hb_direction_t direction, in get_glyph_origin_for_direction() 385 hb_direction_t direction, in add_glyph_origin_for_direction() 417 hb_direction_t direction, in subtract_glyph_origin_for_direction() 429 hb_direction_t direction, in get_glyph_kerning_for_direction() 442 hb_direction_t direction, in get_glyph_extents_for_origin() 454 hb_direction_t direction, in get_glyph_contour_point_for_origin()
|
D | hb-common.h | 123 } hb_direction_t; typedef 126 HB_EXTERN hb_direction_t 130 hb_direction_to_string (hb_direction_t direction); 138 #define HB_DIRECTION_REVERSE(dir) ((hb_direction_t) (((unsigned int) (dir)) ^ 1)) 341 HB_EXTERN hb_direction_t
|
D | hb-common.cc | 127 hb_direction_t 139 return (hb_direction_t) (HB_DIRECTION_LTR + i); in hb_direction_from_string() 155 hb_direction_to_string (hb_direction_t direction) in hb_direction_to_string() 456 hb_direction_t
|
D | hb-buffer.h | 111 hb_direction_t direction; 195 hb_direction_t direction); 197 HB_EXTERN hb_direction_t
|
D | hb-font.cc | 907 hb_direction_t direction, in hb_font_get_extents_for_direction() 927 hb_direction_t direction, in hb_font_get_glyph_advance_for_direction() 948 hb_direction_t direction, in hb_font_get_glyph_origin_for_direction() 969 hb_direction_t direction, in hb_font_add_glyph_origin_for_direction() 990 hb_direction_t direction, in hb_font_subtract_glyph_origin_for_direction() 1012 hb_direction_t direction, in hb_font_get_glyph_kerning_for_direction() 1034 hb_direction_t direction, in hb_font_get_glyph_extents_for_origin() 1058 hb_direction_t direction, in hb_font_get_glyph_contour_point_for_origin()
|
D | hb-fallback-shape.cc | 113 hb_direction_t direction = buffer->props.direction; in _hb_fallback_shape()
|
D | hb-ot-shape.cc | 215 hb_direction_t target_direction; 289 hb_direction_t direction = buffer->props.direction; in hb_ensure_native_direction() 605 hb_direction_t direction = c->buffer->props.direction; in hb_ot_position_default()
|
D | hb-ot-layout.h | 84 hb_direction_t direction,
|
D | hb-ot-layout-gpos-table.hh | 107 hb_direction_t direction, in apply_value() 900 reverse_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, u… 1528 reverse_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, u… in reverse_cursive_minor_offset() 1553 propagate_attachment_offsets (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction) in propagate_attachment_offsets() 1616 hb_direction_t direction = buffer->props.direction; in position_finish_offsets()
|
D | hb-buffer.cc | 908 hb_direction_t direction) in hb_buffer_set_direction() 928 hb_direction_t
|
D | hb-ot-shape-fallback.cc | 309 hb_direction_t horiz_dir = HB_DIRECTION_INVALID; in position_around_base()
|
D | hb-ot-layout.cc | 198 hb_direction_t direction, in hb_ot_layout_get_ligature_carets()
|
D | hb-coretext.cc | 949 hb_direction_t dir = buffer->props.direction; in _hb_coretext_shape()
|
D | hb-ot-layout-gsubgpos-private.hh | 464 hb_direction_t direction;
|
/external/harfbuzz_ng/util/ |
D | view-cairo.hh | 99 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/docs/ |
D | harfbuzz-sections.txt | 109 hb_direction_t
|
/external/harfbuzz_ng/ |
D | NEWS | 1092 - hb_direction_t enum values changed.
|