PreScanOutputDev.cc (xpdf-4.03) | : | PreScanOutputDev.cc (xpdf-4.04) | ||
---|---|---|---|---|
skipping to change at line 251 | skipping to change at line 251 | |||
} | } | |||
if (colorSpace->getMode() != csDeviceGray && | if (colorSpace->getMode() != csDeviceGray && | |||
colorSpace->getMode() != csCalGray) { | colorSpace->getMode() != csCalGray) { | |||
gray = gFalse; | gray = gFalse; | |||
} | } | |||
mono = gFalse; | mono = gFalse; | |||
transparency = gTrue; | transparency = gTrue; | |||
gdi = gFalse; | gdi = gFalse; | |||
} | } | |||
void PreScanOutputDev::beginTransparencyGroup( | GBool PreScanOutputDev::beginTransparencyGroup( | |||
GfxState *state, double *bbox, | GfxState *state, double *bbox, | |||
GfxColorSpace *blendingColorSpace, | GfxColorSpace *blendingColorSpace, | |||
GBool isolated, GBool knockout, | GBool isolated, GBool knockout, | |||
GBool forSoftMask) { | GBool forSoftMask) { | |||
transparency = gTrue; | transparency = gTrue; | |||
gdi = gFalse; | gdi = gFalse; | |||
return gTrue; | ||||
} | } | |||
void PreScanOutputDev::check(GfxState *state, | void PreScanOutputDev::check(GfxState *state, | |||
GfxColorSpace *colorSpace, GfxColor *color, | GfxColorSpace *colorSpace, GfxColor *color, | |||
double opacity, GfxBlendMode blendMode) { | double opacity, GfxBlendMode blendMode) { | |||
GfxGray gr; | GfxGray gr; | |||
GfxCMYK cmyk; | GfxCMYK cmyk; | |||
GfxRGB rgb; | GfxRGB rgb; | |||
if (colorSpace->getMode() == csPattern) { | if (colorSpace->getMode() == csPattern) { | |||
End of changes. 2 change blocks. | ||||
5 lines changed or deleted | 6 lines changed or added |