OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:space_type
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
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
);
hb-ot-shape-fallback.cc
504
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
;
/art/runtime/gc/space/
space.h
78
std::ostream& operator<<(std::ostream& os, const SpaceType&
space_type
);
Completed in 127 milliseconds