HomeSort by relevance Sort by last modified time
    Searched full:hb_direction_t (Results 1 - 25 of 34) sorted by null

1 2

  /external/harfbuzz_ng/src/
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,
hb-font-private.hh 313 hb_direction_t direction,
336 hb_direction_t direction,
357 hb_direction_t direction,
369 hb_direction_t direction,
381 hb_direction_t direction,
394 hb_direction_t direction,
406 hb_direction_t direction,
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 glyph_id HB_UNUSED) const
121 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const
146 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const
171 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const
206 hb_direction_t direction,
239 hb_direction_t direction,
356 hb_direction_t direction,
hb-common.h 107 /* hb_direction_t */
115 } hb_direction_t; typedef in typeref:enum:__anon18586
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 be valid */
301 hb_direction_t
hb-buffer.h 66 hb_direction_t direction;
142 hb_direction_t direction);
144 hb_direction_t
hb-common.cc 89 /* hb_direction_t */
98 hb_direction_t
110 return (hb_direction_t) (HB_DIRECTION_LTR + i);
116 hb_direction_to_string (hb_direction_t direction)
328 hb_direction_t
hb-font.cc 430 hb_direction_t direction,
439 hb_direction_t direction,
448 hb_direction_t direction,
457 hb_direction_t direction,
466 hb_direction_t direction,
475 hb_direction_t direction,
484 hb_direction_t direction,
hb-ot-layout.h 83 hb_direction_t direction,
hb-ot-shape.cc 220 hb_direction_t target_direction;
279 hb_direction_t direction = buffer->props.direction;
hb-ot-shape-fallback.cc 291 hb_direction_t horiz_dir = HB_DIRECTION_INVALID;
hb-buffer.cc 715 hb_direction_t direction)
724 hb_direction_t
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 248 hb_direction_t direction,
271 hb_direction_t direction,
297 hb_direction_t direction,
309 hb_direction_t direction,
321 hb_direction_t direction,
334 hb_direction_t direction,
346 hb_direction_t direction,
hb-font.h 374 hb_direction_t direction,
379 hb_direction_t direction,
384 hb_direction_t direction,
389 hb_direction_t direction,
395 hb_direction_t direction,
401 hb_direction_t direction,
407 hb_direction_t direction,
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 glyph_id HB_UNUSED) const
121 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const
146 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const
171 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const
206 hb_direction_t direction,
239 hb_direction_t direction,
356 hb_direction_t direction,
hb-common.h 107 /* hb_direction_t */
115 } hb_direction_t; typedef in typeref:enum:__anon11181
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 be valid */
317 hb_direction_t
hb-buffer.h 66 hb_direction_t direction;
142 hb_direction_t direction);
144 hb_direction_t
hb-common.cc 109 /* hb_direction_t */
129 hb_direction_t
141 return (hb_direction_t) (HB_DIRECTION_LTR + i);
157 hb_direction_to_string (hb_direction_t direction)
442 hb_direction_t
hb-font.cc 657 hb_direction_t direction,
678 hb_direction_t direction,
699 hb_direction_t direction,
720 hb_direction_t direction,
742 hb_direction_t direction,
764 hb_direction_t direction,
788 hb_direction_t direction,
hb-ot-shape.cc 211 hb_direction_t target_direction;
270 hb_direction_t direction = buffer->props.direction;
431 hb_direction_t direction = c->buffer->props.direction;
hb-ot-layout.h 84 hb_direction_t direction,
hb-ot-layout-gpos-table.hh 98 hb_direction_t direction,
    [all...]
  /external/harfbuzz_ng/contrib/python/lib/
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/
view-cairo.hh 94 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));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 84 CachedShapingResults(hb_buffer_t* harfBuzzBuffer, const Font* runFont, hb_direction_t runDir);
89 hb_direction_t dir;
100 CachedShapingResults::CachedShapingResults(hb_buffer_t* harfBuzzBuffer, const Font* fontData, hb_direction_t dirData)
    [all...]

Completed in 687 milliseconds

1 2