Home
last modified time | relevance | path

Searched refs:FT_UInt32 (Results 1 – 25 of 49) sorted by relevance

12

/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrtypes.h32 FT_UInt32 signature;
59 FT_UInt32 bct_max_size;
84 FT_UInt32 size;
85 FT_UInt32 offset;
93 FT_UInt32 phys_size;
94 FT_UInt32 phys_offset;
135 FT_UInt32 gps_offset;
177 FT_UInt32 gps_offset;
204 FT_UInt32 pair1;
205 FT_UInt32 pair2;
[all …]
A Dpfrload.h87 FT_UInt32 log_section_offset,
95 FT_UInt32 section_offset,
103 FT_UInt32 offset,
104 FT_UInt32 size );
A Dpfrcmap.c68 FT_UInt32 char_code ) in pfr_cmap_char_index()
95 FT_CALLBACK_DEF( FT_UInt32 )
97 FT_UInt32 *pchar_code ) in pfr_cmap_char_next()
100 FT_UInt32 char_code = *pchar_code + 1; in pfr_cmap_char_next()
A Dpfrload.c165 (FT_UInt32)header->phy_font_max_size_high << 16; in pfr_header_load()
201 FT_UInt32 section_offset, in pfr_log_font_count()
224 FT_UInt32 section_offset, in pfr_log_font_load()
229 FT_UInt32 offset; in pfr_log_font_load()
230 FT_UInt32 size; in pfr_log_font_load()
320 log_font->phys_size += (FT_UInt32)PFR_NEXT_BYTE( p ) << 16; in pfr_log_font_load()
714 FT_UInt32 offset, in pfr_phy_font_load()
715 FT_UInt32 size ) in pfr_phy_font_load()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttcmap.c1657 FT_UInt32 length; in FT_CALLBACK_DEF()
1947 FT_UInt32 idx; in tt_cmap10_char_next()
2972 FT_UInt32 uni = (FT_UInt32)TT_NEXT_UINT24( p ); in tt_cmap14_char_map_nondef_binary()
3090 FT_UInt32 i; in tt_cmap14_variants()
3116 FT_UInt32* q; in tt_cmap14_char_variants()
3149 FT_UInt32 numRanges = (FT_UInt32)TT_NEXT_ULONG( p ); in tt_cmap14_def_char_count()
3164 static FT_UInt32*
3172 FT_UInt32* q; in tt_cmap14_get_def_chars()
3183 FT_UInt32 uni = (FT_UInt32)TT_NEXT_UINT24( p ); in tt_cmap14_get_def_chars()
3201 static FT_UInt32*
[all …]
A Dttkern.c52 FT_UInt32 avail = 0, ordered = 0; in tt_face_load_kern()
90 FT_UInt32 mask = (FT_UInt32)1UL << nn; in tt_face_load_kern()
138 FT_UInt32 cur_pair; in tt_face_load_kern()
A Dttbdf.c198 FT_UInt32 name_offset = FT_PEEK_ULONG( p ); in tt_face_find_bdf_prop()
199 FT_UInt32 value = FT_PEEK_ULONG( p + 6 ); in tt_face_find_bdf_prop()
/AliOS-Things-master/components/freetype/src/psnames/
A Dpsmodule.c46 static FT_UInt32
62 FT_UInt32 value = 0; in ps_unicode_value()
97 return (FT_UInt32)( value | VARIANT_BIT ); in ps_unicode_value()
106 FT_UInt32 value = 0; in ps_unicode_value()
322 FT_UInt32 uni_char; in ps_unicodes_init()
399 FT_UInt32 unicode ) in ps_unicodes_char_index()
411 FT_UInt32 base_glyph; in ps_unicodes_char_index()
443 static FT_UInt32
445 FT_UInt32 *unicode ) in ps_unicodes_char_next()
448 FT_UInt32 char_code = *unicode + 1; in ps_unicodes_char_next()
[all …]
/AliOS-Things-master/components/freetype/src/base/
A Dftcalc.c52 FT_UInt32 lo;
53 FT_UInt32 hi;
104 FT_MSB( FT_UInt32 z ) in FT_MSB()
247 FT_UInt32 q; in FT_DivFix()
277 ft_multo64( FT_UInt32 x, in ft_multo64()
278 FT_UInt32 y, in ft_multo64()
308 static FT_UInt32
313 FT_UInt32 r, q; in ft_div64by32()
556 FT_UInt32 q; in FT_DivFix()
571 q = (FT_UInt32)( ( (FT_ULong)a << 16 ) + ( b >> 1 ) ) / (FT_UInt32)b; in FT_DivFix()
[all …]
A Dfttrigon.c83 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; in ft_trig_downscale()
89 v1 = (FT_UInt32)val >> 16; in ft_trig_downscale()
90 v2 = (FT_UInt32)( val & 0xFFFFL ); in ft_trig_downscale()
92 k1 = (FT_UInt32)FT_TRIG_SCALE >> 16; /* constant */ in ft_trig_downscale()
93 k2 = (FT_UInt32)( FT_TRIG_SCALE & 0xFFFFL ); /* constant */ in ft_trig_downscale()
104 hi += (FT_UInt32)0x10000UL; in ft_trig_downscale()
427 return (FT_Fixed)( (FT_UInt32)v.x << -shift ); in FT_Vector_Length()
453 : (FT_Fixed)( (FT_UInt32)v.x << -shift ); in FT_Vector_Polarize()
A Dftutil.c414 FT_BASE_DEF( FT_UInt32 )
415 ft_highpow2( FT_UInt32 value ) in ft_highpow2()
417 FT_UInt32 value2; in ft_highpow2()
/AliOS-Things-master/components/freetype/src/psaux/
A Dt1cmap.c64 FT_UInt32 char_code ) in t1_cmap_std_char_index()
98 FT_CALLBACK_DEF( FT_UInt32 )
100 FT_UInt32 *pchar_code ) in t1_cmap_std_char_next()
103 FT_UInt32 char_code = *pchar_code + 1; in t1_cmap_std_char_next()
203 FT_UInt32 char_code ) in t1_cmap_custom_char_index()
216 FT_CALLBACK_DEF( FT_UInt32 )
218 FT_UInt32 *pchar_code ) in t1_cmap_custom_char_next()
221 FT_UInt32 char_code = *pchar_code; in t1_cmap_custom_char_next()
305 FT_UInt32 char_code ) in t1_cmap_unicode_char_index()
315 FT_CALLBACK_DEF( FT_UInt32 )
[all …]
A Dt1decode.c568 value = (FT_Int32)( ( (FT_UInt32)ip[0] << 24 ) | in t1_decoder_parse_charstrings()
569 ( (FT_UInt32)ip[1] << 16 ) | in t1_decoder_parse_charstrings()
570 ( (FT_UInt32)ip[2] << 8 ) | in t1_decoder_parse_charstrings()
571 (FT_UInt32)ip[3] ); in t1_decoder_parse_charstrings()
594 value = (FT_Int32)( (FT_UInt32)value << 16 ); in t1_decoder_parse_charstrings()
620 value = (FT_Int32)( (FT_UInt32)value << 16 ); in t1_decoder_parse_charstrings()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffcmap.c58 FT_UInt32 char_code ) in cff_cmap_encoding_char_index()
70 FT_CALLBACK_DEF( FT_UInt32 )
72 FT_UInt32 *pchar_code ) in cff_cmap_encoding_char_next()
75 FT_UInt32 char_code = *pchar_code; in cff_cmap_encoding_char_next()
175 FT_UInt32 char_code ) in cff_cmap_unicode_char_index()
186 FT_CALLBACK_DEF( FT_UInt32 )
188 FT_UInt32 *pchar_code ) in cff_cmap_unicode_char_next()
A Dcf2fixed.h61 ( (CF2_Fixed)( (FT_UInt32)(i) << 16 ) )
63 ( (FT_Short)( ( (FT_UInt32)(x) + 0x8000U ) >> 16 ) )
/AliOS-Things-master/components/freetype/include/internal/services/
A Dsvpscmap.h34 typedef FT_UInt32
56 FT_UInt32 unicode; /* bit 31 set: is glyph variant */
99 FT_UInt32 unicode );
101 typedef FT_UInt32
103 FT_UInt32 *unicode );
/AliOS-Things-master/components/freetype/src/autofit/
A Daftypes.h188 FT_UInt32 flags; /* additional control flags, see above */
322 FT_UInt32 first;
323 FT_UInt32 last;
327 #define AF_UNIRANGE_REC( a, b ) { (FT_UInt32)(a), (FT_UInt32)(b) }
338 FT_UInt32 standard_char1; /* for default width and height */
339 FT_UInt32 standard_char2; /* ditto */
340 FT_UInt32 standard_char3; /* ditto */
A Dafhints.h364 FT_UInt32 scaler_flags; /* copy of scaler flags */
365 FT_UInt32 other_flags; /* free for style-specific */
/AliOS-Things-master/components/freetype/include/internal/
A Dftobjs.h89 FT_BASE( FT_UInt32 )
90 ft_highpow2( FT_UInt32 value );
158 FT_UInt32 char_code );
162 FT_UInt32 *achar_code );
167 FT_UInt32 char_code,
168 FT_UInt32 variant_selector );
172 FT_UInt32 char_code,
175 typedef FT_UInt32 *
179 typedef FT_UInt32 *
182 FT_UInt32 char_code );
[all …]
A Dftcalc.h143 FT_MSB( FT_UInt32 z );
/AliOS-Things-master/components/freetype/src/cache/
A Dftccmap.c61 FT_UInt32 char_code;
75 FT_UInt32 first; /* first character in node */
169 FT_UInt32 offset = (FT_UInt32)( query->char_code - node->first ); in ftc_cmap_node_compare()
238 FT_UInt32 char_code ) in FTC_CMapCache_Lookup()
/AliOS-Things-master/components/freetype/include/
A Dfreetype.h550 value = ( ( (FT_UInt32)(a) << 24 ) | \
551 ( (FT_UInt32)(b) << 16 ) | \
552 ( (FT_UInt32)(c) << 8 ) | \
553 (FT_UInt32)(d) )
3640 FT_EXPORT( FT_UInt32* )
3673 FT_EXPORT( FT_UInt32* )
3707 FT_EXPORT( FT_UInt32* )
A Dftbdf.h124 FT_UInt32 cardinal;
/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.c587 FT_UInt32 first;
588 FT_UInt32 count;
600 cmap->first = (FT_UInt32) font->header.first_char; in fnt_cmap_init()
601 cmap->count = (FT_UInt32)( font->header.last_char - cmap->first + 1 ); in fnt_cmap_init()
609 FT_UInt32 char_code ) in fnt_cmap_char_index()
623 static FT_UInt32
625 FT_UInt32 *pchar_code ) in fnt_cmap_char_next()
628 FT_UInt32 result = 0; in fnt_cmap_char_next()
629 FT_UInt32 char_code = *pchar_code + 1; in fnt_cmap_char_next()
/AliOS-Things-master/components/freetype/include/config/
A Dftconfig.h201 typedef unsigned XXX FT_UInt32;
234 typedef unsigned int FT_UInt32; typedef
239 typedef unsigned long FT_UInt32; typedef

Completed in 45 milliseconds

12