Home
last modified time | relevance | path

Searched refs:FT_F26Dot6 (Results 1 – 14 of 14) sorted by relevance

/external/freetype/src/truetype/
Dttinterp.h51 typedef FT_F26Dot6
53 FT_F26Dot6 distance,
61 FT_F26Dot6 distance );
64 typedef FT_F26Dot6
74 typedef FT_F26Dot6
83 FT_F26Dot6 value );
219 FT_F26Dot6 period; /* values used for the */
220 FT_F26Dot6 phase; /* `SuperRounding' */
221 FT_F26Dot6 threshold;
Dttobjs.h75 FT_F26Dot6 minimum_distance;
79 FT_F26Dot6 control_value_cutin;
80 FT_F26Dot6 single_width_cutin;
81 FT_F26Dot6 single_width_value;
179 FT_F26Dot6 ox, oy; /* offsets */
260 FT_F26Dot6 compensations[4]; /* device-specific compensations */
Dttinterp.c460 sizeof ( FT_F26Dot6 ), in TT_Load_Context()
1524 FT_F26Dot6 x, y; in Current_Ratio()
1559 FT_CALLBACK_DEF( FT_F26Dot6 )
1567 FT_CALLBACK_DEF( FT_F26Dot6 )
1578 FT_F26Dot6 value ) in Write_CVT()
1587 FT_F26Dot6 value ) in Write_CVT_Stretched()
1596 FT_F26Dot6 value ) in Move_CVT()
1605 FT_F26Dot6 value ) in Move_CVT_Stretched()
1750 FT_F26Dot6 distance ) in Direct_Move()
1752 FT_F26Dot6 v; in Direct_Move()
[all …]
/external/freetype/include/freetype/internal/
Dcffotypes.h96 FT_F26Dot6 ox, oy; /* offsets */
/external/freetype/src/raster/
Dftraster.c357 FT_F26Dot6 X; /* current coordinate during sweep */
434 FT_F26Dot6 x1,
435 FT_F26Dot6 x2,
2232 FT_F26Dot6 x1, in Vertical_Sweep_Span()
2233 FT_F26Dot6 x2, in Vertical_Sweep_Span()
2313 FT_F26Dot6 x1, in Vertical_Sweep_Drop()
2314 FT_F26Dot6 x2, in Vertical_Sweep_Drop()
2494 FT_F26Dot6 x1, in Horizontal_Sweep_Span()
2495 FT_F26Dot6 x2, in Horizontal_Sweep_Span()
2566 FT_F26Dot6 x1, in Horizontal_Sweep_Drop()
[all …]
Dftmisc.h47 typedef signed long FT_F26Dot6; typedef
/external/freetype/include/freetype/
Dfttypes.h275 typedef signed long FT_F26Dot6; typedef
Dfreetype.h2711 FT_F26Dot6 char_width,
2712 FT_F26Dot6 char_height,
/external/freetype/src/tools/ftrandom/
Dftrandom.c89 static FT_F26Dot6 font_size = 12 * 64;
671 font_size = (FT_F26Dot6)( strtod( argv[++i], &end ) * 64 ); in main()
/external/freetype/src/cache/
Dftcmanag.c57 (FT_F26Dot6)scaler->width, in ftc_scaler_lookup_size()
58 (FT_F26Dot6)scaler->height, in ftc_scaler_lookup_size()
/external/skqp/src/ports/
DSkFontHost_FreeType.cpp790 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/
DSkFontHost_FreeType.cpp920 static FT_Int chooseBitmapStrike(FT_Face face, FT_F26Dot6 scaleY) { in chooseBitmapStrike()
1064 FT_F26Dot6 scaleX = SkScalarToFDot6(fScale.fX); in SkScalerContext_FreeType()
1065 FT_F26Dot6 scaleY = SkScalarToFDot6(fScale.fY); in SkScalerContext_FreeType()
/external/ImageMagick/MagickCore/
Dannotate.c1503 ft_status=FT_Set_Char_Size(face,(FT_F26Dot6) (64.0*draw_info->pointsize), in RenderFreetype()
1504 (FT_F26Dot6) (64.0*draw_info->pointsize),(FT_UInt) resolution.x, in RenderFreetype()
/external/freetype/src/base/
Dftobjs.c3332 FT_F26Dot6 char_width, in FT_Set_Char_Size()
3333 FT_F26Dot6 char_height, in FT_Set_Char_Size()