Searched defs:map (Results 1 - 6 of 6) sorted by relevance

/inkscape/share/extensions/Barcode/
H A DCode39Ext.py26 map = {} variable
30 map[char] = i
H A DRm4scc.py24 map = { variable
82 if map.has_key(char):
83 result = result + map[char]
93 if map.has_key(char):
94 bars = map[char][0:8:2]
/inkscape/src/extension/internal/filter/
H A Ddistort.h36 in = map (in="composite3")
37 out = map (in="blur")
124 std::ostringstream map; local
143 map << "composite3";
145 map << "blur";
155 "<feDisplacementMap in=\"%s\" in2=\"turbulence\" xChannelSelector=\"R\" scale=\"%s\" yChannelSelector=\"G\" result=\"map\" />\n"
160 map.str().c_str(), intensity.str().c_str(), dilat.str().c_str(), erosion.str().c_str(), stroke.str().c_str() );
/inkscape/src/display/
H A Dnr-filter-displacement-map.cpp14 #include "display/nr-filter-displacement-map.h"
32 Displace(cairo_surface_t *texture, cairo_surface_t *map, argument
35 , _map(map)
75 cairo_surface_t *map = slot.getcairo(_input2); local
80 // We may need to transform map surface to correct color interpolation space. The map surface
82 // filter use the same color interpolation space so we don't copy the map before converting.
87 set_cairo_surface_ci( map, ci_fp );
93 ink_cairo_surface_synthesize(out, Displace(texture, map, Xchannel, Ychannel, scalex, scaley));
/inkscape/src/ui/widget/
H A Dcolor-scales.cpp644 static gchar *map = NULL; local
646 if (!map) {
649 map = g_new(gchar, 4 * 1024);
650 p = map;
661 return map;
H A Dcolor-slider.cpp39 static const guchar *sp_color_slider_render_map(gint x0, gint y0, gint width, gint height, guchar *map, gint start,
352 // Remove any map, if set
373 void ColorSlider::setMap(const guchar *map) argument
375 _map = const_cast<guchar *>(map);
432 /* Render map pixelstore */
590 static const guchar *sp_color_slider_render_map(gint x0, gint y0, gint width, gint height, guchar *map, gint start, argument
611 guchar *sp = map + 4 * (start >> 16);

Completed in 89 milliseconds