Searched refs:blendingColorSpace (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.h | 204 GfxColorSpace *blendingColorSpace, 298 GfxColorSpace *blendingColorSpace = NULL,
|
H A D | pdf-parser.cpp | 870 GfxColorSpace *blendingColorSpace = 0; local 875 blendingColorSpace = GfxColorSpace::parse(NULL, &obj5, NULL, NULL); 877 blendingColorSpace = GfxColorSpace::parse(&obj5, NULL, NULL); 879 blendingColorSpace = GfxColorSpace::parse(&obj5, NULL); 892 if (blendingColorSpace) { 893 blendingColorSpace->getDefaultColor(&backdropColor); 901 doSoftMask(&obj3, alpha, blendingColorSpace, 924 GfxColorSpace *blendingColorSpace, 983 blendingColorSpace, isolated, knockout, 987 if (blendingColorSpace) { 923 doSoftMask(Object *str, GBool alpha, GfxColorSpace *blendingColorSpace, GBool isolated, GBool knockout, Function *transferFunc, GfxColor *backdropColor) argument 2947 GfxColorSpace *blendingColorSpace; local 3044 doForm1(Object *str, Dict *resDict, double *matrix, double *bbox, GBool transpGroup, GBool softMask, GfxColorSpace *blendingColorSpace, GBool isolated, GBool knockout, GBool alpha, Function *transferFunc, GfxColor *backdropColor) argument [all...] |
Completed in 19 milliseconds