Lines Matching refs:hb_codepoint_t
44 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
46 hb_codepoint_t gid = codepoint < 256 ? glyphIdArray[codepoint] : 0; in get_glyph()
117 hb_codepoint_t cp = segments[i].start_code; in serialize()
118 hb_codepoint_t start_gid = 0; in serialize()
145 hb_codepoint_t cp = segments[i].start_code + j; in serialize()
146 hb_codepoint_t new_gid; in serialize()
183 hb_codepoint_t last_gid = 0; in create_sub_table_plan()
185 hb_codepoint_t cp = HB_SET_VALUE_INVALID; in create_sub_table_plan()
187 hb_codepoint_t new_gid; in create_sub_table_plan()
245 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
268 hb_codepoint_t gid; in get_glyph()
289 static bool get_glyph_func (const void *obj, hb_codepoint_t codepoint, hb_codepoint_t *glyph) in get_glyph_func()
305 for (hb_codepoint_t codepoint = this->startCount[i]; in collect_unicodes()
312 hb_codepoint_t gid = this->glyphIdArray[index]; in collect_unicodes()
330 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
399 int cmp (hb_codepoint_t codepoint) const in cmp()
425 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
428 hb_codepoint_t gid = glyphIdArray[codepoint - startCharCode]; in get_glyph()
436 hb_codepoint_t start = startCharCode; in collect_unicodes()
469 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
471 hb_codepoint_t gid = T::group_get_glyph (groups.bsearch (codepoint), codepoint); in get_glyph()
482 MIN ((hb_codepoint_t) this->groups[i].endCharCode, in collect_unicodes()
483 (hb_codepoint_t) HB_UNICODE_MAX)); in collect_unicodes()
515 static hb_codepoint_t group_get_glyph (const CmapSubtableLongGroup &group, in group_get_glyph()
516 hb_codepoint_t u) in group_get_glyph()
543 hb_codepoint_t cp = HB_SET_VALUE_INVALID; in create_sub_table_plan()
545 hb_codepoint_t new_gid; in create_sub_table_plan()
573 hb_codepoint_t cp, in _is_gid_consecutive()
574 hb_codepoint_t new_gid) in _is_gid_consecutive()
584 static hb_codepoint_t group_get_glyph (const CmapSubtableLongGroup &group, in group_get_glyph()
585 hb_codepoint_t u HB_UNUSED) in group_get_glyph()
598 int cmp (const hb_codepoint_t &codepoint) const in cmp()
625 hb_codepoint_t first = arrayZ[i].startUnicodeValue; in collect_unicodes()
626 hb_codepoint_t last = MIN ((hb_codepoint_t) (first + arrayZ[i].additionalCount), in collect_unicodes()
627 (hb_codepoint_t) HB_UNICODE_MAX); in collect_unicodes()
638 int cmp (const hb_codepoint_t &codepoint) const in cmp()
670 glyph_variant_t get_glyph (hb_codepoint_t codepoint, in get_glyph()
671 hb_codepoint_t *glyph, in get_glyph()
691 int cmp (const hb_codepoint_t &variation_selector) const in cmp()
715 glyph_variant_t get_glyph_variant (hb_codepoint_t codepoint, in get_glyph_variant()
716 hb_codepoint_t variation_selector, in get_glyph_variant()
717 hb_codepoint_t *glyph) const in get_glyph_variant()
728 void collect_variation_unicodes (hb_codepoint_t variation_selector, in collect_variation_unicodes()
755 bool get_glyph (hb_codepoint_t codepoint, in get_glyph()
756 hb_codepoint_t *glyph) const in get_glyph()
1035 bool get_nominal_glyph (hb_codepoint_t unicode, in get_nominal_glyph()
1036 hb_codepoint_t *glyph) const in get_nominal_glyph()
1042 const hb_codepoint_t *first_unicode, in get_nominal_glyphs()
1044 hb_codepoint_t *first_glyph, in get_nominal_glyphs()
1057 first_unicode = &StructAtOffset<hb_codepoint_t> (first_unicode, unicode_stride); in get_nominal_glyphs()
1058 first_glyph = &StructAtOffset<hb_codepoint_t> (first_glyph, glyph_stride); in get_nominal_glyphs()
1063 bool get_variation_glyph (hb_codepoint_t unicode, in get_variation_glyph()
1064 hb_codepoint_t variation_selector, in get_variation_glyph()
1065 hb_codepoint_t *glyph) const in get_variation_glyph()
1087 void collect_variation_unicodes (hb_codepoint_t variation_selector, in collect_variation_unicodes()
1095 hb_codepoint_t codepoint,
1096 hb_codepoint_t *glyph);
1100 hb_codepoint_t codepoint, in get_glyph_from()
1101 hb_codepoint_t *glyph) in get_glyph_from()
1109 hb_codepoint_t codepoint, in get_glyph_from_symbol()
1110 hb_codepoint_t *glyph) in get_glyph_from_symbol()