Searched refs:d_in (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/base/
H A Dftcalc.c918 FT_Pos d_in, d_out, d_hypot; local
940 d_in = FT_HYPOT( in_x, in_y );
946 /* d_in + d_out < 17/16 d_hypot */
948 return ( d_in + d_out - d_hypot ) < ( d_hypot >> 4 );
/external/pdfium/third_party/freetype/src/base/
H A Dftcalc.c864 FT_Pos d_in, d_out, d_hypot; local
886 d_in = FT_HYPOT( in_x, in_y );
892 /* d_in + d_out < 17/16 d_hypot */
894 return ( d_in + d_out - d_hypot ) < ( d_hypot >> 4 );
/external/freetype/src/pshinter/
H A Dpshalgo.c935 FT_Pos d_in, d_out, d_corner; local
942 d_in = ax + ay;
960 return ( d_in + d_out - d_corner ) < ( d_corner >> 4 );
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshalgo.c944 FT_Pos d_in, d_out, d_corner; local
951 d_in = ax + ay;
969 return ( d_in + d_out - d_corner ) < ( d_corner >> 4 );

Completed in 137 milliseconds