Searched refs:process (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/display/
H A Dgrayscale.h19 guint32 process(guint32 rgba);
20 guint32 process(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
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
H A Dsp-canvas.cpp1029 boost::optional<double> latency = tracker.process(event);
1472 // then process the event.
1626 // this returns control to the idle loop and allows Inkscape to process user input
/inkscape/src/debug/
H A Dgdk-event-latency-tracker.h25 boost::optional<double> process(GdkEvent const *e);
H A Dgdk-event-latency-tracker.cpp27 boost::optional<double> GdkEventLatencyTracker::process(GdkEvent const *event) { function in class:Inkscape::Debug::GdkEventLatencyTracker
/inkscape/src/2geom/
H A Dsweeper.h81 * and call the process() method.
110 void process() { function in class:Geom::Sweeper
H A Dpathvector.cpp223 sweeper.process();
H A Dpath.cpp564 sweeper.process();
/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 49 milliseconds