HomeSort by relevance Sort by last modified time
    Searched refs:FT_Long (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/freetype/include/freetype/internal/
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 );
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...]
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 );
187 FT_Long face_object_size;
188 FT_Long size_object_size;
189 FT_Long slot_object_size;
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...]
  /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;
  /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/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...]
ftstream.c 93 FT_Long distance )
102 FT_BASE_DEF( FT_Long )
395 FT_BASE_DEF( FT_Long )
399 FT_Long result;
413 FT_BASE_DEF( FT_Long )
417 FT_Long result;
431 FT_BASE_DEF( FT_Long )
435 FT_Long result;
580 FT_BASE_DEF( FT_Long )
586 FT_Long result = 0
    [all...]
  /external/freetype/src/truetype/
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...]
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 */
  /external/freetype/src/cff/
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;
cffparse.c 56 static FT_Long
62 FT_Long val = 0;
78 val = ( (FT_Long)p[0] << 24 ) |
79 ( (FT_Long)p[1] << 16 ) |
80 ( (FT_Long)p[2] << 8 ) |
114 static const FT_Long power_tens[] =
133 FT_Long power_ten,
134 FT_Long* scaling )
140 FT_Long result, number, exponent;
142 FT_Long exponent_add, integer_length, fraction_length
    [all...]
  /external/freetype/include/freetype/internal/services/
svttcmap.h 62 FT_Long format;
svmm.h 49 FT_Long* coords );
59 FT_Long* coords );
svsfnt.h 42 FT_Long offset,

Completed in 380 milliseconds

1 2 3