/AliOS-Things-master/components/freetype/include/config/ |
A D | ftconfig.h | 346 static __inline FT_Int32 347 FT_MulFix_arm( FT_Int32 a, in FT_MulFix_arm() 348 FT_Int32 b ) in FT_MulFix_arm() 350 register FT_Int32 t, t2; in FT_MulFix_arm() 379 static __inline__ FT_Int32 380 FT_MulFix_arm( FT_Int32 a, in FT_MulFix_arm() 383 register FT_Int32 t, t2; in FT_MulFix_arm() 415 static __inline__ FT_Int32 451 static __inline FT_Int32 484 static __inline__ FT_Int32 [all …]
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftcalc.c | 246 FT_Int32 s; in FT_DivFix() 401 ft_multo64( (FT_Int32)a, (FT_Int32)b, &temp ); in FT_MulDiv() 438 ft_multo64( (FT_Int32)a, (FT_Int32)b, &temp ); in FT_MulDiv_No_Round() 587 return ( s < 0 ? -(FT_Int32)q : (FT_Int32)q ); in FT_DivFix() 600 FT_Int32 s; 645 return ( s < 0 ? -(FT_Int32)q : (FT_Int32)q ); 670 return ( s < 0 ? -(FT_Int32)q : (FT_Int32)q ); 699 return ( s < 0 ? -(FT_Int32)q : (FT_Int32)q ); 704 return ( s < 0 ? -(FT_Int32)q : (FT_Int32)q ); 916 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 ); in ft_corner_orientation() [all …]
|
A D | ftadvanc.c | 30 FT_Int32 flags ) in _ft_face_scale_advances() 74 FT_Int32 flags, in FT_Get_Advance() 110 FT_Int32 flags, in FT_Get_Advances()
|
A D | ftrfork.c | 362 FT_Int32 magic, 448 FT_Int32 magic = ( 0x00 << 24 ) | in raccess_guess_apple_double() 470 FT_Int32 magic = ( 0x00 << 24 ) | in raccess_guess_apple_single() 707 FT_Int32 magic, in raccess_guess_apple_generic() 710 FT_Int32 magic_from_stream; in raccess_guess_apple_generic() 712 FT_Int32 version_number = 0; in raccess_guess_apple_generic()
|
/AliOS-Things-master/components/freetype/src/tools/ |
A D | test_bbox.c | 40 { (FT_Int32)0x0198E93DL , (FT_Int32)0x021750FFL }, /* 408.9111, 535.3164 */ 41 { (FT_Int32)0x01C7E312L , (FT_Int32)0x027A6560L }, /* 455.8887, 634.3960 */ 42 { (FT_Int32)0xFFDA1F9EL , (FT_Int32)0x0312387FL }, /* -37.8765, 786.2207 */ 43 { (FT_Int32)0x00A49B7EL , (FT_Int32)0x021750FFL } /* 164.6074, 535.3164 */
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftadvanc.h | 119 FT_Int32 load_flags, 171 FT_Int32 load_flags,
|
A D | ftbdf.h | 123 FT_Int32 integer;
|
A D | freetype.h | 2431 FT_Int32 load_flags ); 2466 FT_Int32 load_flags ); 2715 #define FT_LOAD_TARGET_( x ) ( (FT_Int32)( (x) & 15 ) << 16 )
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1gload.h | 38 FT_Int32 load_flags, 45 FT_Int32 load_flags );
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftcalc.h | 49 FT_BASE( FT_Int32 ) 50 FT_SqrtFixed( FT_Int32 x );
|
A D | ftdriver.h | 67 FT_Int32 load_flags ); 95 FT_Int32 flags,
|
A D | autohint.h | 179 FT_Int32 load_flags );
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2types.h | 69 typedef FT_Int32 CF2_F16Dot16;
|
A D | cf2fixed.h | 49 typedef FT_Int32 CF2_Frac; /* 2.30 fixed point */
|
A D | cffobjs.c | 407 FT_Int32 idx = 0; in remove_subset_prefix() 408 FT_Int32 length = (FT_Int32)strlen( name ) + 1; in remove_subset_prefix() 442 FT_Int32 family_name_length, style_name_length; in remove_style() 445 family_name_length = (FT_Int32)strlen( family_name ); in remove_style() 446 style_name_length = (FT_Int32)strlen( style_name ); in remove_style() 574 FT_Int32 flags; in cff_face_init()
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidgload.h | 43 FT_Int32 load_flags );
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgload.h | 54 FT_Int32 load_flags );
|
A D | ttdriver.c | 201 FT_Int32 flags, in tt_get_advances() 358 FT_Int32 load_flags ) in tt_glyph_load()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afwarp.h | 32 typedef FT_Int32 AF_WarpScore;
|
A D | afloader.h | 75 FT_Int32 load_flags );
|
/AliOS-Things-master/components/freetype/src/lzw/ |
A D | ftzopen.c | 53 static FT_Int32 266 FT_Int32 c; in ft_lzwstate_io() 308 FT_Int32 c; in ft_lzwstate_io()
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrtypes.h | 87 FT_Int32 matrix[4]; 91 FT_Int32 miter_limit;
|
A D | pfrobjs.h | 88 FT_Int32 load_flags );
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42objs.h | 104 FT_Int32 load_flags );
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | t1decode.c | 434 FT_Int32 value = 0; in t1_decoder_parse_charstrings() 568 value = (FT_Int32)( ( (FT_UInt32)ip[0] << 24 ) | in t1_decoder_parse_charstrings() 594 value = (FT_Int32)( (FT_UInt32)value << 16 ); in t1_decoder_parse_charstrings() 603 value = (FT_Int32)ip[-1] - 139; in t1_decoder_parse_charstrings() 620 value = (FT_Int32)( (FT_UInt32)value << 16 ); in t1_decoder_parse_charstrings()
|