Searched defs:process (Results 1 - 5 of 5) sorted by relevance
/inkscape/packaging/ | ||
H A D | release-sign-tarballs | 224 process() { function 259 process |
/inkscape/src/debug/ | ||
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/display/ | ||
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 |
/inkscape/src/2geom/ | ||
H A D | sweeper.h | 81 * and call the process() method. 110 void process() { function in class:Geom::Sweeper |
/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 68 milliseconds