Home
last modified time | relevance | path

Searched refs:BASE_GLYPH (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/freetype/src/psnames/
Dpsmodule.c53 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) ) macro
189 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode ); in compare_uni_maps()
190 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode ); in compare_uni_maps()
353 if ( BASE_GLYPH( uni_char ) != 0 ) in ps_unicodes_init()
439 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index()
487 base_glyph = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
508 char_code = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
/third_party/skia/third_party/externals/freetype/src/psnames/
Dpsmodule.c52 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) ) macro
187 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode ); in compare_uni_maps()
188 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode ); in compare_uni_maps()
350 if ( BASE_GLYPH( uni_char ) != 0 ) in ps_unicodes_init()
436 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index()
484 base_glyph = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
505 char_code = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
/third_party/freetype/src/psnames/
Dpsmodule.c52 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) ) macro
187 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode ); in compare_uni_maps()
188 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode ); in compare_uni_maps()
350 if ( BASE_GLYPH( uni_char ) != 0 ) in ps_unicodes_init()
436 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index()
484 base_glyph = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
505 char_code = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
/third_party/freetype/docs/oldlogs/
DChangeLog.221660 * src/psnames/psmodule.c (VARIANT_BIT, BASE_GLYPH): New macros.
DChangeLog.231597 * src/psnames/psmodule.c (BASE_GLYPH): Cast the result
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.221660 * src/psnames/psmodule.c (VARIANT_BIT, BASE_GLYPH): New macros.
DChangeLog.231597 * src/psnames/psmodule.c (BASE_GLYPH): Cast the result
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.221660 * src/psnames/psmodule.c (VARIANT_BIT, BASE_GLYPH): New macros.
DChangeLog.231597 * src/psnames/psmodule.c (BASE_GLYPH): Cast the result