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

1 23 4

  /external/harfbuzz_ng/src/
hb-ot-glyf-table.hh 125 inline bool get_extents (hb_codepoint_t glyph,
hb-ot-shape-complex-indic-private.hh 188 hb_indic_get_categories (hb_codepoint_t u);
hb-graphite2.cc 275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
296 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
302 hb_codepoint_t *pg = gids;
hb-ot-shape-complex-myanmar.cc 170 hb_codepoint_t u = info.codepoint;
178 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xFE00u, 0xFE0Fu)))
448 hb_codepoint_t dottedcircle_glyph;
hb-ot-hmtx-table.hh 132 inline unsigned int get_advance (hb_codepoint_t glyph,
hb-ot-shape-complex-arabic.cc 84 static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_category_t gen_cat)
353 if (unlikely (hb_in_range<hb_codepoint_t> (info[i].codepoint, 0x180Bu, 0x180Du)))
616 static hb_codepoint_t
632 hb_codepoint_t u = info.codepoint;
hb-ot-shape-complex-use-table.cc     [all...]
hb-ot-layout-private.hh 79 const hb_codepoint_t *glyphs,
146 inline bool may_have (hb_codepoint_t g) const {
hb-ot-shape-complex-arabic-table.hh 140 joining_type (hb_codepoint_t u)
145 if (hb_in_range<hb_codepoint_t> (u, 0x0600u, 0x08E2u)) return joining_table[u - 0x0600u + joining_offset_0x0600u];
149 if (hb_in_range<hb_codepoint_t> (u, 0x1806u, 0x18AAu)) return joining_table[u - 0x1806u + joining_offset_0x1806u];
153 if (hb_in_range<hb_codepoint_t> (u, 0x200Cu, 0x2069u)) return joining_table[u - 0x200Cu + joining_offset_0x200cu];
157 if (hb_in_range<hb_codepoint_t> (u, 0xA840u, 0xA873u)) return joining_table[u - 0xA840u + joining_offset_0xa840u];
161 if (hb_in_range<hb_codepoint_t> (u, 0x10AC0u, 0x10AEFu)) return joining_table[u - 0x10AC0u + joining_offset_0x10ac0u];
162 if (hb_in_range<hb_codepoint_t> (u, 0x10B80u, 0x10BAFu)) return joining_table[u - 0x10B80u + joining_offset_0x10b80u];
166 if (hb_in_range<hb_codepoint_t> (u, 0x1E900u, 0x1E943u)) return joining_table[u - 0x1E900u + joining_offset_0x1e900u];
hb-ot-shape.cc 357 hb_codepoint_t codepoint = unicode->mirroring (info[i].codepoint);
488 hb_codepoint_t space;
908 hb_codepoint_t u,
911 hb_codepoint_t glyph;
916 hb_codepoint_t m = unicode->mirroring (u);
955 for (hb_codepoint_t lookup_index = -1; hb_set_next (lookups, &lookup_index);)
hb-ot-layout-gsubgpos-private.hh 91 const hb_codepoint_t *glyphs;
97 const hb_codepoint_t *glyphs_,
237 typedef bool (*match_func_t) (hb_codepoint_t glyph_id, const UINT16 &value, const void *data);
479 match_properties_mark (hb_codepoint_t glyph,
503 hb_codepoint_t glyph = info->codepoint;
518 inline void _set_glyph_props (hb_codepoint_t glyph_index,
545 inline void replace_glyph (hb_codepoint_t glyph_index) const
550 inline void replace_glyph_inplace (hb_codepoint_t glyph_index) const
555 inline void replace_glyph_with_ligature (hb_codepoint_t glyph_index,
561 inline void output_glyph_for_component (hb_codepoint_t glyph_index
    [all...]
hb-ot-layout.cc 252 hb_codepoint_t glyph)
272 hb_codepoint_t glyph,
283 hb_codepoint_t glyph,
894 const hb_codepoint_t *glyphs,
905 const hb_codepoint_t *glyphs,
    [all...]
hb-ot-layout-gsub-table.hh 48 hb_codepoint_t glyph_id = iter.get_glyph ();
63 hb_codepoint_t glyph_id = iter.get_glyph ();
82 hb_codepoint_t glyph_id = c->buffer->cur().codepoint;
167 hb_codepoint_t glyph_id = c->buffer->cur().codepoint;
501 hb_codepoint_t glyph_id = c->buffer->cur().codepoint;
827 hb_codepoint_t glyph_id = c->buffer->cur().codepoint;
    [all...]
hb-ot-shape-fallback.cc 31 recategorize_combining_class (hb_codepoint_t u,
508 hb_codepoint_t glyph;
hb-common.h 61 typedef uint32_t hb_codepoint_t; typedef
hb-ot-layout-gpos-table.hh 235 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED,
259 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id,
291 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED,
328 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id,
629 hb_codepoint_t x = buffer->info[pos].codepoint;
635 hb_codepoint_t mid_x = record->secondGlyph;
    [all...]
hb-ot-shape-complex-indic-table.cc 397 hb_indic_get_categories (hb_codepoint_t u)
402 if (hb_in_range<hb_codepoint_t> (u, 0x0028u, 0x003Fu)) return indic_table[u - 0x0028u + indic_offset_0x0028u];
403 if (hb_in_range<hb_codepoint_t> (u, 0x00B0u, 0x00D7u)) return indic_table[u - 0x00B0u + indic_offset_0x00b0u];
404 if (hb_in_range<hb_codepoint_t> (u, 0x0900u, 0x0DF7u)) return indic_table[u - 0x0900u + indic_offset_0x0900u];
409 if (hb_in_range<hb_codepoint_t> (u, 0x1000u, 0x109Fu)) return indic_table[u - 0x1000u + indic_offset_0x1000u];
410 if (hb_in_range<hb_codepoint_t> (u, 0x1780u, 0x17EFu)) return indic_table[u - 0x1780u + indic_offset_0x1780u];
411 if (hb_in_range<hb_codepoint_t> (u, 0x1CD0u, 0x1CFFu)) return indic_table[u - 0x1CD0u + indic_offset_0x1cd0u];
415 if (hb_in_range<hb_codepoint_t> (u, 0x2008u, 0x2017u)) return indic_table[u - 0x2008u + indic_offset_0x2008u];
416 if (hb_in_range<hb_codepoint_t> (u, 0x2070u, 0x2087u)) return indic_table[u - 0x2070u + indic_offset_0x2070u];
421 if (hb_in_range<hb_codepoint_t> (u, 0xA8E0u, 0xA8F7u)) return indic_table[u - 0xA8E0u + indic_offset_0xa8e0u]
    [all...]
hb-coretext.cc 783 hb_codepoint_t c = buffer->info[i].codepoint;
798 hb_codepoint_t c = buffer->info[i].codepoint;
    [all...]
hb-directwrite.cc 578 hb_codepoint_t c = buffer->info[i].codepoint;
597 hb_codepoint_t c = buffer->info[i].codepoint;
  /external/harfbuzz_ng/test/api/
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];
test-ot-math.c 185 hb_codepoint_t glyph;
220 hb_codepoint_t glyph;
255 hb_codepoint_t glyph;
281 hb_codepoint_t glyph;
334 hb_codepoint_t glyph,
348 hb_codepoint_t glyph;
414 hb_codepoint_t glyph;
538 hb_codepoint_t glyph;
    [all...]
test-font.c 125 hb_codepoint_t glyph;
214 hb_codepoint_t glyph, unsigned int point_index,
234 hb_codepoint_t glyph, unsigned int point_index,
250 hb_codepoint_t glyph,
test-buffer.c 386 hb_buffer_set_replacement_codepoint (b, (hb_codepoint_t) -1);
673 hb_buffer_set_replacement_codepoint (b, (hb_codepoint_t) -1);
697 if (glyphs[j].codepoint == (hb_codepoint_t) -1)
732 hb_buffer_set_replacement_codepoint (b, (hb_codepoint_t) -1);
786 hb_buffer_set_replacement_codepoint (b, (hb_codepoint_t) -3);
test-common.c 45 g_assert_cmpint (sizeof (hb_codepoint_t), ==, 4);
  /external/harfbuzz_ng/util/
options.hh 387 hb_buffer_diff_flags_t diff = hb_buffer_diff (reconstruction, buffer, (hb_codepoint_t) -1, 0);

Completed in 638 milliseconds

1 23 4