Searched refs:FT_F26Dot6 (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttinterp.h | 51 typedef FT_F26Dot6 53 FT_F26Dot6 distance, 61 FT_F26Dot6 distance ); 64 typedef FT_F26Dot6 74 typedef FT_F26Dot6 83 FT_F26Dot6 value ); 229 FT_F26Dot6 period; /* values used for the */ 230 FT_F26Dot6 phase; /* `SuperRounding' */ 231 FT_F26Dot6 threshold;
|
D | ttinterp.c | 412 sizeof ( FT_F26Dot6 ), in TT_Load_Context() 1476 FT_F26Dot6 x, y; in Current_Ratio() 1511 FT_CALLBACK_DEF( FT_F26Dot6 ) 1519 FT_CALLBACK_DEF( FT_F26Dot6 ) 1551 FT_F26Dot6 value ) in Write_CVT() 1564 FT_F26Dot6 value ) in Write_CVT_Stretched() 1577 FT_F26Dot6 value ) in Move_CVT() 1590 FT_F26Dot6 value ) in Move_CVT_Stretched() 1739 FT_F26Dot6 distance ) in Direct_Move() 1741 FT_F26Dot6 v; in Direct_Move() [all …]
|
D | ttobjs.h | 75 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 */
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftraster.c | 348 FT_F26Dot6 X; /* current coordinate during sweep */ 415 FT_F26Dot6 x1, 416 FT_F26Dot6 x2, 2204 FT_F26Dot6 x1, in Vertical_Sweep_Span() 2205 FT_F26Dot6 x2, in Vertical_Sweep_Span() 2286 FT_F26Dot6 x1, in Vertical_Sweep_Drop() 2287 FT_F26Dot6 x2, in Vertical_Sweep_Drop() 2467 FT_F26Dot6 x1, in Horizontal_Sweep_Span() 2468 FT_F26Dot6 x2, in Horizontal_Sweep_Span() 2539 FT_F26Dot6 x1, in Horizontal_Sweep_Drop() [all …]
|
D | ftmisc.h | 47 typedef signed long FT_F26Dot6; typedef
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | cffotypes.h | 96 FT_F26Dot6 ox, oy; /* offsets */
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | fttypes.h | 275 typedef signed long FT_F26Dot6; typedef
|
D | freetype.h | 2761 FT_F26Dot6 char_width, 2762 FT_F26Dot6 char_height,
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftcmanag.c | 57 (FT_F26Dot6)scaler->width, in ftc_scaler_lookup_size() 58 (FT_F26Dot6)scaler->height, in ftc_scaler_lookup_size()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 727 static FT_Int chooseBitmapStrike(FT_Face face, FT_F26Dot6 scaleY) { in chooseBitmapStrike() 867 FT_F26Dot6 scaleX = SkScalarToFDot6(fScale.fX); in SkScalerContext_FreeType() 868 FT_F26Dot6 scaleY = SkScalarToFDot6(fScale.fY); in SkScalerContext_FreeType()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 3402 FT_F26Dot6 char_width, in FT_Set_Char_Size() 3403 FT_F26Dot6 char_height, in FT_Set_Char_Size()
|