HomeSort by relevance Sort by last modified time
    Searched refs:hb_codepoint_t (Results 26 - 50 of 57) sorted by null

12 3

  /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;
hb-ot-shape-complex-myanmar.cc 175 hb_codepoint_t u = info.codepoint;
183 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xFE00, 0xFE0F)))
451 hb_codepoint_t dottedcircle_glyph;
hb-ot-layout-private.hh 195 const hb_codepoint_t *glyphs,
hb-old.cc 91 hb_codepoint_t u;
293 hb_codepoint_t c = buffer->info[i].codepoint;
hb-ot-shape-complex-sea.cc 140 hb_codepoint_t u = info.codepoint;
290 hb_codepoint_t dottedcircle_glyph;
hb-ot-layout-gsubgpos-private.hh 117 const hb_codepoint_t *glyphs;
123 const hb_codepoint_t *glyphs_,
307 typedef bool (*match_func_t) (hb_codepoint_t glyph_id, const USHORT &value, const void *data);
515 match_properties_mark (hb_codepoint_t glyph,
536 match_properties (hb_codepoint_t glyph,
563 inline void set_class (hb_codepoint_t glyph_index, unsigned int class_guess) const
571 inline void output_glyph (hb_codepoint_t glyph_index,
577 inline void replace_glyph (hb_codepoint_t glyph_index,
583 inline void replace_glyph_inplace (hb_codepoint_t glyph_index,
595 typedef bool (*match_func_t) (hb_codepoint_t glyph_id, const USHORT &value, const void *data)
    [all...]
hb-ot-layout-gsub-table.hh 45 hb_codepoint_t glyph_id = iter.get_glyph ();
56 hb_codepoint_t glyph_id = iter.get_glyph ();
76 hb_codepoint_t glyph_id = c->buffer->cur().codepoint;
152 hb_codepoint_t glyph_id = c->buffer->cur().codepoint;
477 hb_codepoint_t glyph_id = c->buffer->cur().codepoint;
794 hb_codepoint_t glyph_id = c->buffer->cur().codepoint;
    [all...]
hb-common.h 75 typedef uint32_t hb_codepoint_t; typedef
  /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];
test-common.c 45 g_assert_cmpint (sizeof (hb_codepoint_t), ==, 4);
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 26 ctypedef unsigned long hb_codepoint_t
49 hb_codepoint_t codepoint
78 void hb_buffer_add_glyph(hb_buffer_t *buffer, hb_codepoint_t codepoint, hb_mask_t mask, unsigned int cluster)
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 499 (((hb_codepoint_t)(high))<<10) + (low) - 0x35fdc00;
504 hb_codepoint_t
531 hb_codepoint_t
564 hb_script_t code_point_to_script(hb_codepoint_t codepoint) {
813 hb_codepoint_t firstUnichar = 0;
    [all...]

Completed in 376 milliseconds

12 3