Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrtypes.h31 FT_UInt32 signature;
40 FT_UInt32 log_font_section_size;
41 FT_UInt32 log_font_section_offset;
43 FT_UInt32 phy_font_max_size;
44 FT_UInt32 phy_font_section_size;
45 FT_UInt32 phy_font_section_offset;
48 FT_UInt32 gps_section_size;
49 FT_UInt32 gps_section_offset;
58 FT_UInt32 bct_max_size;
59 FT_UInt32 bct_set_max_size;
[all …]
Dpfrload.h92 FT_UInt32 log_section_offset,
100 FT_UInt32 section_offset,
108 FT_UInt32 offset,
109 FT_UInt32 size );
Dpfrcmap.c70 FT_UInt32 char_code ) in pfr_cmap_char_index()
97 FT_CALLBACK_DEF( FT_UInt32 )
99 FT_UInt32 *pchar_code ) in pfr_cmap_char_next()
102 FT_UInt32 char_code = *pchar_code + 1; in pfr_cmap_char_next()
Dpfrload.c253 (FT_UInt32)header->phy_font_max_size_high << 16; in pfr_header_load()
290 FT_UInt32 section_offset, in pfr_log_font_count()
330 FT_UInt32 section_offset, in pfr_log_font_load()
335 FT_UInt32 offset; in pfr_log_font_load()
336 FT_UInt32 size; in pfr_log_font_load()
428 log_font->phys_size += (FT_UInt32)PFR_NEXT_BYTE( p ) << 16; in pfr_log_font_load()
824 FT_UInt32 offset, in pfr_phy_font_load()
825 FT_UInt32 size ) in pfr_phy_font_load()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcmap.c132 FT_UInt32 char_code ) in tt_cmap0_char_index()
141 FT_CALLBACK_DEF( FT_UInt32 )
143 FT_UInt32 *pchar_code ) in tt_cmap0_char_next()
146 FT_UInt32 charcode = *pchar_code; in tt_cmap0_char_next()
147 FT_UInt32 result = 0; in tt_cmap0_char_next()
404 FT_UInt32 char_code ) in tt_cmap2_get_subheader()
457 FT_UInt32 char_code ) in tt_cmap2_char_index()
494 FT_CALLBACK_DEF( FT_UInt32 )
496 FT_UInt32 *pcharcode ) in tt_cmap2_char_next()
500 FT_UInt32 result = 0; in tt_cmap2_char_next()
[all …]
Dsfdriver.c282 static FT_UInt32
283 fmix32( FT_UInt32 h ) in fmix32()
298 FT_UInt32 seed, in murmur_hash_3_128()
304 FT_UInt32 h1 = seed; in murmur_hash_3_128()
305 FT_UInt32 h2 = seed; in murmur_hash_3_128()
306 FT_UInt32 h3 = seed; in murmur_hash_3_128()
307 FT_UInt32 h4 = seed; in murmur_hash_3_128()
309 const FT_UInt32 c1 = 0x239b961b; in murmur_hash_3_128()
310 const FT_UInt32 c2 = 0xab0e9789; in murmur_hash_3_128()
311 const FT_UInt32 c3 = 0x38b34ae5; in murmur_hash_3_128()
[all …]
Dttkern.c51 FT_UInt32 avail = 0, ordered = 0; in tt_face_load_kern()
89 FT_UInt32 mask = (FT_UInt32)1UL << nn; in tt_face_load_kern()
143 FT_UInt32 cur_pair; in tt_face_load_kern()
Dttbdf.c199 FT_UInt32 name_offset = FT_PEEK_ULONG( p ); in tt_face_find_bdf_prop()
200 FT_UInt32 value = FT_PEEK_ULONG( p + 6 ); in tt_face_find_bdf_prop()
/third_party/skia/third_party/externals/freetype/src/base/
Dftcalc.c52 FT_UInt32 lo;
53 FT_UInt32 hi;
113 FT_MSB( FT_UInt32 z ) in FT_MSB()
279 ft_multo64( FT_UInt32 x, in ft_multo64()
280 FT_UInt32 y, in ft_multo64()
283 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_multo64()
296 hi += (FT_UInt32)( i1 < i2 ) << 16; in ft_multo64()
310 static FT_UInt32
311 ft_div64by32( FT_UInt32 hi, in ft_div64by32()
312 FT_UInt32 lo, in ft_div64by32()
[all …]
Dfttrigon.c86 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_trig_downscale()
95 lo1 = (FT_UInt32)val & 0x0000FFFFU; in ft_trig_downscale()
96 hi1 = (FT_UInt32)val >> 16; in ft_trig_downscale()
107 hi += (FT_UInt32)( i1 < i2 ) << 16; in ft_trig_downscale()
142 shift = FT_MSB( (FT_UInt32)( FT_ABS( x ) | FT_ABS( y ) ) ); in ft_trig_prenorm()
447 return (FT_Fixed)( (FT_UInt32)v.x << -shift ); in FT_Vector_Length()
476 : (FT_Fixed)( (FT_UInt32)v.x << -shift ); in FT_Vector_Polarize()
/third_party/skia/third_party/externals/freetype/src/psnames/
Dpsmodule.c52 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) )
60 static FT_UInt32
76 FT_UInt32 value = 0; in ps_unicode_value()
111 return (FT_UInt32)( value | VARIANT_BIT ); in ps_unicode_value()
120 FT_UInt32 value = 0; in ps_unicode_value()
151 return (FT_UInt32)( value | VARIANT_BIT ); in ps_unicode_value()
158 FT_UInt32 value = 0; in ps_unicode_value()
169 value = (FT_UInt32)ft_get_adobe_glyph_index( glyph_name, p ); in ps_unicode_value()
172 value |= (FT_UInt32)VARIANT_BIT; in ps_unicode_value()
187 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode ); in compare_uni_maps()
[all …]
/third_party/skia/third_party/externals/freetype/src/psaux/
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()
222 FT_UInt32 char_code ) in t1_cmap_custom_char_index()
235 FT_CALLBACK_DEF( FT_UInt32 )
237 FT_UInt32 *pchar_code ) in t1_cmap_custom_char_next()
240 FT_UInt32 char_code = *pchar_code; in t1_cmap_custom_char_next()
334 FT_UInt32 char_code ) in t1_cmap_unicode_char_index()
344 FT_CALLBACK_DEF( FT_UInt32 )
[all …]
Dpsfixed.h61 ( (CF2_Fixed)( (FT_UInt32)(i) << 16 ) )
63 ( (FT_Short)( ( (FT_UInt32)(x) + 0x8000U ) >> 16 ) )
65 ( (CF2_Fixed)( ( (FT_UInt32)(x) + 0x8000U ) & 0xFFFF0000UL ) )
71 ( (CF2_Fixed)( (FT_UInt32)(x) & 0xFFFF0000UL ) )
Dt1decode.c648 value = (FT_Int32)( ( (FT_UInt32)ip[0] << 24 ) | in t1_decoder_parse_charstrings()
649 ( (FT_UInt32)ip[1] << 16 ) | in t1_decoder_parse_charstrings()
650 ( (FT_UInt32)ip[2] << 8 ) | in t1_decoder_parse_charstrings()
651 (FT_UInt32)ip[3] ); in t1_decoder_parse_charstrings()
672 value = (FT_Int32)( (FT_UInt32)value << 16 ); in t1_decoder_parse_charstrings()
698 value = (FT_Int32)( (FT_UInt32)value << 16 ); in t1_decoder_parse_charstrings()
1805 value = (FT_Int32)( ( (FT_UInt32)ip[0] << 24 ) | in t1_decoder_parse_metrics()
1806 ( (FT_UInt32)ip[1] << 16 ) | in t1_decoder_parse_metrics()
1807 ( (FT_UInt32)ip[2] << 8 ) | in t1_decoder_parse_metrics()
1808 (FT_UInt32)ip[3] ); in t1_decoder_parse_metrics()
[all …]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftcalc.h327 FT_BASE( FT_UInt32 )
397 FT_MSB_i386( FT_UInt32 x ) in FT_MSB_i386()
431 FT_MSB( FT_UInt32 z );
507 (FT_Int32)( (FT_UInt32)(a) + (FT_UInt32)(b) )
509 (FT_Int32)( (FT_UInt32)(a) - (FT_UInt32)(b) )
511 (FT_Int32)( (FT_UInt32)(a) * (FT_UInt32)(b) )
513 (FT_Int32)( (FT_UInt32)0 - (FT_UInt32)(a) )
Dftobjs.h176 FT_UInt32 char_code );
180 FT_UInt32 *achar_code );
185 FT_UInt32 char_code,
186 FT_UInt32 variant_selector );
190 FT_UInt32 char_code,
191 FT_UInt32 variant_selector );
193 typedef FT_UInt32 *
197 typedef FT_UInt32 *
200 FT_UInt32 char_code );
202 typedef FT_UInt32 *
[all …]
Dtttypes.h1589 FT_UInt32 variation_support; /* since 2.7.1 */
1619 FT_UInt32 kern_avail_bits;
1620 FT_UInt32 kern_order_bits;
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
Dsvpscmap.h34 typedef FT_UInt32
55 FT_UInt32 unicode; /* bit 31 set: is glyph variant */
98 FT_UInt32 unicode );
100 typedef FT_UInt32
102 FT_UInt32 *unicode );
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffcmap.c60 FT_UInt32 char_code ) in cff_cmap_encoding_char_index()
72 FT_CALLBACK_DEF( FT_UInt32 )
74 FT_UInt32 *pchar_code ) in cff_cmap_encoding_char_next()
77 FT_UInt32 char_code = *pchar_code; in cff_cmap_encoding_char_next()
189 FT_UInt32 char_code ) in cff_cmap_unicode_char_index()
200 FT_CALLBACK_DEF( FT_UInt32 )
202 FT_UInt32 *pchar_code ) in cff_cmap_unicode_char_next()
/third_party/skia/third_party/externals/freetype/src/autofit/
Daftypes.h128 FT_UInt32 flags; /* additional control flags, see above */
268 FT_UInt32 first;
269 FT_UInt32 last;
273 #define AF_UNIRANGE_REC( a, b ) { (FT_UInt32)(a), (FT_UInt32)(b) }
/third_party/skia/third_party/externals/freetype/src/cache/
Dftccmap.c60 FT_UInt32 char_code;
72 FT_UInt32 first; /* first character in node */
164 FT_UInt32 offset = (FT_UInt32)( query->char_code - node->first ); in ftc_cmap_node_compare()
233 FT_UInt32 char_code ) in FTC_CMapCache_Lookup()
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfdrivr.c105 FT_UInt32 charcode ) in pcf_cmap_char_index()
113 if ( charcode > (FT_UInt32)( enc->lastRow * 256 + enc->lastCol ) || in pcf_cmap_char_index()
114 charcode < (FT_UInt32)( enc->firstRow * 256 + enc->firstCol ) ) in pcf_cmap_char_index()
132 FT_UInt32 *acharcode ) in pcf_cmap_char_next()
136 FT_UInt32 charcode = *acharcode; in pcf_cmap_char_next()
142 while ( charcode < (FT_UInt32)( enc->lastRow * 256 + enc->lastCol ) ) in pcf_cmap_char_next()
146 if ( charcode < (FT_UInt32)( enc->firstRow * 256 + enc->firstCol ) ) in pcf_cmap_char_next()
147 charcode = (FT_UInt32)( enc->firstRow * 256 + enc->firstCol ); in pcf_cmap_char_next()
160 charcode = (FT_UInt32)( charcodeRow * 256 + charcodeCol ); in pcf_cmap_char_next()
/third_party/skia/third_party/externals/freetype/include/freetype/config/
Dinteger-types.h130 typedef unsigned XXX FT_UInt32;
163 typedef unsigned int FT_UInt32; typedef
168 typedef unsigned long FT_UInt32; typedef
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h621 value = ( ( FT_STATIC_BYTE_CAST( FT_UInt32, a ) << 24 ) | \
622 ( FT_STATIC_BYTE_CAST( FT_UInt32, b ) << 16 ) | \
623 ( FT_STATIC_BYTE_CAST( FT_UInt32, c ) << 8 ) | \
624 FT_STATIC_BYTE_CAST( FT_UInt32, d ) )
4402 FT_EXPORT( FT_UInt32* )
4436 FT_EXPORT( FT_UInt32* )
4471 FT_EXPORT( FT_UInt32* )
/third_party/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.c616 FT_UInt32 first;
617 FT_UInt32 count;
632 cmap->first = (FT_UInt32) font->header.first_char; in fnt_cmap_init()
633 cmap->count = (FT_UInt32)( font->header.last_char - cmap->first + 1 ); in fnt_cmap_init()
641 FT_UInt32 char_code ) in fnt_cmap_char_index()
655 static FT_UInt32
657 FT_UInt32 *pchar_code ) in fnt_cmap_char_next()
660 FT_UInt32 result = 0; in fnt_cmap_char_next()
661 FT_UInt32 char_code = *pchar_code + 1; in fnt_cmap_char_next()

123