/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/ |
H A D | ftmemory.h | 119 FT_Long size, 124 FT_Long size, 129 FT_Long item_size, 130 FT_Long cur_count, 131 FT_Long new_count, 137 FT_Long item_size, 138 FT_Long cur_count, 139 FT_Long new_count, 153 (FT_Long)(size), \ 168 (FT_Long)(cursz), \ [all …]
|
H A D | ftrfork.h | 47 FT_Long offset; 58 FT_Long *result_offset ); 159 FT_Long* offsets, 197 FT_Long rfork_offset, 198 FT_Long *map_offset, 199 FT_Long *rdata_pos ); 254 FT_Long map_offset, 255 FT_Long rdata_pos, 256 FT_Long tag, 258 FT_Long **offsets, [all …]
|
H A D | ftcalc.h | 272 FT_BASE( FT_Long ) 273 FT_MulDiv_No_Round( FT_Long a, 274 FT_Long b, 275 FT_Long c ); 289 FT_Long scaling ); 299 FT_Long scaling ); 402 #define INT_TO_F26DOT6( x ) ( (FT_Long)(x) * 64 ) /* << 6 */ 421 (FT_Long)( (FT_ULong)(a) + (FT_ULong)(b) ) 423 (FT_Long)( (FT_ULong)(a) - (FT_ULong)(b) ) 425 (FT_Long)( (FT_ULong)(a) * (FT_ULong)(b) ) [all …]
|
H A D | cfftypes.h | 206 FT_Long synthetic_base; 212 FT_Long cid_supplement; 214 FT_Long cid_font_version; 215 FT_Long cid_font_revision; 216 FT_Long cid_font_type; 267 FT_Long initial_random_seed;
|
/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | ftcalc.c | 180 FT_Long d_; in FT_MulDiv() 194 d_ = (FT_Long)d; in FT_MulDiv() 209 FT_Long d_; in FT_MulDiv_No_Round() 223 d_ = (FT_Long)d; in FT_MulDiv_No_Round() 258 FT_Long q_; in FT_DivFix() 270 q_ = (FT_Long)q; in FT_DivFix() 457 a_ = (FT_Long)a; in FT_MulDiv() 500 a_ = (FT_Long)a; in FT_MulDiv_No_Round() 596 a_ = (FT_Long)a; in FT_MulFix() 613 FT_Long q_; in FT_DivFix() [all …]
|
H A D | ftrfork.c | 59 FT_Long map_pos, map_len, rdata_len; in FT_Raccess_Get_HeaderInfo() 61 FT_Long type_list; in FT_Raccess_Get_HeaderInfo() 189 FT_Long tag, in FT_Raccess_Get_DataOffsets() 192 FT_Long *count ) in FT_Raccess_Get_DataOffsets() 196 FT_Long tag_internal, rpos; in FT_Raccess_Get_DataOffsets() 198 FT_Long temp; in FT_Raccess_Get_DataOffsets() 199 FT_Long *offsets_internal = NULL; in FT_Raccess_Get_DataOffsets() 454 FT_Long *offsets, in FT_Raccess_Guess() 602 FT_Long base_file_len = (FT_Long)ft_strlen( base_file_name ); in raccess_guess_darwin_hfsplus() 638 FT_Long base_file_len = (FT_Long)ft_strlen( base_file_name ); in raccess_guess_darwin_newvfs() [all …]
|
H A D | ftdbgmem.c | 100 FT_Long free_line_no; 114 FT_Long size; 115 FT_Long nodes; 120 FT_Long alloc_max; 192 static FT_Long 257 FT_Long new_size; in ft_mem_table_resize() 264 FT_Long i; in ft_mem_table_resize() 348 FT_Long i; in ft_mem_table_destroy() 349 FT_Long leak_count = 0; in ft_mem_table_destroy() 350 FT_Long leaks = 0; in ft_mem_table_destroy() [all …]
|
H A D | ftutil.c | 51 FT_Long size, in ft_mem_alloc() 67 FT_Long size, in ft_mem_qalloc() 93 FT_Long item_size, in ft_mem_realloc() 94 FT_Long cur_count, in ft_mem_realloc() 95 FT_Long new_count, in ft_mem_realloc() 115 FT_Long item_size, in ft_mem_qrealloc() 116 FT_Long cur_count, in ft_mem_qrealloc() 117 FT_Long new_count, in ft_mem_qrealloc() 153 FT_Long cur_size = cur_count * item_size; in ft_mem_qrealloc() 154 FT_Long new_size = new_count * item_size; in ft_mem_qrealloc() [all …]
|
H A D | ftmac.c | 128 FT_Long* face_index ) in FT_GetFile_From_Mac_Name() 635 if ( FT_ALLOC( buffer, (FT_Long)total_size ) ) in read_lwfn() 703 FT_Long face_index, in FT_New_Face_From_LWFN() 735 FT_Long face_index, in FT_New_Face_From_SFNT() 756 if ( FT_ALLOC( sfnt_data, (FT_Long)sfnt_size ) ) in FT_New_Face_From_SFNT() 807 FT_Long face_index, in FT_New_Face_From_Suitcase() 855 FT_Long face_index, in FT_New_Face_From_FOND() 929 FT_Long face_index, in FT_New_Face_From_Resource() 971 FT_Long face_index, in FT_New_Face() 1012 FT_Long face_index, in FT_New_Face_From_FSRef() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/raster/ |
H A D | ftmisc.h | 45 typedef signed long FT_Long; typedef 98 static FT_Long 99 FT_MulDiv( FT_Long a, in FT_MulDiv() 100 FT_Long b, in FT_MulDiv() 101 FT_Long c ) in FT_MulDiv() 104 FT_Long d; in FT_MulDiv() 119 static FT_Long 120 FT_MulDiv_No_Round( FT_Long a, in FT_MulDiv_No_Round() 121 FT_Long b, in FT_MulDiv_No_Round() 122 FT_Long c ) in FT_MulDiv_No_Round() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/truetype/ |
H A D | ttinterp.h | 71 typedef FT_Long 94 FT_Long Caller_IP; 95 FT_Long Cur_Count; 159 FT_Long top; /* top of exec. stack */ 161 FT_Long stackSize; /* size of exec. stack */ 162 FT_Long* stack; /* current exec. stack */ 164 FT_Long args; 173 FT_Long pointSize; /* in 26.6 format */ 190 FT_Long* cvt; 445 FT_Long IP ); [all …]
|
H A D | ttobjs.h | 75 FT_Long loop; 148 FT_Long size; 162 FT_Long start; /* where does it start? */ 163 FT_Long end; /* where does it end? */ 254 FT_Long x_ratio; 255 FT_Long y_ratio; 258 FT_Long ratio; /* current ratio */ 290 FT_Long point_size; /* for the `MPS' bytecode instruction */ 308 FT_Long* cvt; 311 FT_Long* storage; /* the instance */
|
H A D | ttinterp.c | 1463 static FT_Long 2684 FT_Long L; in Ins_SWAP() 3201 FT_Long L, K; in Ins_MINDEX() 3234 FT_Long L; in Ins_CINDEX() 4384 FT_Long X, Y; in Ins_SPVFS() 4389 Y = (FT_Long)S; in Ins_SPVFS() 4391 X = (FT_Long)S; in Ins_SPVFS() 4791 FT_Long K; in Ins_SCFS() 7045 FT_Long B; in Ins_DELTAP() 7211 FT_Long B; in Ins_DELTAC() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/ |
H A D | freetype.h | 1070 FT_Long num_faces; 4357 FT_EXPORT( FT_Long ) 4358 FT_MulDiv( FT_Long a, 4359 FT_Long b, 4360 FT_Long c ); 4392 FT_EXPORT( FT_Long ) 4393 FT_MulFix( FT_Long a, 4394 FT_Long b ); 4414 FT_EXPORT( FT_Long ) 4415 FT_DivFix( FT_Long a, [all …]
|
H A D | ftmac.h | 103 FT_Long face_index, 133 FT_Long* face_index ) 161 FT_Long* face_index ) 193 FT_Long* face_index ) 227 FT_Long face_index, 262 FT_Long face_index,
|
H A D | ftincrem.h | 118 FT_Long bearing_x; 119 FT_Long bearing_y; 120 FT_Long advance; 121 FT_Long advance_v; /* since 2.3.12 */
|
H A D | tttables.h | 88 FT_Long CheckSum_Adjust; 89 FT_Long Magic_Number; 94 FT_Long Created [2]; 95 FT_Long Modified[2]; 748 FT_Long offset, 835 FT_EXPORT( FT_Long )
|
H A D | t1tables.h | 96 FT_Long italic_angle; 171 FT_Long language_group; 172 FT_Long password; 289 FT_Long* design_points; 756 FT_EXPORT( FT_Long ) 761 FT_Long value_len );
|
/reactos/sdk/lib/3rdparty/freetype/src/pcf/ |
H A D | pcf.h | 60 FT_Long name; 62 FT_Long value; 75 FT_Long l; 116 FT_Long fontAscent; 117 FT_Long fontDescent; 118 FT_Long maxOverlap; 129 FT_Long enc; 240 FT_Long face_index );
|
/reactos/sdk/lib/3rdparty/freetype/src/psaux/ |
H A D | psconv.c | 83 FT_LOCAL_DEF( FT_Long ) 86 FT_Long base ) in PS_Conv_Strtol() 90 FT_Long num = 0; in PS_Conv_Strtol() 94 FT_Long num_limit; in PS_Conv_Strtol() 161 FT_LOCAL_DEF( FT_Long ) 169 FT_Long num; in PS_Conv_ToInt() 198 FT_Long power_ten ) in PS_Conv_ToFixed() 204 FT_Long decimal = 0; in PS_Conv_ToFixed() 205 FT_Long divider = 1; in PS_Conv_ToFixed() 277 FT_Long exponent; in PS_Conv_ToFixed()
|
H A D | psconv.h | 29 FT_LOCAL( FT_Long ) 32 FT_Long base ); 35 FT_LOCAL( FT_Long ) 42 FT_Long power_ten );
|
/reactos/sdk/lib/3rdparty/freetype/src/pfr/ |
H A D | pfrdrivr.c | 47 (FT_Long)phys->outline_resolution, in pfr_get_kerning() 48 (FT_Long)phys->metrics_resolution ); in pfr_get_kerning() 52 (FT_Long)phys->outline_resolution, in pfr_get_kerning() 53 (FT_Long)phys->metrics_resolution ); in pfr_get_kerning() 123 (FT_Long)phys->metrics_resolution ); in pfr_get_metrics() 126 (FT_Long)phys->metrics_resolution ); in pfr_get_metrics()
|
H A D | pfrsbit.c | 303 FT_Long prev_code; in pfr_lookup_bitmap_data() 328 if ( (FT_Long)code <= prev_code ) in pfr_lookup_bitmap_data() 400 FT_Long scaled_advance, in pfr_load_bitmap_metrics() 401 FT_Long *axpos, in pfr_load_bitmap_metrics() 402 FT_Long *aypos, in pfr_load_bitmap_metrics() 405 FT_Long *aadvance, in pfr_load_bitmap_metrics() 412 FT_Long xpos, ypos, advance; in pfr_load_bitmap_metrics() 656 FT_Long xpos = 0, ypos = 0, advance = 0; in pfr_slot_load_bitmap() 665 (FT_Long)phys->outline_resolution, in pfr_slot_load_bitmap() 744 ypos > FT_INT_MAX - (FT_Long)ysize || in pfr_slot_load_bitmap() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/cff/ |
H A D | cffparse.c | 91 static FT_Long 97 FT_Long val = 0; in cff_parse_integer() 146 static const FT_Long power_tens[] = 181 FT_Long power_ten, in cff_parse_real() 182 FT_Long* scaling ) in cff_parse_real() 453 FT_LOCAL_DEF( FT_Long ) 494 FT_Long scaling ) in do_fixed() 568 FT_Long number; in cff_parse_fixed_dynamic() 614 FT_Long scalings[6]; in cff_parse_font_matrix() 761 FT_Long tmp; in cff_parse_private_dict() [all …]
|
H A D | cffobjs.c | 237 FT_Long top_upm = (FT_Long)font->top_font.font_dict.units_per_em; in cff_size_select() 248 FT_Long sub_upm = (FT_Long)sub->font_dict.units_per_em; in cff_size_select() 309 FT_Long top_upm = (FT_Long)font->top_font.font_dict.units_per_em; in cff_size_request() 320 FT_Long sub_upm = (FT_Long)sub->font_dict.units_per_em; in cff_size_request() 630 cffface->num_faces = (FT_Long)cff->num_faces; in cff_face_init() 644 cffface->num_glyphs = (FT_Long)cff->num_glyphs; in cff_face_init() 757 *upm = (FT_ULong)FT_DivFix( (FT_Long)*upm, temp ); in cff_face_init() 784 FT_Long scaling; in cff_face_init() 793 scaling = (FT_Long)FT_MIN( top->units_per_em, in cff_face_init() 829 *upm = (FT_ULong)FT_DivFix( (FT_Long)*upm, temp ); in cff_face_init() [all …]
|