Searched refs:FT_F26Dot6 (Results 1 – 14 of 14) sorted by relevance
/external/freetype/src/truetype/ |
D | ttinterp.h | 52 typedef FT_F26Dot6 54 FT_F26Dot6 distance, 55 FT_F26Dot6 compensation ); 62 FT_F26Dot6 distance ); 65 typedef FT_F26Dot6 75 typedef FT_F26Dot6 84 FT_F26Dot6 value ); 220 FT_F26Dot6 period; /* values used for the */ 221 FT_F26Dot6 phase; /* `SuperRounding' */ 222 FT_F26Dot6 threshold;
|
D | ttobjs.h | 76 FT_F26Dot6 minimum_distance; 80 FT_F26Dot6 control_value_cutin; 81 FT_F26Dot6 single_width_cutin; 82 FT_F26Dot6 single_width_value; 180 FT_F26Dot6 ox, oy; /* offsets */ 261 FT_F26Dot6 compensations[4]; /* device-specific compensations */
|
D | ttinterp.c | 461 sizeof ( FT_F26Dot6 ), in TT_Load_Context() 1501 FT_F26Dot6 x, y; in Current_Ratio() 1536 FT_CALLBACK_DEF( FT_F26Dot6 ) 1544 FT_CALLBACK_DEF( FT_F26Dot6 ) 1555 FT_F26Dot6 value ) in Write_CVT() 1564 FT_F26Dot6 value ) in Write_CVT_Stretched() 1573 FT_F26Dot6 value ) in Move_CVT() 1582 FT_F26Dot6 value ) in Move_CVT_Stretched() 1700 FT_F26Dot6 distance ) in Direct_Move() 1702 FT_F26Dot6 v; in Direct_Move() [all …]
|
/external/freetype/include/freetype/internal/ |
D | cffotypes.h | 97 FT_F26Dot6 ox, oy; /* offsets */
|
/external/freetype/src/raster/ |
D | ftraster.c | 358 FT_F26Dot6 X; /* current coordinate during sweep */ 435 FT_F26Dot6 x1, 436 FT_F26Dot6 x2, 2224 FT_F26Dot6 x1, in Vertical_Sweep_Span() 2225 FT_F26Dot6 x2, in Vertical_Sweep_Span() 2301 FT_F26Dot6 x1, in Vertical_Sweep_Drop() 2302 FT_F26Dot6 x2, in Vertical_Sweep_Drop() 2484 FT_F26Dot6 x1, in Horizontal_Sweep_Span() 2485 FT_F26Dot6 x2, in Horizontal_Sweep_Span() 2532 FT_F26Dot6 x1, in Horizontal_Sweep_Drop() [all …]
|
D | ftmisc.h | 47 typedef signed long FT_F26Dot6; typedef
|
/external/freetype/include/freetype/ |
D | fttypes.h | 276 typedef signed long FT_F26Dot6; typedef
|
D | freetype.h | 2833 FT_F26Dot6 char_width, 2834 FT_F26Dot6 char_height,
|
/external/freetype/src/tools/ftrandom/ |
D | ftrandom.c | 89 static FT_F26Dot6 font_size = 12 * 64; 671 font_size = (FT_F26Dot6)( strtod( argv[++i], &end ) * 64 ); in main()
|
/external/freetype/src/cache/ |
D | ftcmanag.c | 58 (FT_F26Dot6)scaler->width, in ftc_scaler_lookup_size() 59 (FT_F26Dot6)scaler->height, in ftc_scaler_lookup_size()
|
/external/skqp/src/ports/ |
D | SkFontHost_FreeType.cpp | 790 static FT_Int chooseBitmapStrike(FT_Face face, FT_F26Dot6 scaleY) { in chooseBitmapStrike() 931 FT_F26Dot6 scaleX = SkScalarToFDot6(fScale.fX); in SkScalerContext_FreeType() 932 FT_F26Dot6 scaleY = SkScalarToFDot6(fScale.fY); in SkScalerContext_FreeType()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 790 static FT_Int chooseBitmapStrike(FT_Face face, FT_F26Dot6 scaleY) { in chooseBitmapStrike() 931 FT_F26Dot6 scaleX = SkScalarToFDot6(fScale.fX); in SkScalerContext_FreeType() 932 FT_F26Dot6 scaleY = SkScalarToFDot6(fScale.fY); in SkScalerContext_FreeType()
|
/external/ImageMagick/MagickCore/ |
D | annotate.c | 1461 ft_status=FT_Set_Char_Size(face,(FT_F26Dot6) (64.0*draw_info->pointsize), in RenderFreetype() 1462 (FT_F26Dot6) (64.0*draw_info->pointsize),(FT_UInt) resolution.x, in RenderFreetype()
|
/external/freetype/src/base/ |
D | ftobjs.c | 3281 FT_F26Dot6 char_width, in FT_Set_Char_Size() 3282 FT_F26Dot6 char_height, in FT_Set_Char_Size()
|