Home
last modified time | relevance | path

Searched refs:SplashFunctionPattern (Results 1 – 14 of 14) sorted by relevance

/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-14494/
H A DSplashOutputDev.h58 class SplashFunctionPattern : public SplashPattern {
61 SplashFunctionPattern(SplashColorMode colorMode, GfxState *state, GfxFunctionShading *shading);
64 return new SplashFunctionPattern(colorMode, state, (GfxFunctionShading *) shading); in copy()
67 ~SplashFunctionPattern();
H A DSplashOutputDev.cc229 SplashFunctionPattern::SplashFunctionPattern(SplashColorMode colorModeA, GfxState *stateA, GfxFunct… in SplashFunctionPattern() function in SplashFunctionPattern
261 SplashFunctionPattern::~SplashFunctionPattern() { in ~SplashFunctionPattern()
264 bool SplashFunctionPattern::getColor(int x, int y, SplashColorPtr c) { in getColor()
4787 SplashFunctionPattern *pattern = new SplashFunctionPattern(colorMode, state, shading); in functionShadedFill()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-14494/
H A DSplashOutputDev.h58 class SplashFunctionPattern : public SplashPattern {
61 SplashFunctionPattern(SplashColorMode colorMode, GfxState *state, GfxFunctionShading *shading);
64 return new SplashFunctionPattern(colorMode, state, (GfxFunctionShading *) shading); in copy()
67 ~SplashFunctionPattern();
H A DSplashOutputDev.cc229 SplashFunctionPattern::SplashFunctionPattern(SplashColorMode colorModeA, GfxState *stateA, GfxFunct… in SplashFunctionPattern() function in SplashFunctionPattern
261 SplashFunctionPattern::~SplashFunctionPattern() { in ~SplashFunctionPattern()
264 bool SplashFunctionPattern::getColor(int x, int y, SplashColorPtr c) { in getColor()
4787 SplashFunctionPattern *pattern = new SplashFunctionPattern(colorMode, state, shading); in functionShadedFill()
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DSplashOutputDev.h59 class SplashFunctionPattern : public SplashPattern
62 SplashFunctionPattern(SplashColorMode colorMode, GfxState *state, GfxFunctionShading *shading);
64 …SplashPattern *copy() const override { return new SplashFunctionPattern(colorMode, state, (GfxFunc… in copy()
66 ~SplashFunctionPattern() override;
H A DSplashOutputDev.cc215 SplashFunctionPattern::SplashFunctionPattern(SplashColorMode colorModeA, GfxState *stateA, GfxFunct… in SplashFunctionPattern() function in SplashFunctionPattern
247 SplashFunctionPattern::~SplashFunctionPattern() { } in ~SplashFunctionPattern()
249 bool SplashFunctionPattern::getColor(int x, int y, SplashColorPtr c) in getColor()
4495 SplashFunctionPattern *pattern = new SplashFunctionPattern(colorMode, state, shading); in functionShadedFill()
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DSplashOutputDev.h59 class SplashFunctionPattern : public SplashPattern
62 SplashFunctionPattern(SplashColorMode colorMode, GfxState *state, GfxFunctionShading *shading);
64 …SplashPattern *copy() const override { return new SplashFunctionPattern(colorMode, state, (GfxFunc… in copy()
66 ~SplashFunctionPattern() override;
H A DSplashOutputDev.cc215 SplashFunctionPattern::SplashFunctionPattern(SplashColorMode colorModeA, GfxState *stateA, GfxFunct… in SplashFunctionPattern() function in SplashFunctionPattern
247 SplashFunctionPattern::~SplashFunctionPattern() { } in ~SplashFunctionPattern()
249 bool SplashFunctionPattern::getColor(int x, int y, SplashColorPtr c) in getColor()
4495 SplashFunctionPattern *pattern = new SplashFunctionPattern(colorMode, state, shading); in functionShadedFill()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DSplashOutputDev.h59 class SplashFunctionPattern : public SplashPattern
62 SplashFunctionPattern(SplashColorMode colorMode, GfxState *state, GfxFunctionShading *shading);
64 …SplashPattern *copy() const override { return new SplashFunctionPattern(colorMode, state, (GfxFunc… in copy()
66 ~SplashFunctionPattern() override;
H A DSplashOutputDev.cc215 SplashFunctionPattern::SplashFunctionPattern(SplashColorMode colorModeA, GfxState *stateA, GfxFunct… in SplashFunctionPattern() function in SplashFunctionPattern
247 SplashFunctionPattern::~SplashFunctionPattern() { } in ~SplashFunctionPattern()
249 bool SplashFunctionPattern::getColor(int x, int y, SplashColorPtr c) in getColor()
4495 SplashFunctionPattern *pattern = new SplashFunctionPattern(colorMode, state, shading); in functionShadedFill()
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DSplashOutputDev.h59 class SplashFunctionPattern : public SplashPattern
62 SplashFunctionPattern(SplashColorMode colorMode, GfxState *state, GfxFunctionShading *shading);
64 …SplashPattern *copy() const override { return new SplashFunctionPattern(colorMode, state, (GfxFunc… in copy()
66 ~SplashFunctionPattern() override;
H A DSplashOutputDev.cc215 SplashFunctionPattern::SplashFunctionPattern(SplashColorMode colorModeA, GfxState *stateA, GfxFunct… in SplashFunctionPattern() function in SplashFunctionPattern
247 SplashFunctionPattern::~SplashFunctionPattern() { } in ~SplashFunctionPattern()
249 bool SplashFunctionPattern::getColor(int x, int y, SplashColorPtr c) in getColor()
4495 SplashFunctionPattern *pattern = new SplashFunctionPattern(colorMode, state, shading); in functionShadedFill()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DSplashOutputDev.h62 class SplashFunctionPattern: public SplashPattern {
65 SplashFunctionPattern(SplashColorMode colorMode, GfxState *state, GfxFunctionShading *shading);
67 …virtual SplashPattern *copy() { return new SplashFunctionPattern(colorMode, state, (GfxFunctionSha… in copy()
69 virtual ~SplashFunctionPattern();
H A DSplashOutputDev.cc256 SplashFunctionPattern::SplashFunctionPattern(SplashColorMode colorModeA, GfxState *stateA, GfxFunct… in SplashFunctionPattern() function in SplashFunctionPattern
288 SplashFunctionPattern::~SplashFunctionPattern() { in ~SplashFunctionPattern()
291 GBool SplashFunctionPattern::getColor(int x, int y, SplashColorPtr c) { in getColor()
4853 SplashFunctionPattern *pattern = new SplashFunctionPattern(colorMode, state, shading); in functionShadedFill()