Searched defs:coords_length (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-var.cc | 252 hb_ot_var_named_instance_get_design_coords(hb_face_t *face, unsigned int instance_index, unsigned int *coords_length, float *coords ) hb_ot_var_named_instance_get_design_coords() argument 274 hb_ot_var_normalize_variations(hb_face_t *face, const hb_variation_t *variations, unsigned int variations_length, int *coords, unsigned int coords_length) hb_ot_var_normalize_variations() argument 312 hb_ot_var_normalize_coords(hb_face_t *face, unsigned int coords_length, const float *design_coords, int *normalized_coords ) hb_ot_var_normalize_coords() argument [all...] |
H A D | hb-font.cc | 2057 const unsigned coords_length = axes.length; in hb_font_set_variations() local 1542 _hb_font_adopt_var_coords(hb_font_t *font, int *coords, float *design_coords, unsigned int coords_length) _hb_font_adopt_var_coords() argument 2097 hb_font_set_var_coords_design(hb_font_t *font, const float *coords, unsigned int coords_length) hb_font_set_var_coords_design() argument 2137 unsigned int coords_length = hb_ot_var_named_instance_get_design_coords (font->face, instance_index, nullptr, nullptr); hb_font_set_var_named_instance() local 2162 hb_font_set_var_coords_normalized(hb_font_t *font, const int *coords, unsigned int coords_length) hb_font_set_var_coords_normalized() argument [all...] |
Completed in 3 milliseconds