intersection 124 lib/devices/polyops.c gfxpoly_t*intersection = gfxpoly_intersect(poly, oldclip);
intersection 125 lib/devices/polyops.c if(intersection) {
intersection 129 lib/devices/polyops.c currentclip = intersection;
intersection 573 lib/pdf/BitmapOutputDev.cc if(intersection(booltextbitmap, stalepolybitmap, x1,y1,x2,y2)) {
intersection 615 lib/pdf/BitmapOutputDev.cc if(intersection(boolpolybitmap, staletextbitmap, x1,y1,x2,y2)) {
intersection 200 lib/pdf/BitmapOutputDev.h GBool intersection(SplashBitmap*boolpoly, SplashBitmap*booltext, int x1, int y1, int x2, int y2);