splashAbs 1185 lib/pdf/xpdf/Splash.cc } else if (splashAbs(seg->dxdy) > 1) {
splashAbs 1799 lib/pdf/xpdf/Splash.cc if (splashAbs(mat[0] * mat[3] - mat[1] * mat[2]) < 0.000001) {
splashAbs 1804 lib/pdf/xpdf/Splash.cc rot = splashAbs(mat[1]) > splashAbs(mat[0]);
splashAbs 2115 lib/pdf/xpdf/Splash.cc if (splashAbs(mat[0] * mat[3] - mat[1] * mat[2]) < 0.000001) {
splashAbs 2120 lib/pdf/xpdf/Splash.cc rot = splashAbs(mat[1]) > splashAbs(mat[0]);
splashAbs 288 lib/pdf/xpdf/SplashFontEngine.cc if (splashAbs(mat[0] * mat[3] - mat[1] * mat[2]) < 0.01) {
splashAbs 75 lib/pdf/xpdf/SplashMath.h dxa = splashAbs(dx);
splashAbs 76 lib/pdf/xpdf/SplashMath.h dya = splashAbs(dy);
splashAbs 379 lib/pdf/xpdf/SplashXPath.cc if (splashAbs(x1 - x0) > splashAbs(y1 - y0)) {