Home
last modified time | relevance | path

Searched refs:base_glyph (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/psnames/
Dpsmodule.c411 FT_UInt32 base_glyph; in ps_unicodes_char_index() local
422 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index()
424 if ( base_glyph == unicode ) in ps_unicodes_char_index()
430 if ( base_glyph < unicode ) in ps_unicodes_char_index()
456 FT_UInt32 base_glyph; in ps_unicodes_char_next() local
470 base_glyph = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
472 if ( base_glyph == char_code ) in ps_unicodes_char_next()
475 if ( base_glyph < char_code ) in ps_unicodes_char_next()
/external/chromium_org/third_party/freetype/src/psnames/
Dpsmodule.c411 FT_UInt32 base_glyph; in ps_unicodes_char_index() local
422 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index()
424 if ( base_glyph == unicode ) in ps_unicodes_char_index()
430 if ( base_glyph < unicode ) in ps_unicodes_char_index()
456 FT_UInt32 base_glyph; in ps_unicodes_char_next() local
470 base_glyph = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
472 if ( base_glyph == char_code ) in ps_unicodes_char_next()
475 if ( base_glyph < char_code ) in ps_unicodes_char_next()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
Dfxft_psmodule.c470 FT_UInt32 base_glyph; in ps_unicodes_char_index() local
481 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index()
483 if ( base_glyph == unicode ) in ps_unicodes_char_index()
489 if ( base_glyph < unicode ) in ps_unicodes_char_index()
515 FT_UInt32 base_glyph; in ps_unicodes_char_next() local
529 base_glyph = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
531 if ( base_glyph == char_code ) in ps_unicodes_char_next()
534 if ( base_glyph < char_code ) in ps_unicodes_char_next()
/external/harfbuzz_ng/src/
Dhb-graphite2.cc210 unsigned int base_glyph; member
323 c->base_glyph = ic; in _hb_graphite2_shape()
339 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j]; in _hb_graphite2_shape()
340 info->codepoint = gids[clusters[i].base_glyph + j]; in _hb_graphite2_shape()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-graphite2.cc210 unsigned int base_glyph; member
323 c->base_glyph = ic; in _hb_graphite2_shape()
339 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j]; in _hb_graphite2_shape()
340 info->codepoint = gids[clusters[i].base_glyph + j]; in _hb_graphite2_shape()