Searched refs:space_type (Results 1 – 3 of 3) sorted by relevance
528 …hb_unicode_funcs_t::space_t space_type = _hb_glyph_info_get_unicode_space_fallback_type (&info[i]); in _hb_ot_shape_fallback_spaces() local531 switch (space_type) in _hb_ot_shape_fallback_spaces()545 pos[i].x_advance = +(font->x_scale + ((int) space_type)/2) / (int) space_type; in _hb_ot_shape_fallback_spaces()547 pos[i].y_advance = -(font->y_scale + ((int) space_type)/2) / (int) space_type; in _hb_ot_shape_fallback_spaces()
195 hb_unicode_funcs_t::space_t space_type = buffer->unicode->space_fallback_type (u); in decompose_current_character() local196 …if (space_type != hb_unicode_funcs_t::NOT_SPACE && c->font->get_nominal_glyph (0x0020u, &space_gly… in decompose_current_character()198 _hb_glyph_info_set_unicode_space_fallback_type (&buffer->cur(), space_type); in decompose_current_character()
542 function print_memory_chunk_list(space_type, front, top, age_mark) { argument545 print(`${space_type}${alloc_pos}${age_mark_pos}:`);