Searched refs:FT_Hypot (Results 1 – 13 of 13) sorted by relevance
/external/freetype/include/internal/ |
D | ftcalc.h | 151 FT_Hypot( FT_Fixed x,
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
D | ftcalc.h | 147 FT_Hypot( FT_Fixed x,
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
D | ftcalc.h | 147 FT_Hypot( FT_Fixed x,
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
D | ftcalc.h | 147 FT_Hypot( FT_Fixed x,
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | ftcalc.c | 139 FT_Hypot( FT_Fixed x, in FT_Hypot() function
|
/external/chromium_org/third_party/freetype/src/base/ |
D | ftcalc.c | 142 FT_Hypot( FT_Fixed x, in FT_Hypot() function
|
/external/freetype/src/base/ |
D | ftcalc.c | 379 FT_Hypot( FT_Fixed x, in FT_Hypot() function
|
/external/chromium_org/third_party/freetype/src/truetype/ |
D | ttgload.c | 1123 FT_Fixed mac_xscale = FT_Hypot( subglyph->transform.xx, in TT_Process_Composite_Component() 1125 FT_Fixed mac_yscale = FT_Hypot( subglyph->transform.yy, in TT_Process_Composite_Component()
|
D | ttinterp.c | 1590 CUR.tt_metrics.ratio = FT_Hypot( x, y ); in Current_Ratio() 2650 W = FT_Hypot( Vx, Vy ); in Normalize()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ |
D | ttgload.c | 1132 FT_Fixed mac_xscale = FT_Hypot( subglyph->transform.xx, in TT_Process_Composite_Component() 1134 FT_Fixed mac_yscale = FT_Hypot( subglyph->transform.yy, in TT_Process_Composite_Component()
|
D | ttinterp.c | 1590 CUR.tt_metrics.ratio = FT_Hypot( x, y ); in Current_Ratio() 2650 W = FT_Hypot( Vx, Vy ); in Normalize()
|
/external/freetype/src/truetype/ |
D | ttgload.c | 1121 FT_Fixed mac_xscale = FT_Hypot( subglyph->transform.xx, in TT_Process_Composite_Component() 1123 FT_Fixed mac_yscale = FT_Hypot( subglyph->transform.yy, in TT_Process_Composite_Component()
|
D | ttinterp.c | 1701 CUR.tt_metrics.ratio = FT_Hypot( x, y ); in Current_Ratio() 2761 W = FT_Hypot( Vx, Vy ); in Normalize()
|