SplashScreenPoint 38 lib/pdf/xpdf/SplashScreen.cc return ((SplashScreenPoint *)p0)->dist - ((SplashScreenPoint *)p1)->dist; SplashScreenPoint 224 lib/pdf/xpdf/SplashScreen.cc SplashScreenPoint *dots, *pts; SplashScreenPoint 235 lib/pdf/xpdf/SplashScreen.cc pts = (SplashScreenPoint *)gmallocn(size * size, sizeof(SplashScreenPoint)); SplashScreenPoint 274 lib/pdf/xpdf/SplashScreen.cc dots = (SplashScreenPoint *)gmallocn(dotsSize, sizeof(SplashScreenPoint)); SplashScreenPoint 281 lib/pdf/xpdf/SplashScreen.cc dots = (SplashScreenPoint *)greallocn(dots, dotsSize, SplashScreenPoint 282 lib/pdf/xpdf/SplashScreen.cc sizeof(SplashScreenPoint)); SplashScreenPoint 337 lib/pdf/xpdf/SplashScreen.cc qsort(pts, n, sizeof(SplashScreenPoint), &cmpDistances);