Searched refs:space_type (Results 1 – 2 of 2) sorted by relevance
504 …hb_unicode_funcs_t::space_t space_type = _hb_glyph_info_get_unicode_space_fallback_type (&info[i]); in _hb_ot_shape_fallback_spaces() local507 switch (space_type) in _hb_ot_shape_fallback_spaces()520 pos[i].x_advance = (font->x_scale + ((int) space_type)/2) / (int) space_type; in _hb_ot_shape_fallback_spaces()
190 hb_unicode_funcs_t::space_t space_type = buffer->unicode->space_fallback_type (u); in decompose_current_character() local191 …if (space_type != hb_unicode_funcs_t::NOT_SPACE && c->font->get_nominal_glyph (0x0020u, &space_gly… in decompose_current_character()193 _hb_glyph_info_set_unicode_space_fallback_type (&buffer->cur(), space_type); in decompose_current_character()