HomeSort by relevance Sort by last modified time
    Searched refs:hb_codepoint_t (Results 51 - 60 of 60) sorted by null

1 23

  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 68 const hb_codepoint_t *glyphs,
hb-ot-layout-gpos-table.hh 221 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id HB_UNUSED,
243 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id,
273 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id HB_UNUSED,
308 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id,
611 hb_codepoint_t x = buffer->info[pos].codepoint;
617 hb_codepoint_t mid_x = record->secondGlyph;
    [all...]
hb-ot-shape-complex-arabic.cc 58 static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_category_t gen_cat)
hb-coretext.cc 628 hb_codepoint_t c = buffer->info[i].codepoint;
643 hb_codepoint_t c = buffer->info[i].codepoint;
    [all...]
hb-ot-shape-fallback.cc 31 recategorize_combining_class (hb_codepoint_t u,
hb-private.hh 222 ASSERT_STATIC (sizeof (hb_codepoint_t) == 4);
893 hb_codepoint_parse (const char *s, unsigned int len, int base, hb_codepoint_t *out)
hb-uniscribe.cc 754 hb_codepoint_t c = buffer->info[i].codepoint;
775 hb_codepoint_t c = buffer->info[i].codepoint;
hb-ot-shape-complex-arabic-table.hh 129 joining_type (hb_codepoint_t u)
hb-ot-shape-complex-indic-table.cc     [all...]
  /external/harfbuzz_ng/test/api/
test-common.c 45 g_assert_cmpint (sizeof (hb_codepoint_t), ==, 4);

Completed in 236 milliseconds

1 23