/external/freetype/include/freetype/internal/ |
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...] |
ftrfork.h | 57 FT_Long *result_offset ); 147 FT_Long* offsets, 185 FT_Long rfork_offset, 186 FT_Long *map_offset, 187 FT_Long *rdata_pos ); 235 FT_Long map_offset, 236 FT_Long rdata_pos, 237 FT_Long tag, 238 FT_Long **offsets, 239 FT_Long *count ) [all...] |
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...] |
ftdriver.h | 88 FT_Long charcode ); 90 typedef FT_Long 92 FT_Long charcode ); 186 FT_Long face_object_size; 187 FT_Long size_object_size; 188 FT_Long slot_object_size;
|
/external/freetype/include/freetype/ |
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,
|
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 */
|
ftmm.h | 76 FT_Long minimum; 77 FT_Long maximum; 298 FT_Long* coords );
|
freetype.h | [all...] |
tttables.h | 68 FT_Long CheckSum_Adjust; 69 FT_Long Magic_Number; 74 FT_Long Created [2]; 75 FT_Long Modified[2]; [all...] |
t1tables.h | 76 FT_Long italic_angle; 151 FT_Long language_group; 152 FT_Long password; 253 FT_Long* design_points; 565 PS_DICT_PASSWORD, /* FT_Long */ 566 PS_DICT_LANGUAGE_GROUP, /* FT_Long */ 578 PS_DICT_ITALIC_ANGLE, /* FT_Long */ 648 FT_EXPORT( FT_Long ) 653 FT_Long value_len );
|
/external/freetype/src/raster/ |
ftmisc.h | 45 typedef signed long FT_Long; 98 static FT_Long 99 FT_MulDiv( FT_Long a, 100 FT_Long b, 101 FT_Long c ) 104 FT_Long d; 112 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c
|
/external/freetype/src/truetype/ |
ttinterp.h | 102 FT_Long Caller_IP; 103 FT_Long Cur_Count; 104 FT_Long Cur_Restart; 105 FT_Long Cur_End; 125 FT_Long top; /* top of exec. stack */ 128 FT_Long* stack; /* current exec. stack */ 130 FT_Long args; 146 FT_Long IP; /* current instruction pointer */ 147 FT_Long codeSize; /* size of current range */ 155 FT_Long* cvt [all...] |
ttobjs.h | 90 FT_Long loop; 177 FT_Long start; /* where does it start? */ 178 FT_Long end; /* where does it end? */ 267 FT_Long x_ratio; 268 FT_Long y_ratio; 271 FT_Long ratio; /* current ratio */ 318 FT_Long* cvt; 321 FT_Long* storage; /* the instance */
|
/external/freetype/src/base/ |
ftbase.h | 35 FT_Long face_index, 47 FT_Long face_index,
|
ftcalc.c | 145 FT_EXPORT_DEF( FT_Long ) 146 FT_MulDiv( FT_Long a, 147 FT_Long b, 148 FT_Long c ) 151 FT_Long d; 159 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c 170 FT_BASE_DEF( FT_Long ) 171 FT_MulDiv_No_Round( FT_Long a, 172 FT_Long b, 173 FT_Long c [all...] |
ftrfork.c | 52 FT_Long rfork_offset, 53 FT_Long *map_offset, 54 FT_Long *rdata_pos ) 58 FT_Long map_pos, rdata_len; 60 FT_Long type_list; 151 FT_Long map_offset, 152 FT_Long rdata_pos, 153 FT_Long tag, 154 FT_Long **offsets, 155 FT_Long *count [all...] |
ftutil.c | 51 FT_Long size, 67 FT_Long size, 93 FT_Long item_size, 94 FT_Long cur_count, 95 FT_Long new_count, 114 FT_Long item_size, 115 FT_Long cur_count, 116 FT_Long new_count, 150 FT_Long cur_size = cur_count*item_size; 151 FT_Long new_size = new_count*item_size [all...] |
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 [all...] |
fttype1.c | 94 FT_EXPORT_DEF( FT_Long )
99 FT_Long value_len )
|
/external/freetype/src/cff/ |
cfftypes.h | 131 FT_Long synthetic_base; 137 FT_Long cid_supplement; 139 FT_Long cid_font_version; 140 FT_Long cid_font_revision; 141 FT_Long cid_font_type; 178 FT_Long initial_random_seed;
|
/external/freetype/include/freetype/internal/services/ |
svttcmap.h | 62 FT_Long format;
|
svmm.h | 49 FT_Long* coords ); 59 FT_Long* coords );
|
svpsinfo.h | 47 typedef FT_Long 52 FT_Long value_len );
|
svsfnt.h | 42 FT_Long offset,
|
/external/freetype/src/sfnt/ |
ttpost.c | 158 FT_Long post_limit ) 310 FT_Long post_limit ) 343 FT_Long idx = (FT_Long)n + offset_table[n]; 380 FT_Long post_limit;
|