HomeSort by relevance Sort by last modified time
    Searched refs:d_out (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/base/
ftcalc.c 918 FT_Pos d_in, d_out, d_hypot; local
941 d_out = FT_HYPOT( out_x, out_y );
946 /* d_in + d_out < 17/16 d_hypot */
948 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
992 d_out = FT_HYPOT( out_x, out_y );
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
992 d_out = FT_HYPOT( out_x, out_y );
997 /* d_in + d_out < 17/16 d_hypot */
999 return ( d_in + d_out - d_hypot ) < ( d_hypot >> 4 );
  /external/freetype/src/pshinter/
pshalgo.c 935 FT_Pos d_in, d_out, d_corner; local
950 d_out = ax + ay;
960 return ( d_in + d_out - d_corner ) < ( d_corner >> 4 );
    [all...]

Completed in 2063 milliseconds