/third_party/flutter/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/freetype/src/psnames/ |
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/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()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcolr.h | 40 FT_UInt base_glyph, 47 FT_UInt base_glyph, 53 FT_UInt base_glyph,
|
D | ttcolr.c | 319 FT_UInt base_glyph, in tt_face_get_colr_layer() argument 341 base_glyph, in tt_face_get_colr_layer() 776 FT_UInt base_glyph, in tt_face_get_colr_glyph_paint() argument 796 base_glyph, in tt_face_get_colr_glyph_paint() 822 FT_UInt base_glyph, in tt_face_get_color_glyph_clipbox() argument 866 if ( base_glyph >= gid_start && base_glyph <= gid_end ) in tt_face_get_color_glyph_clipbox()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | sfnt.h | 521 FT_UInt base_glyph, 553 FT_UInt base_glyph, 592 FT_UInt base_glyph, 725 FT_GlyphSlot base_glyph,
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftcolor.h | 462 FT_UInt base_glyph, 1533 FT_UInt base_glyph, 1577 FT_UInt base_glyph,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
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/harfbuzz/src/ |
D | hb-graphite2.cc | 222 unsigned int base_glyph; member 356 c->base_glyph = ic; in _hb_graphite2_shape() 387 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j]; in _hb_graphite2_shape() 388 info->codepoint = gids[clusters[i].base_glyph + j]; in _hb_graphite2_shape()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-graphite2.cc | 227 unsigned int base_glyph; member 361 c->base_glyph = ic; in _hb_graphite2_shape() 392 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j]; in _hb_graphite2_shape() 393 info->codepoint = gids[clusters[i].base_glyph + j]; in _hb_graphite2_shape()
|
/third_party/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()
|
/third_party/flutter/skia/third_party/externals/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()
|
/third_party/freetype/include/freetype/internal/ |
D | sfnt.h | 521 FT_UInt base_glyph, 561 FT_GlyphSlot base_glyph,
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | sfnt.h | 522 FT_UInt base_glyph, 562 FT_GlyphSlot base_glyph,
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 4632 FT_UInt base_glyph = slot->glyph_index; in FT_Render_Glyph_Internal() local 4642 base_glyph, in FT_Render_Glyph_Internal() 4681 base_glyph, in FT_Render_Glyph_Internal() 5609 FT_UInt base_glyph, in FT_Get_Color_Glyph_Layer() argument 5622 base_glyph >= (FT_UInt)face->num_glyphs ) in FT_Get_Color_Glyph_Layer() 5633 base_glyph, in FT_Get_Color_Glyph_Layer() 5646 FT_UInt base_glyph, in FT_Get_Color_Glyph_Paint() argument 5665 base_glyph, in FT_Get_Color_Glyph_Paint() 5677 FT_UInt base_glyph, in FT_Get_Color_Glyph_ClipBox() argument 5695 base_glyph, in FT_Get_Color_Glyph_ClipBox()
|
/third_party/freetype/include/freetype/ |
D | freetype.h | 4174 FT_UInt base_glyph,
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 4188 FT_UInt base_glyph,
|
/third_party/freetype/src/base/ |
D | ftobjs.c | 4579 FT_UInt base_glyph = slot->glyph_index; in FT_Render_Glyph_Internal() local 4589 base_glyph, in FT_Render_Glyph_Internal() 4628 base_glyph, in FT_Render_Glyph_Internal() 5549 FT_UInt base_glyph, in FT_Get_Color_Glyph_Layer() argument 5562 base_glyph >= (FT_UInt)face->num_glyphs ) in FT_Get_Color_Glyph_Layer() 5573 base_glyph, in FT_Get_Color_Glyph_Layer()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 4547 FT_UInt base_glyph = slot->glyph_index; in FT_Render_Glyph_Internal() local 4557 base_glyph, in FT_Render_Glyph_Internal() 4596 base_glyph, in FT_Render_Glyph_Internal() 5517 FT_UInt base_glyph, in FT_Get_Color_Glyph_Layer() argument 5530 base_glyph >= (FT_UInt)face->num_glyphs ) in FT_Get_Color_Glyph_Layer() 5541 base_glyph, in FT_Get_Color_Glyph_Layer()
|