Home
last modified time | relevance | path

Searched refs:FT_Long (Results 1 – 25 of 61) sorted by relevance

123

/external/freetype/include/freetype/internal/
Dftcalc.h106 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 …]
Dftrfork.h57 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 );
Dftmemory.h115 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 …]
Dftdriver.h88 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;
Dftstream.h297 #define FT_GET_OFF3() FT_GET_MACRO( FT_Stream_GetUOffset, FT_Long )
299 #define FT_GET_LONG() FT_GET_MACRO( FT_Stream_GetULong, FT_Long )
305 #define FT_GET_LONG_LE() FT_GET_MACRO( FT_Stream_GetULongLE, FT_Long )
317 #define FT_READ_OFF3( var ) FT_READ_MACRO( FT_Stream_ReadUOffset, FT_Long, var )
319 #define FT_READ_LONG( var ) FT_READ_MACRO( FT_Stream_ReadULong, FT_Long, var )
324 #define FT_READ_LONG_LE( var ) FT_READ_MACRO( FT_Stream_ReadULongLE, FT_Long, var )
368 FT_Long distance );
371 FT_BASE( FT_Long )
/external/freetype/src/base/
Dftrfork.c52 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 …]
Dftcalc.c145 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 …]
Dftutil.c51 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 …]
Dftdbgmem.c62 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 …]
Dftbase.h35 FT_Long face_index,
47 FT_Long face_index,
Dftobjs.c1110 FT_Long face_index, in open_face()
1201 FT_Long face_index, in FT_New_Face()
1226 FT_Long file_size, in FT_New_Memory_Face()
1227 FT_Long face_index, in FT_New_Memory_Face()
1334 FT_Long face_index, in open_face_from_buffer()
1402 FT_Long face_index, in ft_lookup_PS_in_sfnt_stream()
1409 FT_Long pstable_index; in ft_lookup_PS_in_sfnt_stream()
1468 FT_Long face_index, in open_face_PS_from_sfnt_stream()
1476 FT_Long pos; in open_face_PS_from_sfnt_stream()
1497 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) ) in open_face_PS_from_sfnt_stream()
[all …]
Dftstream.c93 FT_Long distance ) in FT_Stream_Skip()
102 FT_BASE_DEF( FT_Long )
399 FT_Long result; in FT_Stream_GetUOffset()
417 FT_Long result; in FT_Stream_GetULong()
435 FT_Long result; in FT_Stream_GetULongLE()
586 FT_Long result = 0; in FT_Stream_ReadUOffset()
633 FT_Long result = 0; in FT_Stream_ReadULong()
680 FT_Long result = 0; in FT_Stream_ReadULongLE()
/external/freetype/src/truetype/
Dttinterp.h102 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 …]
Dttobjs.h90 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 */
Dttpload.c121 FT_Long new_loca_len = in tt_face_load_loca()
122 ( (FT_Long)( face->root.num_glyphs ) + 1 ) << shift; in tt_face_load_loca()
127 FT_Long pos = FT_Stream_Pos( stream ); in tt_face_load_loca()
128 FT_Long dist = 0x7FFFFFFFL; in tt_face_load_loca()
134 FT_Long diff = entry->Offset - pos; in tt_face_load_loca()
/external/freetype/include/freetype/
Dfreetype.h914 FT_Long num_faces;
915 FT_Long face_index;
917 FT_Long face_flags;
918 FT_Long style_flags;
920 FT_Long num_glyphs;
1833 FT_Long memory_size;
1871 FT_Long face_index,
1909 FT_Long file_size,
1910 FT_Long face_index,
1969 FT_Long face_index,
[all …]
Dftmac.h102 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,
Dftincrem.h117 FT_Long bearing_x;
118 FT_Long bearing_y;
119 FT_Long advance;
120 FT_Long advance_v; /* since 2.3.12 */
Dtttables.h68 FT_Long CheckSum_Adjust;
69 FT_Long Magic_Number;
74 FT_Long Created [2];
75 FT_Long Modified[2];
669 FT_Long offset,
752 FT_EXPORT( FT_Long )
Dt1tables.h76 FT_Long italic_angle;
151 FT_Long language_group;
152 FT_Long password;
253 FT_Long* design_points;
648 FT_EXPORT( FT_Long )
653 FT_Long value_len );
Dftmm.h76 FT_Long minimum;
77 FT_Long maximum;
298 FT_Long* coords );
/external/freetype/src/raster/
Dftmisc.h45 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/
Dcffparse.c54 static FT_Long
60 FT_Long val = 0; in cff_parse_integer()
76 val = ( (FT_Long)p[0] << 24 ) | in cff_parse_integer()
77 ( (FT_Long)p[1] << 16 ) | in cff_parse_integer()
78 ( (FT_Long)p[2] << 8 ) | in cff_parse_integer()
112 static const FT_Long power_tens[] =
131 FT_Long power_ten, in cff_parse_real()
132 FT_Long* scaling ) in cff_parse_real()
138 FT_Long result, number, exponent; in cff_parse_real()
140 FT_Long exponent_add, integer_length, fraction_length; in cff_parse_real()
[all …]
Dcfftypes.h131 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/src/sfnt/
Dttpost.c158 FT_Long post_limit ) in load_format_20()
310 FT_Long post_limit ) in load_format_25()
343 FT_Long idx = (FT_Long)n + offset_table[n]; in load_format_25()
380 FT_Long post_limit; in load_post_names()

123