Lines Matching refs:hb_codepoint_t
65 hb_codepoint_t get_code (hb_codepoint_t glyph) const in get_code()
71 return (hb_codepoint_t)codes[glyph]; in get_code()
109 hb_codepoint_t get_code (hb_codepoint_t glyph) const in get_code()
117 return (hb_codepoint_t)ranges[i].first + glyph; in get_code()
150 void get_codes (hb_codepoint_t sid, hb_vector_t<hb_codepoint_t> &codes) const in get_codes()
211 hb_codepoint_t code = code_ranges[i].code; in serialize()
272 hb_codepoint_t get_code (hb_codepoint_t glyph) const in get_code()
283 void get_supplement_codes (hb_codepoint_t sid, hb_vector_t<hb_codepoint_t> &codes) const in get_supplement_codes()
319 hb_codepoint_t get_sid (hb_codepoint_t glyph) const in get_sid()
327 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph()
382 hb_codepoint_t get_sid (hb_codepoint_t glyph) const in get_sid()
389 return (hb_codepoint_t)ranges[i].first + glyph; in get_sid()
396 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph()
399 hb_codepoint_t glyph = 1; in get_glyph()
483 hb_codepoint_t sid = sid_ranges[i].code; in serialize()
543 hb_codepoint_t get_sid (hb_codepoint_t glyph) const in get_sid()
553 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph()
593 hb_codepoint_t j = sidmap[i]; in serialize()
1142 unsigned int std_code_to_glyph (hb_codepoint_t code) const in std_code_to_glyph()
1144 hb_codepoint_t sid = lookup_standard_encoding_for_sid (code); in std_code_to_glyph()
1179 HB_INTERNAL bool get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const;
1180 …HB_INTERNAL bool get_seac_components (hb_codepoint_t glyph, hb_codepoint_t *base, hb_codepoint_t *…
1208 hb_codepoint_t glyph_to_code (hb_codepoint_t glyph) const in glyph_to_code()
1214 hb_codepoint_t sid = glyph_to_sid (glyph); in glyph_to_code()
1216 hb_codepoint_t code = 0; in glyph_to_code()
1232 hb_codepoint_t glyph_to_sid (hb_codepoint_t glyph) const in glyph_to_sid()
1238 hb_codepoint_t sid = 0; in glyph_to_sid()
1282 HB_INTERNAL static hb_codepoint_t lookup_standard_encoding_for_code (hb_codepoint_t sid);
1283 HB_INTERNAL static hb_codepoint_t lookup_expert_encoding_for_code (hb_codepoint_t sid);
1284 HB_INTERNAL static hb_codepoint_t lookup_expert_charset_for_sid (hb_codepoint_t glyph);
1285 HB_INTERNAL static hb_codepoint_t lookup_expert_subset_charset_for_sid (hb_codepoint_t glyph);
1286 HB_INTERNAL static hb_codepoint_t lookup_standard_encoding_for_sid (hb_codepoint_t code);