/external/freetype/include/freetype/ |
fttrigon.h | 52 typedef FT_Fixed FT_Angle; 123 FT_EXPORT( FT_Fixed ) 147 FT_EXPORT( FT_Fixed ) 167 FT_EXPORT( FT_Fixed ) 192 FT_Atan2( FT_Fixed x, 193 FT_Fixed y ); 287 FT_EXPORT( FT_Fixed ) 313 FT_Fixed *length, 339 FT_Fixed length,
|
ftmm.h | 144 FT_Fixed minimum; 145 FT_Fixed def; 146 FT_Fixed maximum; 172 FT_Fixed* coords; 325 FT_Fixed* coords ); 353 FT_Fixed* coords ); 367 FT_Fixed* coords );
|
ftadvanc.h | 120 FT_Fixed *padvance ); 169 FT_Fixed *padvances );
|
ftpfr.h | 93 FT_Fixed *ametrics_x_scale, 94 FT_Fixed *ametrics_y_scale );
|
tttables.h | 65 FT_Fixed Table_Version; 66 FT_Fixed Font_Revision; 182 FT_Fixed Version; 308 FT_Fixed Version; 416 FT_Fixed FormatType; 417 FT_Fixed italicAngle; 443 FT_Fixed Version; 530 FT_Fixed version; [all...] |
fttypes.h | 70 /* FT_Fixed */ 278 /* FT_Fixed */ 284 typedef signed long FT_Fixed; 383 FT_Fixed xx, xy; 384 FT_Fixed yx, yy; [all...] |
t1tables.h | 134 FT_Fixed blue_scale; 149 FT_Fixed expansion_factor; 254 FT_Fixed* blend_points; 268 FT_Fixed* design_pos[T1_MAX_MM_DESIGNS]; 271 FT_Fixed* weight_vector; 272 FT_Fixed* default_weight_vector; 310 FT_Fixed forcebold_threshold; 312 FT_Fixed expansion_factor; 354 FT_Fixed cid_version; 530 PS_DICT_FONT_MATRIX, /* FT_Fixed */ [all...] |
ftmodapi.h | 164 FT_Fixed module_version; 165 FT_Fixed module_requires;
|
/external/freetype/include/freetype/internal/services/ |
svkern.h | 33 FT_Fixed point_size, 35 FT_Fixed* akerning );
|
svpfr.h | 36 FT_Fixed *ax_scale, 37 FT_Fixed *ay_scale );
|
/external/freetype/src/autofit/ |
afwarp.h | 42 FT_Fixed best_scale; 54 FT_Fixed *a_scale, 55 FT_Fixed *a_delta );
|
afangles.c | 105 af_angle_atan( FT_Fixed dx, 106 FT_Fixed dy ) 109 FT_Fixed ax = dx; 110 FT_Fixed ay = dy; 184 af_angle_atan( FT_Fixed dx, 185 FT_Fixed dy )
|
afcjk.h | 77 FT_Fixed scale; 91 FT_Fixed org_scale;
|
/external/freetype/src/truetype/ |
ttgxvar.h | 41 FT_Fixed fromCoord; 42 FT_Fixed toCoord; 84 FT_Fixed* normalizedcoords; 93 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */ 147 FT_Fixed* coords ); 152 FT_Fixed* coords );
|
/external/freetype/src/pshinter/ |
pshglob.h | 85 FT_Fixed scale_mult; 86 FT_Fixed scale_delta; 123 FT_Fixed blue_scale; 172 FT_Fixed x_scale, 173 FT_Fixed y_scale, 174 FT_Fixed x_delta, 175 FT_Fixed y_delta );
|
/external/freetype/src/cff/ |
cffobjs.h | 78 FT_Fixed x_scale; 79 FT_Fixed y_scale; 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ 107 FT_Fixed yx, yy;
|
cfftypes.h | 114 FT_Fixed italic_angle; 115 FT_Fixed underline_position; 116 FT_Fixed underline_thickness; 163 FT_Fixed blue_scale; 174 FT_Fixed force_bold_threshold; 177 FT_Fixed expansion_factor;
|
cffgload.h | 125 FT_Fixed stack[CFF_MAX_OPERANDS + 1]; 126 FT_Fixed* top; 141 FT_Fixed buildchar[CFF_MAX_TRANS_ELEMENTS];
|
/external/freetype/include/freetype/internal/ |
pshints.h | 50 FT_Fixed x_scale, 51 FT_Fixed y_scale, 52 FT_Fixed x_delta, 53 FT_Fixed y_delta ); 181 FT_Fixed* coords ); 215 FT_Fixed* coords ); 469 FT_Fixed* coordinates );
|
t1types.h | 123 FT_Fixed stroke_width; 151 FT_Fixed min_ptsize; 152 FT_Fixed min_kern; 153 FT_Fixed max_ptsize; 154 FT_Fixed max_kern; 171 FT_Fixed Ascender; 172 FT_Fixed Descender;
|
/external/freetype/src/base/ |
fttrigon.c | 30 static const FT_Fixed 45 static FT_Fixed 46 ft_trig_downscale( FT_Fixed val ) 48 FT_Fixed s; 56 val = (FT_Fixed)( v >> 32 ); 64 static FT_Fixed 65 ft_trig_downscale( FT_Fixed val ) 67 FT_Fixed s; 91 val = (FT_Fixed)hi; 102 FT_Fixed x, y, z [all...] |
ftadvanc.c | 26 FT_Fixed* advances, 30 FT_Fixed scale; 73 FT_Fixed *padvance ) 109 FT_Fixed *padvances )
|
ftmm.c | 135 FT_Fixed* coords ) 158 FT_Fixed* coords ) 184 FT_Fixed* coords )
|
/external/freetype/src/psaux/ |
afmparse.h | 62 FT_Fixed f;
|
psconv.h | 39 FT_LOCAL( FT_Fixed )
|