Searched defs:process (Results 1 - 5 of 5) sorted by relevance

/inkscape/packaging/
H A Drelease-sign-tarballs224 process() { function
259 process
/inkscape/src/debug/
H A Dgdk-event-latency-tracker.cpp27 boost::optional<double> GdkEventLatencyTracker::process(GdkEvent const *event) { function in class:Inkscape::Debug::GdkEventLatencyTracker
/inkscape/src/display/
H A Dgrayscale.cpp35 guint32 process(guint32 rgba) { function in namespace:Grayscale
36 return process(SP_RGBA32_R_U(rgba), SP_RGBA32_G_U(rgba), SP_RGBA32_B_U(rgba), SP_RGBA32_A_U(rgba));
39 guint32 process(unsigned char r, unsigned char g, unsigned char b, unsigned char a) { function in namespace:Grayscale
/inkscape/src/2geom/
H A Dsweeper.h81 * and call the process() method.
110 void process() { function in class:Geom::Sweeper
/inkscape/share/extensions/
H A Dgcodetools.py2454 def process(self,command): member in class:Postprocessor
3254 postprocessor.process(self.options.postprocessor)
3256 postprocessor.process(self.options.postprocessor_custom)
3388 # got a corner to process

Completed in 68 milliseconds