Home
last modified time | relevance | path

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

/external/freetype/src/psnames/
Dpsmodule.c428 FT_UInt32 base_glyph; in ps_unicodes_char_index() local
439 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index()
441 if ( base_glyph == unicode ) in ps_unicodes_char_index()
447 if ( base_glyph < unicode ) in ps_unicodes_char_index()
473 FT_UInt32 base_glyph; in ps_unicodes_char_next() local
487 base_glyph = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
489 if ( base_glyph == char_code ) in ps_unicodes_char_next()
492 if ( base_glyph < char_code ) in ps_unicodes_char_next()
/external/harfbuzz_ng/src/
Dhb-graphite2.cc225 unsigned int base_glyph; member
355 c->base_glyph = ic; in _hb_graphite2_shape()
383 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j]; in _hb_graphite2_shape()
384 info->codepoint = gids[clusters[i].base_glyph + j]; in _hb_graphite2_shape()
/external/freetype/include/freetype/internal/
Dsfnt.h533 FT_UInt base_glyph,
573 FT_GlyphSlot base_glyph,
/external/freetype/src/sfnt/
Dttcolr.h41 FT_UInt base_glyph,
Dttcolr.c214 FT_UInt base_glyph, in tt_face_get_colr_layer() argument
236 base_glyph, in tt_face_get_colr_layer()
/external/freetype/include/freetype/
Dfreetype.h4323 FT_UInt base_glyph,
/external/freetype/src/base/
Dftobjs.c4516 FT_UInt base_glyph = slot->glyph_index; in FT_Render_Glyph_Internal() local
4526 base_glyph, in FT_Render_Glyph_Internal()
4565 base_glyph, in FT_Render_Glyph_Internal()
5486 FT_UInt base_glyph, in FT_Get_Color_Glyph_Layer() argument
5499 base_glyph >= (FT_UInt)face->num_glyphs ) in FT_Get_Color_Glyph_Layer()
5510 base_glyph, in FT_Get_Color_Glyph_Layer()