Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dftmemory.h119 FT_Long size,
124 FT_Long size,
129 FT_Long item_size,
130 FT_Long cur_count,
131 FT_Long new_count,
137 FT_Long item_size,
138 FT_Long cur_count,
139 FT_Long new_count,
153 (FT_Long)(size), \
168 (FT_Long)(cursz), \
[all …]
Dftrfork.h47 FT_Long offset;
58 FT_Long *result_offset );
139 FT_Long* offsets,
177 FT_Long rfork_offset,
178 FT_Long *map_offset,
179 FT_Long *rdata_pos );
233 FT_Long map_offset,
234 FT_Long rdata_pos,
235 FT_Long tag,
237 FT_Long **offsets,
[all …]
Dftcalc.h275 FT_BASE( FT_Long )
276 FT_MulDiv_No_Round( FT_Long a,
277 FT_Long b,
278 FT_Long c );
291 FT_Long scaling );
316 FT_Long scaling );
446 #define INT_TO_F26DOT6( x ) ( (FT_Long)(x) * 64 ) /* << 6 */
447 #define INT_TO_F2DOT14( x ) ( (FT_Long)(x) * 16384 ) /* << 14 */
448 #define INT_TO_FIXED( x ) ( (FT_Long)(x) * 65536 ) /* << 16 */
449 #define F2DOT14_TO_FIXED( x ) ( (FT_Long)(x) * 4 ) /* << 2 */
[all …]
/third_party/freetype/include/freetype/internal/
Dftmemory.h128 FT_Long size,
133 FT_Long size,
138 FT_Long item_size,
139 FT_Long cur_count,
140 FT_Long new_count,
146 FT_Long item_size,
147 FT_Long cur_count,
148 FT_Long new_count,
162 (FT_Long)(size), \
177 (FT_Long)(cursz), \
[all …]
Dftrfork.h46 FT_Long offset;
57 FT_Long *result_offset );
138 FT_Long* offsets,
176 FT_Long rfork_offset,
177 FT_Long *map_offset,
178 FT_Long *rdata_pos );
232 FT_Long map_offset,
233 FT_Long rdata_pos,
234 FT_Long tag,
236 FT_Long **offsets,
[all …]
Dftcalc.h275 FT_BASE( FT_Long )
276 FT_MulDiv_No_Round( FT_Long a,
277 FT_Long b,
278 FT_Long c );
291 FT_Long scaling );
316 FT_Long scaling );
446 #define INT_TO_F26DOT6( x ) ( (FT_Long)(x) * 64 ) /* << 6 */
447 #define INT_TO_F2DOT14( x ) ( (FT_Long)(x) * 16384 ) /* << 14 */
448 #define INT_TO_FIXED( x ) ( (FT_Long)(x) * 65536 ) /* << 16 */
449 #define F2DOT14_TO_FIXED( x ) ( (FT_Long)(x) * 4 ) /* << 2 */
[all …]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftmemory.h128 FT_Long size,
133 FT_Long size,
138 FT_Long item_size,
139 FT_Long cur_count,
140 FT_Long new_count,
146 FT_Long item_size,
147 FT_Long cur_count,
148 FT_Long new_count,
162 (FT_Long)(size), \
177 (FT_Long)(cursz), \
[all …]
Dftrfork.h46 FT_Long offset;
57 FT_Long *result_offset );
138 FT_Long* offsets,
176 FT_Long rfork_offset,
177 FT_Long *map_offset,
178 FT_Long *rdata_pos );
232 FT_Long map_offset,
233 FT_Long rdata_pos,
234 FT_Long tag,
236 FT_Long **offsets,
[all …]
/third_party/skia/third_party/externals/freetype/src/raster/
Dftmisc.h45 typedef signed long FT_Long; typedef
95 static FT_Long
96 FT_MulDiv( FT_Long a, in FT_MulDiv()
97 FT_Long b, in FT_MulDiv()
98 FT_Long c ) in FT_MulDiv()
101 FT_Long d; in FT_MulDiv()
109 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c in FT_MulDiv()
116 static FT_Long
117 FT_MulDiv_No_Round( FT_Long a, in FT_MulDiv_No_Round()
118 FT_Long b, in FT_MulDiv_No_Round()
[all …]
/third_party/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()
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()
[all …]
/third_party/flutter/skia/third_party/externals/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()
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()
[all …]
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.h70 typedef FT_Long
93 FT_Long Caller_IP;
94 FT_Long Cur_Count;
161 FT_Long top; /* @ top of exec. stack */
163 FT_Long stackSize; /* ! size of exec. stack */
164 FT_Long* stack; /* ! current exec. stack */
166 FT_Long args;
167 FT_Long new_top; /* new top after exec. */
175 FT_Long pointSize; /* ! in 26.6 format */
184 FT_Long IP; /* current instruction pointer */
[all …]
/third_party/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, map_len, rdata_len; in FT_Raccess_Get_HeaderInfo()
60 FT_Long type_list; in FT_Raccess_Get_HeaderInfo()
186 FT_Long map_offset, in FT_Raccess_Get_DataOffsets()
187 FT_Long rdata_pos, in FT_Raccess_Get_DataOffsets()
188 FT_Long tag, in FT_Raccess_Get_DataOffsets()
190 FT_Long **offsets, in FT_Raccess_Get_DataOffsets()
191 FT_Long *count ) in FT_Raccess_Get_DataOffsets()
[all …]
Dftcalc.c172 FT_EXPORT_DEF( FT_Long )
173 FT_MulDiv( FT_Long a_, in FT_MulDiv()
174 FT_Long b_, in FT_MulDiv()
175 FT_Long c_ ) in FT_MulDiv()
179 FT_Long d_; in FT_MulDiv()
193 d_ = (FT_Long)d; in FT_MulDiv()
201 FT_BASE_DEF( FT_Long )
202 FT_MulDiv_No_Round( FT_Long a_, in FT_MulDiv_No_Round()
203 FT_Long b_, in FT_MulDiv_No_Round()
204 FT_Long c_ ) in FT_MulDiv_No_Round()
[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;
114 FT_Long size;
[all …]
/third_party/skia/third_party/externals/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, map_len, rdata_len; in FT_Raccess_Get_HeaderInfo()
60 FT_Long type_list; in FT_Raccess_Get_HeaderInfo()
181 FT_Long map_offset, in FT_Raccess_Get_DataOffsets()
182 FT_Long rdata_pos, in FT_Raccess_Get_DataOffsets()
183 FT_Long tag, in FT_Raccess_Get_DataOffsets()
185 FT_Long **offsets, in FT_Raccess_Get_DataOffsets()
186 FT_Long *count ) in FT_Raccess_Get_DataOffsets()
[all …]
Dftcalc.c172 FT_EXPORT_DEF( FT_Long )
173 FT_MulDiv( FT_Long a_, in FT_MulDiv()
174 FT_Long b_, in FT_MulDiv()
175 FT_Long c_ ) in FT_MulDiv()
179 FT_Long d_; in FT_MulDiv()
193 d_ = (FT_Long)d; in FT_MulDiv()
201 FT_BASE_DEF( FT_Long )
202 FT_MulDiv_No_Round( FT_Long a_, in FT_MulDiv_No_Round()
203 FT_Long b_, in FT_MulDiv_No_Round()
204 FT_Long c_ ) in FT_MulDiv_No_Round()
[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;
114 FT_Long size;
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftrfork.c53 FT_Long rfork_offset, in FT_Raccess_Get_HeaderInfo()
54 FT_Long *map_offset, in FT_Raccess_Get_HeaderInfo()
55 FT_Long *rdata_pos ) in FT_Raccess_Get_HeaderInfo()
59 FT_Long map_pos, map_len, rdata_len; in FT_Raccess_Get_HeaderInfo()
61 FT_Long type_list; in FT_Raccess_Get_HeaderInfo()
187 FT_Long map_offset, in FT_Raccess_Get_DataOffsets()
188 FT_Long rdata_pos, in FT_Raccess_Get_DataOffsets()
189 FT_Long tag, in FT_Raccess_Get_DataOffsets()
191 FT_Long **offsets, in FT_Raccess_Get_DataOffsets()
192 FT_Long *count ) in FT_Raccess_Get_DataOffsets()
[all …]
Dftcalc.c173 FT_EXPORT_DEF( FT_Long )
174 FT_MulDiv( FT_Long a_, in FT_MulDiv()
175 FT_Long b_, in FT_MulDiv()
176 FT_Long c_ ) in FT_MulDiv()
180 FT_Long d_; in FT_MulDiv()
194 d_ = (FT_Long)d; in FT_MulDiv()
202 FT_BASE_DEF( FT_Long )
203 FT_MulDiv_No_Round( FT_Long a_, in FT_MulDiv_No_Round()
204 FT_Long b_, in FT_MulDiv_No_Round()
205 FT_Long c_ ) in FT_MulDiv_No_Round()
[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;
114 FT_Long size;
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttinterp.h71 typedef FT_Long
94 FT_Long Caller_IP;
95 FT_Long Cur_Count;
159 FT_Long top; /* top of exec. stack */
161 FT_Long stackSize; /* size of exec. stack */
162 FT_Long* stack; /* current exec. stack */
164 FT_Long args;
165 FT_Long new_top; /* new top after exec. */
173 FT_Long pointSize; /* in 26.6 format */
181 FT_Long IP; /* current instruction pointer */
[all …]
/third_party/freetype/src/truetype/
Dttinterp.h70 typedef FT_Long
93 FT_Long Caller_IP;
94 FT_Long Cur_Count;
158 FT_Long top; /* top of exec. stack */
160 FT_Long stackSize; /* size of exec. stack */
161 FT_Long* stack; /* current exec. stack */
163 FT_Long args;
164 FT_Long new_top; /* new top after exec. */
172 FT_Long pointSize; /* in 26.6 format */
180 FT_Long IP; /* current instruction pointer */
[all …]
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h1065 FT_Long num_faces;
1066 FT_Long face_index;
1068 FT_Long face_flags;
1069 FT_Long style_flags;
1071 FT_Long num_glyphs;
2153 FT_Long memory_size;
2204 FT_Long face_index,
2244 FT_Long file_size,
2245 FT_Long face_index,
2393 FT_Long face_index,
[all …]
/third_party/freetype/include/freetype/
Dfreetype.h1030 FT_Long num_faces;
1031 FT_Long face_index;
1033 FT_Long face_flags;
1034 FT_Long style_flags;
1036 FT_Long num_glyphs;
2115 FT_Long memory_size;
2159 FT_Long face_index,
2199 FT_Long file_size,
2200 FT_Long face_index,
2344 FT_Long face_index,
[all …]

12345678910>>...12