Searched refs:base_glyph (Results 1 – 7 of 7) sorted by relevance
/external/freetype/src/psnames/ |
D | psmodule.c | 427 FT_UInt32 base_glyph; in ps_unicodes_char_index() local 438 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index() 440 if ( base_glyph == unicode ) in ps_unicodes_char_index() 446 if ( base_glyph < unicode ) in ps_unicodes_char_index() 472 FT_UInt32 base_glyph; in ps_unicodes_char_next() local 486 base_glyph = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next() 488 if ( base_glyph == char_code ) in ps_unicodes_char_next() 491 if ( base_glyph < char_code ) in ps_unicodes_char_next()
|
/external/harfbuzz_ng/src/ |
D | hb-graphite2.cc | 205 unsigned int base_glyph; member 339 c->base_glyph = ic; in _hb_graphite2_shape() 370 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j]; in _hb_graphite2_shape() 371 info->codepoint = gids[clusters[i].base_glyph + j]; in _hb_graphite2_shape()
|
/external/freetype/src/sfnt/ |
D | ttcolr.h | 40 FT_UInt base_glyph,
|
D | ttcolr.c | 213 FT_UInt base_glyph, in tt_face_get_colr_layer() argument 235 base_glyph, in tt_face_get_colr_layer()
|
/external/freetype/include/freetype/internal/ |
D | sfnt.h | 521 FT_UInt base_glyph, 561 FT_GlyphSlot base_glyph,
|
/external/freetype/include/freetype/ |
D | freetype.h | 4174 FT_UInt base_glyph,
|
/external/freetype/src/base/ |
D | ftobjs.c | 4567 FT_UInt base_glyph = slot->glyph_index; in FT_Render_Glyph_Internal() local 4577 base_glyph, in FT_Render_Glyph_Internal() 4616 base_glyph, in FT_Render_Glyph_Internal() 5537 FT_UInt base_glyph, in FT_Get_Color_Glyph_Layer() argument 5550 base_glyph >= (FT_UInt)face->num_glyphs ) in FT_Get_Color_Glyph_Layer() 5561 base_glyph, in FT_Get_Color_Glyph_Layer()
|