Searched refs:base_glyph (Results 1 – 7 of 7) sorted by relevance
/external/freetype/src/psnames/ |
D | psmodule.c | 428 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/ |
D | hb-graphite2.cc | 225 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/ |
D | sfnt.h | 533 FT_UInt base_glyph, 573 FT_GlyphSlot base_glyph,
|
/external/freetype/src/sfnt/ |
D | ttcolr.h | 41 FT_UInt base_glyph,
|
D | ttcolr.c | 214 FT_UInt base_glyph, in tt_face_get_colr_layer() argument 236 base_glyph, in tt_face_get_colr_layer()
|
/external/freetype/include/freetype/ |
D | freetype.h | 4323 FT_UInt base_glyph,
|
/external/freetype/src/base/ |
D | ftobjs.c | 4516 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()
|