Home
last modified time | relevance | path

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

/external/freetype/include/internal/
Dftcalc.h151 FT_Hypot( FT_Fixed x,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
Dftcalc.h147 FT_Hypot( FT_Fixed x,
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
Dftcalc.h147 FT_Hypot( FT_Fixed x,
/external/chromium_org/third_party/freetype/include/freetype/internal/
Dftcalc.h147 FT_Hypot( FT_Fixed x,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dftcalc.c139 FT_Hypot( FT_Fixed x, in FT_Hypot() function
/external/chromium_org/third_party/freetype/src/base/
Dftcalc.c142 FT_Hypot( FT_Fixed x, in FT_Hypot() function
/external/freetype/src/base/
Dftcalc.c379 FT_Hypot( FT_Fixed x, in FT_Hypot() function
/external/chromium_org/third_party/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.c1590 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/
Dttgload.c1132 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()
Dttinterp.c1590 CUR.tt_metrics.ratio = FT_Hypot( x, y ); in Current_Ratio()
2650 W = FT_Hypot( Vx, Vy ); in Normalize()
/external/freetype/src/truetype/
Dttgload.c1121 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()
Dttinterp.c1701 CUR.tt_metrics.ratio = FT_Hypot( x, y ); in Current_Ratio()
2761 W = FT_Hypot( Vx, Vy ); in Normalize()