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

1 23 4 5

  /external/harfbuzz_ng/src/
hb-buffer-private.hh 93 hb_codepoint_t context[2][CONTEXT_LENGTH];
111 HB_INTERNAL void add (hb_codepoint_t codepoint,
127 const hb_codepoint_t *glyph_data);
129 HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index);
131 HB_INTERNAL void output_glyph (hb_codepoint_t glyph_index);
hb-ot-shape-complex-indic.cc 98 matra_position (hb_codepoint_t u, indic_position_t side)
114 static const hb_codepoint_t ra_chars[] = {
132 consonant_position (hb_codepoint_t u)
140 is_ra (hb_codepoint_t u)
185 hb_codepoint_t u = info.codepoint;
204 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0951, 0x0954)))
210 unlikely (hb_in_range<hb_codepoint_t> (u, 0x17CB, 0x17D3))) /* Khmer Various signs */
301 hb_codepoint_t virama;
460 inline bool would_substitute (const hb_codepoint_t *glyphs,
480 inline bool get_virama_glyph (hb_font_t *font, hb_codepoint_t *pglyph) cons
    [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)
60 if (likely (hb_in_range<hb_codepoint_t> (u, JOINING_TABLE_FIRST, JOINING_TABLE_LAST))) {
67 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1800, 0x18AF)))
69 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1880, 0x1886)))
80 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xA840, 0xA872)))
88 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x200C, 0x200D)))
test-would-substitute.cc 97 hb_codepoint_t glyphs[2];
hb-buffer.h 45 hb_codepoint_t codepoint;
219 hb_codepoint_t codepoint,
hb-fallback-shape.cc 98 hb_codepoint_t space;
hb-ot-shape-complex-indic-private.hh 149 hb_indic_get_categories (hb_codepoint_t u);
hb-ot-shape.cc 246 hb_codepoint_t dottedcircle_glyph;
307 hb_codepoint_t codepoint = unicode->mirroring (c->buffer->info[i].codepoint);
523 hb_codepoint_t space = 0;
606 hb_codepoint_t u,
609 hb_codepoint_t glyph;
614 hb_codepoint_t m = unicode->mirroring (u);
649 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
hb-graphite2.cc 282 sizeof (hb_codepoint_t) * glyph_count) > scratch_size)
294 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
298 hb_codepoint_t *pg = gids;
hb-ot-layout-common-private.hh 131 inline int cmp (hb_codepoint_t g) const {
132 hb_codepoint_t a = start, b = end;
631 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
696 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
806 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
937 inline unsigned int get_class (hb_codepoint_t glyph_id) const
979 inline unsigned int get_class (hb_codepoint_t glyph_id) const
1019 inline unsigned int get_class (hb_codepoint_t glyph_id) const
    [all...]
hb-ot-layout.cc 125 hb_codepoint_t glyph)
140 hb_codepoint_t glyph,
151 hb_codepoint_t glyph,
636 const hb_codepoint_t *glyphs,
647 const hb_codepoint_t *glyphs,
hb-buffer.cc 200 hb_buffer_t::add (hb_codepoint_t codepoint,
318 hb_buffer_t::output_glyph (hb_codepoint_t glyph_index)
349 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index)
823 hb_codepoint_t codepoint,
942 hb_codepoint_t u;
952 hb_codepoint_t u;
963 hb_codepoint_t u;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic.cc 58 static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_category_t gen_cat)
60 if (likely (hb_in_range<hb_codepoint_t> (u, JOINING_TABLE_FIRST, JOINING_TABLE_LAST))) {
67 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1800, 0x18AF)))
69 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1880, 0x1886)))
80 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xA840, 0xA872)))
88 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x200C, 0x200D)))
hb-ot-shape-complex-indic.cc 98 matra_position (hb_codepoint_t u, indic_position_t side)
114 static const hb_codepoint_t ra_chars[] = {
132 is_ra (hb_codepoint_t u)
179 hb_codepoint_t u = info.codepoint;
198 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0951, 0x0954)))
204 unlikely (hb_in_range<hb_codepoint_t> (u, 0x17CB, 0x17D3))) /* Khmer Various signs */
307 hb_codepoint_t virama;
489 inline bool would_substitute (const hb_codepoint_t *glyphs,
509 inline bool get_virama_glyph (hb_font_t *font, hb_codepoint_t *pglyph) const
511 hb_codepoint_t glyph = virama_glyph
    [all...]
test-would-substitute.cc 100 hb_codepoint_t glyphs[2];
hb-buffer.h 45 hb_codepoint_t codepoint;
219 hb_codepoint_t codepoint,
hb-fallback-shape.cc 98 hb_codepoint_t space;
hb-ot-shape-complex-indic-private.hh 151 hb_indic_get_categories (hb_codepoint_t u);
hb-ot-layout-common-private.hh 132 inline int cmp (hb_codepoint_t g) const {
631 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
696 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
806 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
937 inline unsigned int get_class (hb_codepoint_t glyph_id) const
962 hb_codepoint_t g = -1;
992 inline unsigned int get_class (hb_codepoint_t glyph_id) const
1018 hb_codepoint_t g = (hb_codepoint_t) -1;
1027 if (g != (hb_codepoint_t) -1 && hb_set_next (glyphs, &g)
    [all...]
hb-ot-shape.cc 237 hb_codepoint_t dottedcircle_glyph;
300 hb_codepoint_t codepoint = unicode->mirroring (info[i].codepoint);
552 hb_codepoint_t space;
653 hb_codepoint_t u,
656 hb_codepoint_t glyph;
661 hb_codepoint_t m = unicode->mirroring (u);
696 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
hb-graphite2.cc 276 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
297 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
303 hb_codepoint_t *pg = gids;
hb-buffer.cc 214 hb_buffer_t::add (hb_codepoint_t codepoint,
332 hb_buffer_t::output_glyph (hb_codepoint_t glyph_index)
401 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index)
1115 hb_codepoint_t codepoint,
1319 hb_codepoint_t u;
1329 hb_codepoint_t u;
1340 hb_codepoint_t u;
  /external/harfbuzz_ng/util/
hb-ot-shape-closure.cc 76 for (hb_codepoint_t i = -1; hb_set_next (glyphs, &i);)
  /external/harfbuzz_ng/test/api/
test-font.c 115 hb_codepoint_t glyph;
204 hb_codepoint_t glyph, unsigned int point_index,
224 hb_codepoint_t glyph, unsigned int point_index,
240 hb_codepoint_t glyph,
test-unicode.c 65 hb_codepoint_t codepoint,
82 hb_codepoint_t codepoint,
108 hb_codepoint_t unicode;
436 hb_codepoint_t unicode,
443 hb_codepoint_t unicode);
515 static hb_codepoint_t
516 default_value (hb_codepoint_t _default_value, hb_codepoint_t unicode)
789 hb_codepoint_t decomposed[HB_UNICODE_MAX_DECOMPOSITION_LEN];

Completed in 356 milliseconds

1 23 4 5