Searched refs:space_type (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-normalize.cc190 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);
H A Dhb-ot-shape-fallback.cc504 hb_unicode_funcs_t::space_t space_type = _hb_glyph_info_get_unicode_space_fallback_type (&info[i]); local
507 switch (space_type)
520 pos[i].x_advance = (font->x_scale + ((int) space_type)/2) / (int) space_type;
/openjdk9/hotspot/src/share/vm/memory/
H A DmetaspaceShared.hpp104 void initialize(ReservedSpace rs, size_t committed_byte_size, SharedSpaceType space_type);
H A DmetaspaceShared.cpp70 void SharedMiscRegion::initialize(ReservedSpace rs, size_t committed_byte_size, SharedSpaceType space_type) { argument
73 _space_type = space_type;
/openjdk9/hotspot/src/share/vm/utilities/
H A Ddebug.hpp282 void report_out_of_shared_space(SharedSpaceType space_type);

Completed in 168 milliseconds