• Home
  • Raw
  • Download

Lines Matching refs:glyph

54 		       hb_codepoint_t *glyph,  in hb_font_get_glyph_nil()  argument
58 return font->parent->get_glyph (unicode, variation_selector, glyph); in hb_font_get_glyph_nil()
60 *glyph = 0; in hb_font_get_glyph_nil()
67 hb_codepoint_t glyph, in hb_font_get_glyph_h_advance_nil() argument
71 return font->parent_scale_x_distance (font->parent->get_glyph_h_advance (glyph)); in hb_font_get_glyph_h_advance_nil()
79 hb_codepoint_t glyph, in hb_font_get_glyph_v_advance_nil() argument
83 return font->parent_scale_y_distance (font->parent->get_glyph_v_advance (glyph)); in hb_font_get_glyph_v_advance_nil()
91 hb_codepoint_t glyph, in hb_font_get_glyph_h_origin_nil() argument
97 hb_bool_t ret = font->parent->get_glyph_h_origin (glyph, x, y); in hb_font_get_glyph_h_origin_nil()
110 hb_codepoint_t glyph, in hb_font_get_glyph_v_origin_nil() argument
116 hb_bool_t ret = font->parent->get_glyph_v_origin (glyph, x, y); in hb_font_get_glyph_v_origin_nil()
155 hb_codepoint_t glyph, in hb_font_get_glyph_extents_nil() argument
160 hb_bool_t ret = font->parent->get_glyph_extents (glyph, extents); in hb_font_get_glyph_extents_nil()
175 hb_codepoint_t glyph, in hb_font_get_glyph_contour_point_nil() argument
182 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point_nil()
195 hb_codepoint_t glyph, in hb_font_get_glyph_name_nil() argument
200 return font->parent->get_glyph_name (glyph, name, size); in hb_font_get_glyph_name_nil()
210 hb_codepoint_t *glyph, in hb_font_get_glyph_from_name_nil() argument
214 return font->parent->get_glyph_from_name (name, len, glyph); in hb_font_get_glyph_from_name_nil()
216 *glyph = 0; in hb_font_get_glyph_from_name_nil()
343 hb_codepoint_t *glyph) in hb_font_get_glyph() argument
345 return font->get_glyph (unicode, variation_selector, glyph); in hb_font_get_glyph()
350 hb_codepoint_t glyph) in hb_font_get_glyph_h_advance() argument
352 return font->get_glyph_h_advance (glyph); in hb_font_get_glyph_h_advance()
357 hb_codepoint_t glyph) in hb_font_get_glyph_v_advance() argument
359 return font->get_glyph_v_advance (glyph); in hb_font_get_glyph_v_advance()
364 hb_codepoint_t glyph, in hb_font_get_glyph_h_origin() argument
367 return font->get_glyph_h_origin (glyph, x, y); in hb_font_get_glyph_h_origin()
372 hb_codepoint_t glyph, in hb_font_get_glyph_v_origin() argument
375 return font->get_glyph_v_origin (glyph, x, y); in hb_font_get_glyph_v_origin()
394 hb_codepoint_t glyph, in hb_font_get_glyph_extents() argument
397 return font->get_glyph_extents (glyph, extents); in hb_font_get_glyph_extents()
402 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point() argument
405 return font->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point()
410 hb_codepoint_t glyph, in hb_font_get_glyph_name() argument
413 return font->get_glyph_name (glyph, name, size); in hb_font_get_glyph_name()
419 hb_codepoint_t *glyph) in hb_font_get_glyph_from_name() argument
421 return font->get_glyph_from_name (name, len, glyph); in hb_font_get_glyph_from_name()
429 hb_codepoint_t glyph, in hb_font_get_glyph_advance_for_direction() argument
433 return font->get_glyph_advance_for_direction (glyph, direction, x, y); in hb_font_get_glyph_advance_for_direction()
438 hb_codepoint_t glyph, in hb_font_get_glyph_origin_for_direction() argument
442 return font->get_glyph_origin_for_direction (glyph, direction, x, y); in hb_font_get_glyph_origin_for_direction()
447 hb_codepoint_t glyph, in hb_font_add_glyph_origin_for_direction() argument
451 return font->add_glyph_origin_for_direction (glyph, direction, x, y); in hb_font_add_glyph_origin_for_direction()
456 hb_codepoint_t glyph, in hb_font_subtract_glyph_origin_for_direction() argument
460 return font->subtract_glyph_origin_for_direction (glyph, direction, x, y); in hb_font_subtract_glyph_origin_for_direction()
474 hb_codepoint_t glyph, in hb_font_get_glyph_extents_for_origin() argument
478 return font->get_glyph_extents_for_origin (glyph, direction, extents); in hb_font_get_glyph_extents_for_origin()
483 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point_for_origin() argument
487 return font->get_glyph_contour_point_for_origin (glyph, point_index, direction, x, y); in hb_font_get_glyph_contour_point_for_origin()
493 hb_codepoint_t glyph, in hb_font_glyph_to_string() argument
496 font->glyph_to_string (glyph, s, size); in hb_font_glyph_to_string()
503 hb_codepoint_t *glyph) in hb_font_glyph_from_string() argument
505 return font->glyph_from_string (s, len, glyph); in hb_font_glyph_from_string()