Searched refs:FT_Hypot (Results 1 – 8 of 8) sorted by relevance
/external/freetype/include/internal/ |
D | ftcalc.h | 361 FT_Hypot( FT_Fixed x,
|
/external/pdfium/third_party/freetype/include/internal/ |
D | ftcalc.h | 361 FT_Hypot( FT_Fixed x,
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftcalc.c | 156 FT_Hypot( FT_Fixed x, in FT_Hypot() function
|
/external/freetype/src/base/ |
D | ftcalc.c | 157 FT_Hypot( FT_Fixed x, in FT_Hypot() function
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttgload.c | 1119 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()
|
D | ttinterp.c | 1670 CUR.tt_metrics.ratio = FT_Hypot( x, y ); in Current_Ratio() 2729 W = FT_Hypot( Vx, Vy ); in Normalize()
|
/external/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 | 1515 exc->tt_metrics.ratio = FT_Hypot( x, y ); in Current_Ratio() 2599 W = FT_Hypot( Vx, Vy ); in Normalize()
|