Lines Matching refs:glyph
74 inline unsigned int get_advance (hb_codepoint_t glyph) const in get_advance()
76 if (unlikely (glyph >= this->num_metrics)) in get_advance()
87 if (glyph >= this->num_advances) in get_advance()
88 glyph = this->num_advances - 1; in get_advance()
90 return this->table->longMetric[glyph].advance; in get_advance()
136 hb_codepoint_t *glyph) const in get_glyph()
142 glyph)) in get_glyph()
150 return this->table->get_glyph (unicode, glyph); in get_glyph()
197 hb_codepoint_t *glyph, in hb_ot_get_glyph() argument
202 return ot_font->cmap.get_glyph (unicode, variation_selector, glyph); in hb_ot_get_glyph()
208 hb_codepoint_t glyph, in hb_ot_get_glyph_h_advance() argument
212 return font->em_scale_x (ot_font->h_metrics.get_advance (glyph)); in hb_ot_get_glyph_h_advance()
218 hb_codepoint_t glyph, in hb_ot_get_glyph_v_advance() argument
222 return font->em_scale_y (-ot_font->v_metrics.get_advance (glyph)); in hb_ot_get_glyph_v_advance()
228 hb_codepoint_t glyph HB_UNUSED, in hb_ot_get_glyph_h_origin()
240 hb_codepoint_t glyph, in hb_ot_get_glyph_v_origin() argument
274 hb_codepoint_t glyph, in hb_ot_get_glyph_extents() argument
285 hb_codepoint_t glyph, in hb_ot_get_glyph_contour_point() argument
298 hb_codepoint_t glyph, in hb_ot_get_glyph_name() argument
310 hb_codepoint_t *glyph, in hb_ot_get_glyph_from_name() argument