Searched refs:base_glyph (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/psnames/ |
H A D | psmodule.c | 425 FT_UInt32 base_glyph; in ps_unicodes_char_index() local 436 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index() 438 if ( base_glyph == unicode ) in ps_unicodes_char_index() 444 if ( base_glyph < unicode ) in ps_unicodes_char_index() 470 FT_UInt32 base_glyph; in ps_unicodes_char_next() local 484 base_glyph = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next() 486 if ( base_glyph == char_code ) in ps_unicodes_char_next() 489 if ( base_glyph < char_code ) in ps_unicodes_char_next()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttcolr.h | 40 FT_UInt base_glyph, 47 FT_UInt base_glyph, 53 FT_UInt base_glyph,
|
H A D | ttcolr.c | 319 FT_UInt base_glyph, in FT_LOCAL_DEF() 341 base_glyph, in FT_LOCAL_DEF() 776 FT_UInt base_glyph, in FT_LOCAL_DEF() 796 base_glyph, in FT_LOCAL_DEF() 822 FT_UInt base_glyph, in FT_LOCAL_DEF() 866 if ( base_glyph >= gid_start && base_glyph <= gid_end ) in FT_LOCAL_DEF()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | sfnt.h | 495 * base_glyph :: 521 FT_UInt base_glyph, 539 * base_glyph :: 553 FT_UInt base_glyph, 564 * Search for a 'COLR' v1 clip box for the specified `base_glyph` and 572 * base_glyph :: 577 * The clip box for the requested `base_glyph` if one is found. The 592 FT_UInt base_glyph, 697 * Blend the bitmap in `new_glyph` into `base_glyph` using the color 711 * base_glyph [all...] |
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftcolor.h | 379 * base_glyph :: 462 FT_UInt base_glyph, 1489 * base_glyph :: 1533 FT_UInt base_glyph, 1544 * Search for a 'COLR' v1 clip box for the specified `base_glyph` and 1552 * base_glyph :: 1557 * The clip box for the requested `base_glyph` if one is found. The 1577 FT_UInt base_glyph,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-graphite2.cc | 223 unsigned int base_glyph; member 357 c->base_glyph = ic; in _hb_graphite2_shape() 388 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j]; in _hb_graphite2_shape() 389 info->codepoint = gids[clusters[i].base_glyph + j]; in _hb_graphite2_shape()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftobjs.c | 4632 FT_UInt base_glyph = slot->glyph_index; in FT_BASE_DEF() local 4642 base_glyph, in FT_BASE_DEF() 4681 base_glyph, in FT_BASE_DEF() 5609 FT_UInt base_glyph, in FT_EXPORT_DEF() 5622 base_glyph >= (FT_UInt)face->num_glyphs ) in FT_EXPORT_DEF() 5633 base_glyph, in FT_EXPORT_DEF() 5646 FT_UInt base_glyph, in FT_EXPORT_DEF() 5665 base_glyph, in FT_EXPORT_DEF() 5677 FT_UInt base_glyph, in FT_EXPORT_DEF() 5695 base_glyph, in FT_EXPORT_DEF() [all...] |
Completed in 12 milliseconds