/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftmemory.h | 128 FT_Long size, 133 FT_Long size, 138 FT_Long item_size, 139 FT_Long cur_count, 140 FT_Long new_count, 146 FT_Long item_size, 147 FT_Long cur_count, 148 FT_Long new_count, 162 (FT_Long)(size), \ 177 (FT_Long)(cursz), \ [all …]
|
D | ftrfork.h | 46 FT_Long offset; 57 FT_Long *result_offset ); 138 FT_Long* offsets, 176 FT_Long rfork_offset, 177 FT_Long *map_offset, 178 FT_Long *rdata_pos ); 232 FT_Long map_offset, 233 FT_Long rdata_pos, 234 FT_Long tag, 236 FT_Long **offsets, [all …]
|
D | ftcalc.h | 275 FT_BASE( FT_Long ) 276 FT_MulDiv_No_Round( FT_Long a, 277 FT_Long b, 278 FT_Long c ); 291 FT_Long scaling ); 316 FT_Long scaling ); 471 #define INT_TO_F26DOT6( x ) ( (FT_Long)(x) * 64 ) /* << 6 */ 472 #define INT_TO_F2DOT14( x ) ( (FT_Long)(x) * 16384 ) /* << 14 */ 473 #define INT_TO_FIXED( x ) ( (FT_Long)(x) * 65536 ) /* << 16 */ 474 #define F2DOT14_TO_FIXED( x ) ( (FT_Long)(x) * 4 ) /* << 2 */ [all …]
|
D | cfftypes.h | 210 FT_Long synthetic_base; 216 FT_Long cid_supplement; 218 FT_Long cid_font_version; 219 FT_Long cid_font_revision; 220 FT_Long cid_font_type; 271 FT_Long initial_random_seed;
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttinterp.h | 70 typedef FT_Long 93 FT_Long Caller_IP; 94 FT_Long Cur_Count; 161 FT_Long top; /* @ top of exec. stack */ 163 FT_Long stackSize; /* ! size of exec. stack */ 164 FT_Long* stack; /* ! current exec. stack */ 166 FT_Long args; 167 FT_Long new_top; /* new top after exec. */ 175 FT_Long pointSize; /* ! in 26.6 format */ 184 FT_Long IP; /* current instruction pointer */ [all …]
|
D | ttobjs.h | 74 FT_Long loop; 147 FT_Long size; 161 FT_Long start; /* where does it start? */ 162 FT_Long end; /* where does it end? */ 253 FT_Long x_ratio; 254 FT_Long y_ratio; 257 FT_Long ratio; /* current ratio */ 289 FT_Long point_size; /* for the `MPS' bytecode instruction */ 307 FT_Long* cvt; 310 FT_Long* storage; /* the instance */
|
D | ttinterp.c | 129 FT_Long IP ) in TT_Goto_CodeRange() 179 FT_Long length ) in TT_Set_CodeRange() 415 exec->stackSize = (FT_Long)tmp; in TT_Load_Context() 1463 static FT_Long 1490 FT_CALLBACK_DEF( FT_Long ) 1497 FT_CALLBACK_DEF( FT_Long ) 1536 sizeof ( FT_Long ), in Modify_CVT_Check() 1647 FT_Long aIP ) in Ins_Goto_CodeRange() 2385 FT_Long selector ) in SetSuperRound() 2574 ( (FT_Long)exc->GS.projVector.x * exc->GS.freeVector.x + in Compute_Funcs() [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftrfork.c | 52 FT_Long rfork_offset, in FT_Raccess_Get_HeaderInfo() 53 FT_Long *map_offset, in FT_Raccess_Get_HeaderInfo() 54 FT_Long *rdata_pos ) in FT_Raccess_Get_HeaderInfo() 58 FT_Long map_pos, map_len, rdata_len; in FT_Raccess_Get_HeaderInfo() 60 FT_Long type_list; in FT_Raccess_Get_HeaderInfo() 181 FT_Long map_offset, in FT_Raccess_Get_DataOffsets() 182 FT_Long rdata_pos, in FT_Raccess_Get_DataOffsets() 183 FT_Long tag, in FT_Raccess_Get_DataOffsets() 185 FT_Long **offsets, in FT_Raccess_Get_DataOffsets() 186 FT_Long *count ) in FT_Raccess_Get_DataOffsets() [all …]
|
D | ftcalc.c | 172 FT_EXPORT_DEF( FT_Long ) 173 FT_MulDiv( FT_Long a_, in FT_MulDiv() 174 FT_Long b_, in FT_MulDiv() 175 FT_Long c_ ) in FT_MulDiv() 179 FT_Long d_; in FT_MulDiv() 193 d_ = (FT_Long)d; in FT_MulDiv() 201 FT_BASE_DEF( FT_Long ) 202 FT_MulDiv_No_Round( FT_Long a_, in FT_MulDiv_No_Round() 203 FT_Long b_, in FT_MulDiv_No_Round() 204 FT_Long c_ ) in FT_MulDiv_No_Round() [all …]
|
D | ftdbgmem.c | 62 FT_Long cur_blocks; /* current number of allocated blocks */ 63 FT_Long max_blocks; /* max. number of allocated blocks */ 64 FT_Long all_blocks; /* total number of blocks allocated */ 66 FT_Long cur_size; /* current cumulative allocated size */ 67 FT_Long max_size; /* maximum cumulative allocated size */ 68 FT_Long all_size; /* total cumulative allocated size */ 70 FT_Long cur_max; /* current maximum allocated size */ 94 FT_Long size; /* < 0 if the block was freed */ 100 FT_Long free_line_no; 114 FT_Long size; [all …]
|
D | ftutil.c | 50 FT_Long size, in ft_mem_alloc() 66 FT_Long size, in ft_mem_qalloc() 92 FT_Long item_size, in ft_mem_realloc() 93 FT_Long cur_count, in ft_mem_realloc() 94 FT_Long new_count, in ft_mem_realloc() 114 FT_Long item_size, in ft_mem_qrealloc() 115 FT_Long cur_count, in ft_mem_qrealloc() 116 FT_Long new_count, in ft_mem_qrealloc() 152 FT_Long cur_size = cur_count * item_size; in ft_mem_qrealloc() 153 FT_Long new_size = new_count * item_size; in ft_mem_qrealloc() [all …]
|
D | ftmac.c | 127 FT_Long* face_index ) in FT_GetFile_From_Mac_Name() 177 FT_Long* face_index ) in FT_GetFileRef_From_Mac_ATS_Name() 224 FT_Long* face_index ) in FT_GetFilePath_From_Mac_ATS_Name() 248 FT_Long* face_index ) in FT_GetFile_From_Mac_ATS_Name() 634 if ( FT_QALLOC( buffer, (FT_Long)total_size ) ) in read_lwfn() 702 FT_Long face_index, in FT_New_Face_From_LWFN() 734 FT_Long face_index, in FT_New_Face_From_SFNT() 755 if ( FT_QALLOC( sfnt_data, (FT_Long)sfnt_size ) ) in FT_New_Face_From_SFNT() 806 FT_Long face_index, in FT_New_Face_From_Suitcase() 854 FT_Long face_index, in FT_New_Face_From_FOND() [all …]
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftmisc.h | 45 typedef signed long FT_Long; typedef 95 static FT_Long 96 FT_MulDiv( FT_Long a, in FT_MulDiv() 97 FT_Long b, in FT_MulDiv() 98 FT_Long c ) in FT_MulDiv() 101 FT_Long d; in FT_MulDiv() 109 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c in FT_MulDiv() 116 static FT_Long 117 FT_MulDiv_No_Round( FT_Long a, in FT_MulDiv_No_Round() 118 FT_Long b, in FT_MulDiv_No_Round() [all …]
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 1065 FT_Long num_faces; 1066 FT_Long face_index; 1068 FT_Long face_flags; 1069 FT_Long style_flags; 1071 FT_Long num_glyphs; 2153 FT_Long memory_size; 2204 FT_Long face_index, 2244 FT_Long file_size, 2245 FT_Long face_index, 2393 FT_Long face_index, [all …]
|
D | ftmac.h | 105 FT_Long face_index, 135 FT_Long* face_index ) 164 FT_Long* face_index ) 199 FT_Long* face_index ) 237 FT_Long face_index, 276 FT_Long face_index,
|
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 */
|
D | t1tables.h | 95 FT_Long italic_angle; 169 FT_Long language_group; 170 FT_Long password; 286 FT_Long* design_points; 759 FT_EXPORT( FT_Long ) 764 FT_Long value_len );
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffparse.c | 159 static FT_Long 165 FT_Long val = 0; in cff_parse_integer() 180 val = (FT_Long)( ( (FT_ULong)p[0] << 24 ) | in cff_parse_integer() 214 static const FT_Long power_tens[] = 230 static const FT_Long power_ten_limits[] = 249 FT_Long power_ten, in cff_parse_real() 250 FT_Long* scaling ) in cff_parse_real() 256 FT_Long result, number, exponent; in cff_parse_real() 258 FT_Long exponent_add, integer_length, fraction_length; in cff_parse_real() 413 FT_Long new_fraction_length, shift; in cff_parse_real() [all …]
|
D | cffobjs.c | 245 FT_Long top_upm = (FT_Long)font->top_font.font_dict.units_per_em; in cff_size_select() 256 FT_Long sub_upm = (FT_Long)sub->font_dict.units_per_em; in cff_size_select() 321 FT_Long top_upm = (FT_Long)font->top_font.font_dict.units_per_em; in cff_size_request() 332 FT_Long sub_upm = (FT_Long)sub->font_dict.units_per_em; in cff_size_request() 644 cffface->num_faces = (FT_Long)cff->num_faces; in cff_face_init() 658 cffface->num_glyphs = (FT_Long)cff->num_glyphs; in cff_face_init() 771 *upm = (FT_ULong)FT_DivFix( (FT_Long)*upm, temp ); in cff_face_init() 798 FT_Long scaling; in cff_face_init() 807 scaling = (FT_Long)FT_MIN( top->units_per_em, in cff_face_init() 820 FT_MulDiv( (FT_Long)sub->units_per_em, in cff_face_init() [all …]
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcf.h | 59 FT_Long name; 61 FT_Long value; 74 FT_Long l; 129 FT_Long fontAscent; 130 FT_Long fontDescent; 131 FT_Long maxOverlap; 244 FT_Long face_index );
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psconv.c | 82 FT_LOCAL_DEF( FT_Long ) 85 FT_Long base ) in PS_Conv_Strtol() 89 FT_Long num = 0; in PS_Conv_Strtol() 93 FT_Long num_limit; in PS_Conv_Strtol() 160 FT_LOCAL_DEF( FT_Long ) 168 FT_Long num; in PS_Conv_ToInt() 197 FT_Long power_ten ) in PS_Conv_ToFixed() 203 FT_Long decimal = 0; in PS_Conv_ToFixed() 204 FT_Long divider = 1; in PS_Conv_ToFixed() 276 FT_Long exponent; in PS_Conv_ToFixed()
|
D | psconv.h | 28 FT_LOCAL( FT_Long ) 31 FT_Long base ); 34 FT_LOCAL( FT_Long ) 41 FT_Long power_ten );
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrdrivr.c | 46 (FT_Long)phys->outline_resolution, in pfr_get_kerning() 47 (FT_Long)phys->metrics_resolution ); in pfr_get_kerning() 51 (FT_Long)phys->outline_resolution, in pfr_get_kerning() 52 (FT_Long)phys->metrics_resolution ); in pfr_get_kerning() 122 (FT_Long)phys->metrics_resolution ); in pfr_get_metrics() 125 (FT_Long)phys->metrics_resolution ); in pfr_get_metrics()
|
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() 666 (FT_Long)phys->metrics_resolution ); in pfr_slot_load_bitmap() [all …]
|
/third_party/skia/third_party/externals/freetype/builds/mac/ |
D | ftmac.c | 180 FT_Long* face_index ) in FT_GetFile_From_Mac_Name() 194 FT_Long* face_index ) in FT_GetFile_From_Mac_Name() 313 FT_Long* face_index ) in FT_GetFileRef_From_Mac_ATS_Name() 363 FT_Long* face_index ) in FT_GetFilePath_From_Mac_ATS_Name() 379 FT_Long* face_index ) in FT_GetFilePath_From_Mac_ATS_Name() 403 FT_Long* face_index ) in FT_GetFile_From_Mac_ATS_Name() 418 FT_Long* face_index ) in FT_GetFile_From_Mac_ATS_Name() 1014 if ( FT_QALLOC( buffer, (FT_Long)total_size ) ) in read_lwfn() 1082 FT_Long face_index, in FT_New_Face_From_LWFN() 1114 FT_Long face_index, in FT_New_Face_From_SFNT() [all …]
|