HomeSort by relevance Sort by last modified time
    Searched defs:space_type (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc 507 hb_unicode_funcs_t::space_t space_type = _hb_glyph_info_get_unicode_space_fallback_type (&info[i]); local
510 switch (space_type)
523 pos[i].x_advance = (font->x_scale + ((int) space_type)/2) / (int) space_type;
hb-ot-shape-normalize.cc 190 hb_unicode_funcs_t::space_t space_type = buffer->unicode->space_fallback_type (u); local
191 if (space_type != hb_unicode_funcs_t::NOT_SPACE && c->font->get_nominal_glyph (0x0020u, &space_glyph))
193 _hb_glyph_info_set_unicode_space_fallback_type (&buffer->cur(), space_type);

Completed in 99 milliseconds