HomeSort by relevance Sort by last modified time
    Searched refs:hb_direction_t (Results 1 - 21 of 21) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-math.cc 185 hb_direction_t direction,
213 hb_direction_t direction)
242 hb_direction_t direction,
hb-ot-math.h 188 hb_direction_t direction,
195 hb_direction_t direction);
200 hb_direction_t direction,
hb-font-private.hh 123 inline int dir_scale (hb_direction_t direction)
129 inline hb_position_t em_scale_dir (int16_t v, hb_direction_t direction)
324 inline void get_extents_for_direction (hb_direction_t direction,
334 hb_direction_t direction,
381 hb_direction_t direction,
411 hb_direction_t direction,
443 hb_direction_t direction,
455 hb_direction_t direction,
468 hb_direction_t direction,
480 hb_direction_t direction
    [all...]
hb-ot-layout-gdef-table.hh 100 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction) const
123 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const
149 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, const VariationStore &var_store) const
176 hb_direction_t direction,
214 hb_direction_t direction,
249 hb_direction_t direction,
370 hb_direction_t direction,
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,
hb-common.h 110 * hb_direction_t:
123 } hb_direction_t; typedef in typeref:enum:__anon19686
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))
351 HB_EXTERN hb_direction_t
hb-ot-math-table.hh 503 inline unsigned int get_parts (hb_direction_t direction,
551 inline unsigned int get_variants (hb_direction_t direction,
607 inline hb_position_t get_min_connector_overlap (hb_direction_t direction,
612 hb_direction_t direction,
621 hb_direction_t direction,
636 hb_direction_t direction,
hb-common.cc 107 /* hb_direction_t */
127 hb_direction_t
139 return (hb_direction_t) (HB_DIRECTION_LTR + i);
155 hb_direction_to_string (hb_direction_t direction)
456 hb_direction_t
hb-fallback-shape.cc 115 hb_direction_t direction = buffer->props.direction;
hb-buffer.h 102 * @direction: the #hb_direction_t of the buffer, see hb_buffer_set_direction().
111 hb_direction_t direction;
195 hb_direction_t direction);
197 HB_EXTERN hb_direction_t
hb-font.cc 899 hb_direction_t direction,
919 hb_direction_t direction,
940 hb_direction_t direction,
961 hb_direction_t direction,
982 hb_direction_t direction,
1004 hb_direction_t direction,
1026 hb_direction_t direction,
1050 hb_direction_t direction,
    [all...]
hb-ot-layout.h 84 hb_direction_t direction,
hb-ot-shape.cc 223 hb_direction_t target_direction;
297 hb_direction_t direction = buffer->props.direction;
654 hb_direction_t direction = c->buffer->props.direction;
hb-ot-layout-gpos-table.hh 899 reverse_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, unsigned int new_parent);
    [all...]
hb-ot-shape-fallback.cc 309 hb_direction_t horiz_dir = HB_DIRECTION_INVALID;
hb-buffer.cc 902 * @direction: the #hb_direction_t of the @buffer
916 hb_direction_t direction)
936 hb_direction_t
    [all...]
hb-ot-layout.cc 255 hb_direction_t direction,
    [all...]
hb-coretext.cc     [all...]
hb-ot-layout-gsubgpos-private.hh 464 hb_direction_t direction;
    [all...]
  /external/harfbuzz_ng/util/
view-cairo.hh 99 hb_direction_t direction; // Remove this, make segment_properties accessible
  /external/harfbuzz_ng/test/api/
test-common.c 86 g_assert (!HB_DIRECTION_IS_VALID ((hb_direction_t) 0x12345678));

Completed in 843 milliseconds