HomeSort by relevance Sort by last modified time
    Searched full:d_hypot (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/base/
ftcalc.c 969 FT_Pos d_in, d_out, d_hypot; local
993 d_hypot = FT_HYPOT( ax, ay );
997 /* d_in + d_out < 17/16 d_hypot */
999 return ( d_in + d_out - d_hypot ) < ( d_hypot >> 4 );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftcalc.c 969 FT_Pos d_in, d_out, d_hypot; local
993 d_hypot = FT_HYPOT( ax, ay );
997 /* d_in + d_out < 17/16 d_hypot */
999 return ( d_in + d_out - d_hypot ) < ( d_hypot >> 4 );
  /external/pdfium/third_party/freetype/src/base/
ftcalc.c 969 FT_Pos d_in, d_out, d_hypot; local
993 d_hypot = FT_HYPOT( ax, ay );
997 /* d_in + d_out < 17/16 d_hypot */
999 return ( d_in + d_out - d_hypot ) < ( d_hypot >> 4 );

Completed in 3508 milliseconds