Home
last modified time | relevance | path

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

1234

/AliOS-Things-master/components/freetype/src/raster/
A 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()
119 static FT_Long
120 FT_MulDiv_No_Round( FT_Long a, in FT_MulDiv_No_Round()
121 FT_Long b, in FT_MulDiv_No_Round()
122 FT_Long c ) in FT_MulDiv_No_Round()
[all …]
/AliOS-Things-master/components/freetype/include/internal/
A 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,
146 (FT_Long)(size), \
161 (FT_Long)(cursz), \
[all …]
A Dftcalc.h85 FT_BASE( FT_Long )
86 FT_MulDiv_No_Round( FT_Long a,
87 FT_Long b,
88 FT_Long c );
102 FT_Long scaling );
112 FT_Long scaling );
155 #define INT_TO_F26DOT6( x ) ( (FT_Long)(x) << 6 )
156 #define INT_TO_F2DOT14( x ) ( (FT_Long)(x) << 14 )
157 #define INT_TO_FIXED( x ) ( (FT_Long)(x) << 16 )
158 #define F2DOT14_TO_FIXED( x ) ( (FT_Long)(x) << 2 )
[all …]
A Dftrfork.h57 FT_Long *result_offset );
158 FT_Long* offsets,
196 FT_Long rfork_offset,
197 FT_Long *map_offset,
198 FT_Long *rdata_pos );
253 FT_Long map_offset,
254 FT_Long rdata_pos,
255 FT_Long tag,
257 FT_Long **offsets,
258 FT_Long *count );
A Dftdriver.h72 FT_Long charcode );
74 typedef FT_Long
76 FT_Long charcode );
170 FT_Long face_object_size;
171 FT_Long size_object_size;
172 FT_Long slot_object_size;
/AliOS-Things-master/components/freetype/src/base/
A Dftrfork.c59 FT_Long map_pos, rdata_len; in FT_Raccess_Get_HeaderInfo()
61 FT_Long type_list; in FT_Raccess_Get_HeaderInfo()
154 FT_Long tag, in FT_Raccess_Get_DataOffsets()
157 FT_Long *count ) in FT_Raccess_Get_DataOffsets()
161 FT_Long tag_internal, rpos; in FT_Raccess_Get_DataOffsets()
163 FT_Long temp; in FT_Raccess_Get_DataOffsets()
164 FT_Long *offsets_internal = NULL; in FT_Raccess_Get_DataOffsets()
380 FT_Long *offsets, in FT_Raccess_Guess()
528 FT_Long base_file_len = (FT_Long)ft_strlen( base_file_name ); in raccess_guess_darwin_hfsplus()
564 FT_Long base_file_len = (FT_Long)ft_strlen( base_file_name ); in raccess_guess_darwin_newvfs()
[all …]
A Dftcalc.c161 FT_MulDiv( FT_Long a, in FT_MulDiv()
162 FT_Long b, in FT_MulDiv()
166 FT_Long d; in FT_MulDiv()
183 FT_BASE_DEF( FT_Long )
189 FT_Long d; in FT_MulDiv_No_Round()
207 FT_MulFix( FT_Long a, in FT_MulFix()
217 FT_Long c; in FT_MulFix()
269 return ( s < 0 ? -(FT_Long)q : (FT_Long)q ); in FT_DivFix()
467 FT_Long sa, sb; in FT_MulFix()
518 FT_Long s; in FT_MulFix()
[all …]
A 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()
115 FT_Long item_size, in ft_mem_qrealloc()
116 FT_Long cur_count, in ft_mem_qrealloc()
117 FT_Long new_count, in ft_mem_qrealloc()
151 FT_Long cur_size = cur_count*item_size; in ft_mem_qrealloc()
152 FT_Long new_size = new_count*item_size; in ft_mem_qrealloc()
A Dftdbgmem.c100 FT_Long free_line_no;
227 FT_Long size ) in ft_mem_table_alloc()
347 FT_Long leak_count = 0; in ft_mem_table_destroy()
507 FT_Long delta ) in ft_mem_table_set()
605 FT_Long delta ) in ft_mem_table_remove()
676 FT_Long size ) in ft_mem_debug_alloc()
736 FT_Long cur_size, in ft_mem_debug_realloc()
737 FT_Long new_size, in ft_mem_debug_realloc()
743 FT_Long delta; in ft_mem_debug_realloc()
790 delta = (FT_Long)( new_size - cur_size ); in ft_mem_debug_realloc()
[all …]
A Dftmac.c127 FT_Long* face_index ) in FT_GetFile_From_Mac_Name()
627 if ( FT_ALLOC( buffer, (FT_Long)total_size ) ) in read_lwfn()
695 FT_Long face_index, in FT_New_Face_From_LWFN()
727 FT_Long face_index, in FT_New_Face_From_SFNT()
743 if ( FT_ALLOC( sfnt_data, (FT_Long)sfnt_size ) ) in FT_New_Face_From_SFNT()
794 FT_Long face_index, in FT_New_Face_From_Suitcase()
842 FT_Long face_index, in FT_New_Face_From_FOND()
914 FT_Long face_index, in FT_New_Face_From_Resource()
955 FT_Long face_index, in FT_New_Face()
995 FT_Long face_index, in FT_New_Face_From_FSRef()
[all …]
A Dftbase.h35 FT_Long face_index,
47 FT_Long face_index,
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.h102 FT_Long Caller_IP;
103 FT_Long Cur_Count;
167 FT_Long top; /* top of exec. stack */
170 FT_Long* stack; /* current exec. stack */
172 FT_Long args;
188 FT_Long IP; /* current instruction pointer */
197 FT_Long* cvt;
225 FT_Long* storage; /* storage area */
301 FT_Long IP );
307 FT_Long length );
[all …]
A Dttobjs.h90 FT_Long loop;
177 FT_Long start; /* where does it start? */
178 FT_Long end; /* where does it end? */
269 FT_Long x_ratio;
270 FT_Long y_ratio;
273 FT_Long ratio; /* current ratio */
320 FT_Long* cvt;
323 FT_Long* storage; /* the instance */
/AliOS-Things-master/components/freetype/include/
A 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,
A Dfreetype.h3764 FT_EXPORT( FT_Long )
3765 FT_MulDiv( FT_Long a,
3766 FT_Long b,
3767 FT_Long c );
3805 FT_EXPORT( FT_Long )
3806 FT_MulFix( FT_Long a,
3807 FT_Long b );
3815 FT_EXPORT( FT_Long )
3816 FT_MulFix( FT_Long a,
3844 FT_EXPORT( FT_Long )
[all …]
A Dftincrem.h117 FT_Long bearing_x;
118 FT_Long bearing_y;
119 FT_Long advance;
120 FT_Long advance_v; /* since 2.3.12 */
A Dtttables.h68 FT_Long CheckSum_Adjust;
69 FT_Long Magic_Number;
74 FT_Long Created [2];
75 FT_Long Modified[2];
689 FT_Long offset,
776 FT_EXPORT( FT_Long )
A 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 );
A Dftmm.h76 FT_Long minimum;
77 FT_Long maximum;
297 FT_Long* coords );
/AliOS-Things-master/components/freetype/src/pcf/
A Dpcf.h60 FT_Long name;
62 FT_Long value;
75 FT_Long l;
116 FT_Long fontAscent;
117 FT_Long fontDescent;
118 FT_Long maxOverlap;
129 FT_Long enc;
151 FT_Long nmetrics;
153 FT_Long nencodings;
/AliOS-Things-master/components/freetype/src/psaux/
A Dpsconv.h29 FT_LOCAL( FT_Long )
32 FT_Long base );
35 FT_LOCAL( FT_Long )
42 FT_Long power_ten );
A Dpsconv.c83 FT_LOCAL_DEF( FT_Long )
86 FT_Long base ) in PS_Conv_Strtol()
90 FT_Long num = 0; in PS_Conv_Strtol()
94 FT_Long num_limit; in PS_Conv_Strtol()
157 FT_LOCAL_DEF( FT_Long )
165 FT_Long num; in PS_Conv_ToInt()
194 FT_Long power_ten ) in PS_Conv_ToFixed()
200 FT_Long decimal = 0; in PS_Conv_ToFixed()
201 FT_Long divider = 1; in PS_Conv_ToFixed()
268 FT_Long exponent; in PS_Conv_ToFixed()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffparse.c54 static FT_Long
60 FT_Long val = 0; in cff_parse_integer()
109 static const FT_Long power_tens[] =
128 FT_Long power_ten, in cff_parse_real()
129 FT_Long* scaling ) in cff_parse_real()
400 static FT_Long
411 FT_Long scaling ) in do_fixed()
474 FT_Long number; in cff_parse_fixed_dynamic()
519 FT_Long scaling; in cff_parse_font_matrix()
1013 FT_Long val; in cff_parser_run()
[all …]
A 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;
/AliOS-Things-master/components/freetype/src/type1/
A Dt1driver.c174 static FT_Long
179 FT_Long value_len ) in t1_ps_get_font_value()
181 FT_Long retval = -1; in t1_ps_get_font_value()
261 retval = (FT_Long)( ft_strlen( type1->font_name ) + 1 ); in t1_ps_get_font_value()
293 retval = (FT_Long)( type1->charstrings_len[idx] + 1 ); in t1_ps_get_font_value()
332 retval = (FT_Long)( type1->subrs_len[idx] + 1 ); in t1_ps_get_font_value()
492 *((FT_Long *)value) = type1->private_dict.password; in t1_ps_get_font_value()
498 *((FT_Long *)value) = type1->private_dict.language_group; in t1_ps_get_font_value()
532 retval = (FT_Long)( ft_strlen( type1->font_info.notice ) + 1 ); in t1_ps_get_font_value()
550 retval = (FT_Long)( ft_strlen( type1->font_info.weight ) + 1 ); in t1_ps_get_font_value()
[all …]

Completed in 91 milliseconds

1234