Home
last modified time | relevance | path

Searched refs:hb_direction_t (Results 1 – 20 of 20) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh100 …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()
Dhb-font.h467 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,
Dhb-font-private.hh295 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()
Dhb-common.h123 } 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
Dhb-common.cc127 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
Dhb-buffer.h111 hb_direction_t direction;
195 hb_direction_t direction);
197 HB_EXTERN hb_direction_t
Dhb-font.cc907 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()
Dhb-fallback-shape.cc113 hb_direction_t direction = buffer->props.direction; in _hb_fallback_shape()
Dhb-ot-shape.cc215 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()
Dhb-ot-layout.h84 hb_direction_t direction,
Dhb-ot-layout-gpos-table.hh107 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()
Dhb-buffer.cc908 hb_direction_t direction) in hb_buffer_set_direction()
928 hb_direction_t
Dhb-ot-shape-fallback.cc309 hb_direction_t horiz_dir = HB_DIRECTION_INVALID; in position_around_base()
Dhb-ot-layout.cc198 hb_direction_t direction, in hb_ot_layout_get_ligature_carets()
Dhb-coretext.cc949 hb_direction_t dir = buffer->props.direction; in _hb_coretext_shape()
Dhb-ot-layout-gsubgpos-private.hh464 hb_direction_t direction;
/external/harfbuzz_ng/util/
Dview-cairo.hh99 hb_direction_t direction; // Remove this, make segment_properties accessible
/external/harfbuzz_ng/test/api/
Dtest-common.c86 g_assert (!HB_DIRECTION_IS_VALID ((hb_direction_t) 0x12345678)); in test_types_direction()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt109 hb_direction_t
/external/harfbuzz_ng/
DNEWS1092 - hb_direction_t enum values changed.