Home
last modified time | relevance | path

Searched refs:FT_Hypot (Results 1 – 8 of 8) sorted by relevance

/external/freetype/include/internal/
Dftcalc.h361 FT_Hypot( FT_Fixed x,
/external/pdfium/third_party/freetype/include/internal/
Dftcalc.h361 FT_Hypot( FT_Fixed x,
/external/pdfium/third_party/freetype/src/base/
Dftcalc.c156 FT_Hypot( FT_Fixed x, in FT_Hypot() function
/external/freetype/src/base/
Dftcalc.c157 FT_Hypot( FT_Fixed x, in FT_Hypot() function
/external/pdfium/third_party/freetype/src/truetype/
Dttgload.c1119 FT_Fixed mac_xscale = FT_Hypot( subglyph->transform.xx, in TT_Process_Composite_Component()
1121 FT_Fixed mac_yscale = FT_Hypot( subglyph->transform.yy, in TT_Process_Composite_Component()
Dttinterp.c1670 CUR.tt_metrics.ratio = FT_Hypot( x, y ); in Current_Ratio()
2729 W = FT_Hypot( Vx, Vy ); in Normalize()
/external/freetype/src/truetype/
Dttgload.c1123 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()
Dttinterp.c1515 exc->tt_metrics.ratio = FT_Hypot( x, y ); in Current_Ratio()
2599 W = FT_Hypot( Vx, Vy ); in Normalize()