/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | 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, 146 (FT_Long)(size), \ 161 (FT_Long)(cursz), \ [all …]
|
D | ftrfork.h | 47 FT_Long offset; 57 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, [all …]
|
D | ftcalc.h | 272 FT_BASE( FT_Long ) 273 FT_MulDiv_No_Round( FT_Long a, 274 FT_Long b, 275 FT_Long c ); 289 FT_Long scaling ); 299 FT_Long scaling ); 402 #define INT_TO_F26DOT6( x ) ( (FT_Long)(x) << 6 ) 403 #define INT_TO_F2DOT14( x ) ( (FT_Long)(x) << 14 ) 404 #define INT_TO_FIXED( x ) ( (FT_Long)(x) << 16 ) 405 #define F2DOT14_TO_FIXED( x ) ( (FT_Long)(x) << 2 ) [all …]
|
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 119 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 …]
|
D | ftrfork.h | 47 FT_Long offset; 58 FT_Long *result_offset ); 159 FT_Long* offsets, 197 FT_Long rfork_offset, 198 FT_Long *map_offset, 199 FT_Long *rdata_pos ); 254 FT_Long map_offset, 255 FT_Long rdata_pos, 256 FT_Long tag, 258 FT_Long **offsets, [all …]
|
D | ftcalc.h | 272 FT_BASE( FT_Long ) 273 FT_MulDiv_No_Round( FT_Long a, 274 FT_Long b, 275 FT_Long c ); 289 FT_Long scaling ); 299 FT_Long scaling ); 402 #define INT_TO_F26DOT6( x ) ( (FT_Long)(x) << 6 ) 403 #define INT_TO_F2DOT14( x ) ( (FT_Long)(x) << 14 ) 404 #define INT_TO_FIXED( x ) ( (FT_Long)(x) << 16 ) 405 #define F2DOT14_TO_FIXED( x ) ( (FT_Long)(x) << 2 ) [all …]
|
/external/freetype/src/raster/ |
D | ftmisc.h | 45 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 …]
|
/external/pdfium/third_party/freetype/src/raster/ |
D | ftmisc.h | 45 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 …]
|
/external/freetype/src/base/ |
D | ftcalc.c | 172 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 …]
|
D | ftrfork.c | 53 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 …]
|
D | 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; 114 FT_Long size; [all …]
|
D | ftutil.c | 51 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() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftcalc.c | 172 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 …]
|
D | ftrfork.c | 53 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, rdata_len; in FT_Raccess_Get_HeaderInfo() 61 FT_Long type_list; in FT_Raccess_Get_HeaderInfo() 163 FT_Long map_offset, in FT_Raccess_Get_DataOffsets() 164 FT_Long rdata_pos, in FT_Raccess_Get_DataOffsets() 165 FT_Long tag, in FT_Raccess_Get_DataOffsets() 167 FT_Long **offsets, in FT_Raccess_Get_DataOffsets() 168 FT_Long *count ) in FT_Raccess_Get_DataOffsets() [all …]
|
D | 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; 114 FT_Long size; [all …]
|
D | ftutil.c | 51 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() [all …]
|
/external/freetype/src/truetype/ |
D | ttinterp.h | 71 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 …]
|
D | ttobjs.h | 75 FT_Long loop; 148 FT_Long size; 162 FT_Long start; /* where does it start? */ 163 FT_Long end; /* where does it end? */ 254 FT_Long x_ratio; 255 FT_Long y_ratio; 258 FT_Long ratio; /* current ratio */ 289 FT_Long point_size; /* for the `MPS' bytecode instruction */ 307 FT_Long* cvt; 310 FT_Long* storage; /* the instance */
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttinterp.h | 71 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. */ 180 FT_Long IP; /* current instruction pointer */ 181 FT_Long codeSize; /* size of current range */ [all …]
|
D | ttobjs.h | 79 FT_Long loop; 152 FT_Long size; 166 FT_Long start; /* where does it start? */ 167 FT_Long end; /* where does it end? */ 258 FT_Long x_ratio; 259 FT_Long y_ratio; 262 FT_Long ratio; /* current ratio */ 309 FT_Long* cvt; 312 FT_Long* storage; /* the instance */
|
D | ttinterp.c | 80 FT_Long* args ); 139 FT_Long IP ) in TT_Goto_CodeRange() 185 FT_Long length ) in TT_Set_CodeRange() 454 exec->stackSize = (FT_Long)tmp; in TT_Load_Context() 1477 static FT_Long 1516 FT_CALLBACK_DEF( FT_Long ) 1523 FT_CALLBACK_DEF( FT_Long ) 1633 FT_Long aIP ) in Ins_Goto_CodeRange() 2274 FT_Long selector ) in SetSuperRound() 2504 ( (FT_Long)exc->GS.projVector.x * exc->GS.freeVector.x + in Compute_Funcs() [all …]
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | freetype.h | 1036 FT_Long num_faces; 1037 FT_Long face_index; 1039 FT_Long face_flags; 1040 FT_Long style_flags; 1042 FT_Long num_glyphs; 1969 FT_Long memory_size; 2010 FT_Long face_index, 2047 FT_Long file_size, 2048 FT_Long face_index, 2195 FT_Long face_index, [all …]
|
D | 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,
|
/external/freetype/include/freetype/ |
D | freetype.h | 1052 FT_Long num_faces; 1053 FT_Long face_index; 1055 FT_Long face_flags; 1056 FT_Long style_flags; 1058 FT_Long num_glyphs; 2010 FT_Long memory_size; 2051 FT_Long face_index, 2088 FT_Long file_size, 2089 FT_Long face_index, 2237 FT_Long face_index, [all …]
|
D | 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,
|