Searched refs:process (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/display/ |
H A D | grayscale.h | 19 guint32 process(guint32 rgba); 20 guint32 process(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
|
H A D | grayscale.cpp | 35 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 D | sp-canvas.cpp | 1029 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 D | gdk-event-latency-tracker.h | 25 boost::optional<double> process(GdkEvent const *e);
|
H A D | gdk-event-latency-tracker.cpp | 27 boost::optional<double> GdkEventLatencyTracker::process(GdkEvent const *event) { function in class:Inkscape::Debug::GdkEventLatencyTracker
|
/inkscape/src/2geom/ |
H A D | sweeper.h | 81 * and call the process() method. 110 void process() { function in class:Geom::Sweeper
|
H A D | pathvector.cpp | 223 sweeper.process();
|
H A D | path.cpp | 564 sweeper.process();
|
/inkscape/share/extensions/ |
H A D | gcodetools.py | 2454 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 86 milliseconds