Searched defs:setSource (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/display/
H A Ddrawing-context.cpp125 void DrawingContext::setSource(guint32 rgba) { function in class:Inkscape::DrawingContext
128 void DrawingContext::setSource(DrawingSurface *s) { function in class:Inkscape::DrawingContext
H A Ddrawing-context.h104 void setSource(cairo_pattern_t *source) { cairo_set_source(_ct, source); } function in class:Inkscape::DrawingContext
105 void setSource(cairo_surface_t *surface, double x, double y) { function in class:Inkscape::DrawingContext
108 void setSource(double r, double g, double b, double a = 1.0) { function in class:Inkscape::DrawingContext
111 void setSource(guint32 rgba);
112 void setSource(DrawingSurface *s);
/inkscape/src/
H A Dsnapped-point.h73 void setSource(SnapSourceType const source) {_source = source;} function in class:Inkscape::SnappedPoint

Completed in 592 milliseconds