SplashColorPtr 195 lib/pdf/BitmapOutputDev.cc SplashColorPtr rgb = rgbbitmap->getDataPtr();
SplashColorPtr 251 lib/pdf/BitmapOutputDev.cc SplashColorPtr in=&rgb[((y+ymin)*width+xmin)*sizeof(SplashColor)];
SplashColorPtr 1354 lib/pdf/BitmapOutputDev.cc SplashColorPtr rgb = rgbbitmap->getDataPtr()
SplashColorPtr 133 lib/pdf/FullBitmapOutputDev.cc SplashColorPtr rgb = rgbdev->getBitmap()->getDataPtr();
SplashColorPtr 166 lib/pdf/FullBitmapOutputDev.cc SplashColorPtr in=&rgb[((y+ymin)*width+xmin)*sizeof(SplashColor)];
SplashColorPtr 58 lib/pdf/xpdf/Splash.cc SplashColorPtr cSrc;
SplashColorPtr 65 lib/pdf/xpdf/Splash.cc SplashColorPtr softMaskPtr;
SplashColorPtr 68 lib/pdf/xpdf/Splash.cc SplashColorPtr destColorPtr;
SplashColorPtr 626 lib/pdf/xpdf/Splash.cc SplashColorPtr p;
SplashColorPtr 705 lib/pdf/xpdf/Splash.cc SplashColorPtr p0, p1, p2, p3;
SplashColorPtr 708 lib/pdf/xpdf/Splash.cc SplashColorPtr p;
SplashColorPtr 1023 lib/pdf/xpdf/Splash.cc SplashColorPtr row, p;
SplashColorPtr 1786 lib/pdf/xpdf/Splash.cc SplashColorPtr pixBuf, p;
SplashColorPtr 1915 lib/pdf/xpdf/Splash.cc pixBuf = (SplashColorPtr)gmalloc((yp + 1) * w);
SplashColorPtr 2066 lib/pdf/xpdf/Splash.cc SplashColorPtr colorBuf, p;
SplashColorPtr 2211 lib/pdf/xpdf/Splash.cc colorBuf = (SplashColorPtr)gmalloc((yp + 1) * w * nComps);
SplashColorPtr 2827 lib/pdf/xpdf/Splash.cc SplashColorPtr p;
SplashColorPtr 2915 lib/pdf/xpdf/Splash.cc SplashColorPtr p;
SplashColorPtr 138 lib/pdf/xpdf/Splash.h void clear(SplashColorPtr color, Guchar alpha = 0x00);
SplashColorPtr 201 lib/pdf/xpdf/Splash.h void compositeBackground(SplashColorPtr color);
SplashColorPtr 242 lib/pdf/xpdf/Splash.h SplashPattern *pattern, SplashColorPtr cSrc,
SplashColorPtr 47 lib/pdf/xpdf/SplashBitmap.cc data = (SplashColorPtr)gmalloc(rowSize * height);
SplashColorPtr 71 lib/pdf/xpdf/SplashBitmap.cc SplashColorPtr row, p;
SplashColorPtr 148 lib/pdf/xpdf/SplashBitmap.cc SplashColorPtr p;
SplashColorPtr 40 lib/pdf/xpdf/SplashBitmap.h SplashColorPtr getDataPtr() { return data; }
SplashColorPtr 45 lib/pdf/xpdf/SplashBitmap.h void getPixel(int x, int y, SplashColorPtr pixel);
SplashColorPtr 54 lib/pdf/xpdf/SplashBitmap.h SplashColorPtr data; // pointer to row zero of the color data
SplashColorPtr 334 lib/pdf/xpdf/SplashClip.cc SplashColorPtr p;
SplashColorPtr 1715 lib/pdf/xpdf/SplashOutputDev.cc SplashColorPtr q;
SplashColorPtr 1772 lib/pdf/xpdf/SplashOutputDev.cc SplashColorPtr lookup;
SplashColorPtr 1782 lib/pdf/xpdf/SplashOutputDev.cc SplashColorPtr q, col;
SplashColorPtr 1877 lib/pdf/xpdf/SplashOutputDev.cc SplashColorPtr q, col;
SplashColorPtr 2007 lib/pdf/xpdf/SplashOutputDev.cc imgData.lookup = (SplashColorPtr)gmalloc(n);
SplashColorPtr 2016 lib/pdf/xpdf/SplashOutputDev.cc imgData.lookup = (SplashColorPtr)gmalloc(3 * n);
SplashColorPtr 2027 lib/pdf/xpdf/SplashOutputDev.cc imgData.lookup = (SplashColorPtr)gmalloc(4 * n);
SplashColorPtr 2066 lib/pdf/xpdf/SplashOutputDev.cc SplashColorPtr lookup;
SplashColorPtr 2076 lib/pdf/xpdf/SplashOutputDev.cc SplashColorPtr q, col;
SplashColorPtr 2251 lib/pdf/xpdf/SplashOutputDev.cc imgData.lookup = (SplashColorPtr)gmalloc(n);
SplashColorPtr 2260 lib/pdf/xpdf/SplashOutputDev.cc imgData.lookup = (SplashColorPtr)gmalloc(3 * n);
SplashColorPtr 2271 lib/pdf/xpdf/SplashOutputDev.cc imgData.lookup = (SplashColorPtr)gmalloc(4 * n);
SplashColorPtr 2343 lib/pdf/xpdf/SplashOutputDev.cc imgMaskData.lookup = (SplashColorPtr)gmalloc(n);
SplashColorPtr 2383 lib/pdf/xpdf/SplashOutputDev.cc imgData.lookup = (SplashColorPtr)gmalloc(n);
SplashColorPtr 2392 lib/pdf/xpdf/SplashOutputDev.cc imgData.lookup = (SplashColorPtr)gmalloc(3 * n);
SplashColorPtr 2403 lib/pdf/xpdf/SplashOutputDev.cc imgData.lookup = (SplashColorPtr)gmalloc(4 * n);
SplashColorPtr 2596 lib/pdf/xpdf/SplashOutputDev.cc SplashColorPtr p;
SplashColorPtr 50 lib/pdf/xpdf/SplashOutputDev.h GBool reverseVideoA, SplashColorPtr paperColorA,
SplashColorPtr 163 lib/pdf/xpdf/SplashOutputDev.h void setPaperColor(SplashColorPtr paperColorA);
SplashColorPtr 212 lib/pdf/xpdf/SplashOutputDev.h static GBool imageMaskSrc(void *data, SplashColorPtr line);
SplashColorPtr 213 lib/pdf/xpdf/SplashOutputDev.h static GBool imageSrc(void *data, SplashColorPtr colorLine,
SplashColorPtr 215 lib/pdf/xpdf/SplashOutputDev.h static GBool alphaImageSrc(void *data, SplashColorPtr line,
SplashColorPtr 217 lib/pdf/xpdf/SplashOutputDev.h static GBool maskedImageSrc(void *data, SplashColorPtr line,
SplashColorPtr 34 lib/pdf/xpdf/SplashPattern.h virtual void getColor(int x, int y, SplashColorPtr c) = 0;
SplashColorPtr 50 lib/pdf/xpdf/SplashPattern.h SplashSolidColor(SplashColorPtr colorA);
SplashColorPtr 56 lib/pdf/xpdf/SplashPattern.h virtual void getColor(int x, int y, SplashColorPtr c);
SplashColorPtr 301 lib/pdf/xpdf/SplashXPathScanner.cc SplashColorPtr p;
SplashColorPtr 364 lib/pdf/xpdf/SplashXPathScanner.cc SplashColorPtr p;