Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh99 …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()
Dhb-font.h321 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,
Dhb-common.h115 } 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
Dhb-font-private.hh313 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()
Dhb-common.cc98 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
Dhb-buffer.h66 hb_direction_t direction;
142 hb_direction_t direction);
144 hb_direction_t
Dhb-font.cc430 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()
Dhb-ot-layout.h83 hb_direction_t direction,
Dhb-ot-shape.cc220 hb_direction_t target_direction;
279 hb_direction_t direction = buffer->props.direction; in hb_ensure_native_direction()
Dhb-ot-layout-gpos-table.hh98 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()
Dhb-buffer.cc715 hb_direction_t direction) in hb_buffer_set_direction()
724 hb_direction_t
Dhb-ot-shape-fallback.cc291 hb_direction_t horiz_dir = HB_DIRECTION_INVALID; in position_around_base()
Dhb-ot-layout.cc150 hb_direction_t direction, in hb_ot_layout_get_ligature_carets()
Dhb-ot-layout-gsubgpos-private.hh262 hb_direction_t direction;
/external/harfbuzz_ng/contrib/python/lib/
Dharfbuzz.pyx21 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/
Dview-cairo.hh94 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/
DNEWS342 - hb_direction_t enum values changed.