/external/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, rdata_len; in FT_Raccess_Get_HeaderInfo() 60 FT_Long type_list; in FT_Raccess_Get_HeaderInfo() 151 FT_Long map_offset, in FT_Raccess_Get_DataOffsets() 152 FT_Long rdata_pos, in FT_Raccess_Get_DataOffsets() 153 FT_Long tag, in FT_Raccess_Get_DataOffsets() 154 FT_Long **offsets, in FT_Raccess_Get_DataOffsets() 155 FT_Long *count ) in FT_Raccess_Get_DataOffsets() [all …]
|
D | ftcalc.c | 145 FT_EXPORT_DEF( FT_Long ) 146 FT_MulDiv( FT_Long a, in FT_MulDiv() 147 FT_Long b, in FT_MulDiv() 148 FT_Long c ) in FT_MulDiv() 151 FT_Long d; in FT_MulDiv() 159 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c in FT_MulDiv() 170 FT_BASE_DEF( FT_Long ) 171 FT_MulDiv_No_Round( FT_Long a, in FT_MulDiv_No_Round() 172 FT_Long b, in FT_MulDiv_No_Round() 173 FT_Long c ) in FT_MulDiv_No_Round() [all …]
|
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() 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() 150 FT_Long cur_size = cur_count*item_size; in ft_mem_qrealloc() 151 FT_Long new_size = new_count*item_size; in ft_mem_qrealloc() [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; 227 FT_Long size ) in ft_mem_table_alloc() [all …]
|
D | ftstream.c | 93 FT_Long distance ) in FT_Stream_Skip() 102 FT_BASE_DEF( FT_Long ) 395 FT_BASE_DEF( FT_Long ) 399 FT_Long result; in FT_Stream_GetOffset() 413 FT_BASE_DEF( FT_Long ) 417 FT_Long result; in FT_Stream_GetLong() 431 FT_BASE_DEF( FT_Long ) 435 FT_Long result; in FT_Stream_GetLongLE() 580 FT_BASE_DEF( FT_Long ) 586 FT_Long result = 0; in FT_Stream_ReadOffset() [all …]
|
D | ftobjs.c | 1091 FT_Long face_index, in open_face() 1182 FT_Long face_index, in FT_New_Face() 1207 FT_Long file_size, in FT_New_Memory_Face() 1208 FT_Long face_index, in FT_New_Memory_Face() 1315 FT_Long face_index, in open_face_from_buffer() 1383 FT_Long face_index, in ft_lookup_PS_in_sfnt_stream() 1390 FT_Long pstable_index; in ft_lookup_PS_in_sfnt_stream() 1449 FT_Long face_index, in open_face_PS_from_sfnt_stream() 1457 FT_Long pos; in open_face_PS_from_sfnt_stream() 1478 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) ) in open_face_PS_from_sfnt_stream() [all …]
|
D | ftbase.h | 35 FT_Long face_index, 47 FT_Long face_index,
|
/external/freetype/include/freetype/internal/ |
D | ftcalc.h | 106 FT_BASE( FT_Long ) 107 FT_MulDiv_No_Round( FT_Long a, 108 FT_Long b, 109 FT_Long c ); 125 FT_Long scaling ); 136 FT_Long scaling ); 163 #define INT_TO_F26DOT6( x ) ( (FT_Long)(x) << 6 ) 164 #define INT_TO_F2DOT14( x ) ( (FT_Long)(x) << 14 ) 165 #define INT_TO_FIXED( x ) ( (FT_Long)(x) << 16 ) 166 #define F2DOT14_TO_FIXED( x ) ( (FT_Long)(x) << 2 ) [all …]
|
D | ftrfork.h | 96 FT_Long* offsets, 134 FT_Long rfork_offset, 135 FT_Long *map_offset, 136 FT_Long *rdata_pos ); 184 FT_Long map_offset, 185 FT_Long rdata_pos, 186 FT_Long tag, 187 FT_Long **offsets, 188 FT_Long *count );
|
D | ftmemory.h | 115 FT_Long size, 120 FT_Long size, 125 FT_Long item_size, 126 FT_Long cur_count, 127 FT_Long new_count, 133 FT_Long item_size, 134 FT_Long cur_count, 135 FT_Long new_count, 310 FT_Long size, 315 FT_Long size, [all …]
|
D | ftstream.h | 297 #define FT_GET_OFF3() FT_GET_MACRO( FT_Stream_GetOffset, FT_Long ) 299 #define FT_GET_LONG() FT_GET_MACRO( FT_Stream_GetLong, FT_Long ) 305 #define FT_GET_LONG_LE() FT_GET_MACRO( FT_Stream_GetLongLE, FT_Long ) 317 #define FT_READ_OFF3( var ) FT_READ_MACRO( FT_Stream_ReadOffset, FT_Long, var ) 319 #define FT_READ_LONG( var ) FT_READ_MACRO( FT_Stream_ReadLong, FT_Long, var ) 324 #define FT_READ_LONG_LE( var ) FT_READ_MACRO( FT_Stream_ReadLongLE, FT_Long, var ) 368 FT_Long distance ); 371 FT_BASE( FT_Long ) 439 FT_BASE( FT_Long ) 443 FT_BASE( FT_Long ) [all …]
|
D | ftdriver.h | 88 FT_Long charcode ); 90 typedef FT_Long 92 FT_Long charcode ); 187 FT_Long face_object_size; 188 FT_Long size_object_size; 189 FT_Long slot_object_size;
|
D | psaux.h | 122 FT_Long init; 354 FT_Long 364 FT_Long* pnum_bytes, 663 FT_Long stack[T1_MAX_CHARSTRINGS_OPERANDS]; 664 FT_Long* top; 692 FT_Long* buildchar;
|
/external/freetype/src/truetype/ |
D | ttinterp.h | 102 FT_Long Caller_IP; 103 FT_Long Cur_Count; 104 FT_Long Cur_Restart; 124 FT_Long top; /* top of exec. stack */ 127 FT_Long* stack; /* current exec. stack */ 129 FT_Long args; 145 FT_Long IP; /* current instruction pointer */ 146 FT_Long codeSize; /* size of current range */ 154 FT_Long* cvt; 182 FT_Long* storage; /* storage area */ [all …]
|
D | ttobjs.h | 90 FT_Long loop; 177 FT_Long start; /* where does it start? */ 266 FT_Long x_ratio; 267 FT_Long y_ratio; 270 FT_Long ratio; /* current ratio */ 317 FT_Long* cvt; 320 FT_Long* storage; /* the instance */
|
D | ttpload.c | 121 FT_Long new_loca_len = (FT_Long)face->root.num_glyphs << shift; in tt_face_load_loca() 126 FT_Long pos = FT_Stream_Pos( stream ); in tt_face_load_loca() 127 FT_Long dist = 0x7FFFFFFFL; in tt_face_load_loca() 133 FT_Long diff = entry->Offset - pos; in tt_face_load_loca()
|
/external/freetype/include/freetype/ |
D | freetype.h | 913 FT_Long num_faces; 914 FT_Long face_index; 916 FT_Long face_flags; 917 FT_Long style_flags; 919 FT_Long num_glyphs; 1829 FT_Long memory_size; 1867 FT_Long face_index, 1905 FT_Long file_size, 1906 FT_Long face_index, 1961 FT_Long face_index, [all …]
|
D | ftmac.h | 102 FT_Long face_index, 132 FT_Long* face_index ) 160 FT_Long* face_index ) 192 FT_Long* face_index ) 226 FT_Long face_index, 261 FT_Long face_index,
|
D | ftincrem.h | 117 FT_Long bearing_x; 118 FT_Long bearing_y; 119 FT_Long advance; 120 FT_Long advance_v; /* since 2.3.12 */
|
D | tttables.h | 68 FT_Long CheckSum_Adjust; 69 FT_Long Magic_Number; 74 FT_Long Created [2]; 75 FT_Long Modified[2]; 669 FT_Long offset, 748 FT_EXPORT( FT_Long )
|
D | ftmm.h | 76 FT_Long minimum; 77 FT_Long maximum; 298 FT_Long* coords );
|
D | t1tables.h | 76 FT_Long italic_angle; 151 FT_Long language_group; 152 FT_Long password; 253 FT_Long* design_points;
|
/external/freetype/src/raster/ |
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() 112 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c in FT_MulDiv()
|
/external/freetype/src/cff/ |
D | cffparse.c | 56 static FT_Long 62 FT_Long val = 0; in cff_parse_integer() 78 val = ( (FT_Long)p[0] << 24 ) | in cff_parse_integer() 79 ( (FT_Long)p[1] << 16 ) | in cff_parse_integer() 80 ( (FT_Long)p[2] << 8 ) | in cff_parse_integer() 114 static const FT_Long power_tens[] = 133 FT_Long power_ten, in cff_parse_real() 134 FT_Long* scaling ) in cff_parse_real() 140 FT_Long result, number, exponent; in cff_parse_real() 142 FT_Long exponent_add, integer_length, fraction_length; in cff_parse_real() [all …]
|
D | cfftypes.h | 130 FT_Long synthetic_base; 136 FT_Long cid_supplement; 138 FT_Long cid_font_version; 139 FT_Long cid_font_revision; 140 FT_Long cid_font_type; 177 FT_Long initial_random_seed;
|