Searched refs:Function (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/util/
H A Dfunction.h2 * Inkscape::Traits::Function - traits class for C++ "functors"
19 template <typename F> struct Function;
22 struct Function<R (*)()> { struct in namespace:Inkscape::Traits
34 struct Function<R (*)(A0)> { struct in namespace:Inkscape::Traits
46 struct Function<R (*)(A0, A1)> { struct in namespace:Inkscape::Traits
58 struct Function<R (*)(A0, A1, A2)> { struct in namespace:Inkscape::Traits
71 struct Function<R (*)(A0, A1, A2, A3)> { struct in namespace:Inkscape::Traits
84 struct Function<R (*)(A0, A1, A2, A3, A4)> { struct in namespace:Inkscape::Traits
97 struct Function<R (*)(A0, A1, A2, A3, A4, A5)> { struct in namespace:Inkscape::Traits
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.h33 class Function;
135 Function *transfer_func, GfxColor *backdrop_color);
178 Function *func);
H A Dpdf-parser.h37 class Function;
206 Function *transferFunc, GfxColor *backdropColor);
300 GBool alpha = gFalse, Function *transferFunc = NULL,
H A Dsvg-builder.cpp42 #include "Function.h"
754 Function *func;
868 Function *func) {
1883 Function * /*transfer_func*/, GfxColor * /*backdrop_color*/) {
H A Dpdf-parser.cpp742 Function *funcs[4] = {0, 0, 0, 0};
813 funcs[i] = Function::parse(&obj3);
824 if ((funcs[0] = Function::parse(&obj2))) {
846 funcs[0] = Function::parse(&obj3);
926 Function *transferFunc, GfxColor *backdropColor) {
1961 //~ if the shading has a Function, this should interpolate on the
2101 //~ if the shading has a Function, this should interpolate on the
3048 GBool alpha, Function *transferFunc,

Completed in 77 milliseconds