/inkscape/src/svg/ |
H A D | test-stubs.cpp | 18 #include <map> 21 std::map<std::string,long long int> int_prefs; 32 std::map<std::string,long long int>::const_iterator it=int_prefs.find(std::string(path) + '/' + std::string(attr));
|
/inkscape/src/ |
H A D | attribute-rel-css.h | 12 #include <map> 17 typedef std::map<Glib::ustring, std::set<Glib::ustring> > hashList; 51 std::map<Glib::ustring, Glib::ustring> defaultValuesOfProps; 52 std::map<Glib::ustring, gboolean> inheritProps;
|
H A D | attribute-rel-svg.h | 12 #include <map> 17 typedef std::map<Glib::ustring, std::set<Glib::ustring> > hashList;
|
H A D | document-private.h | 17 #include <map> 40 typedef std::map<GQuark, SPDocument::IDChangedSignal> IDChangedSignalMap; 41 typedef std::map<GQuark, SPDocument::ResourcesChangedSignal> ResourcesChangedSignalMap; 43 std::map<std::string, SPObject *> iddef; 44 std::map<Inkscape::XML::Node *, SPObject *> reprdef; 52 std::map<std::string, std::set<SPObject *> > resources;
|
H A D | graphlayout.cpp | 17 #include <map> 58 selected,vector<Rectangle*>& rs,map<string,unsigned>& nodelookup) : 83 map<string,unsigned>& nodelookup; 122 map<string,unsigned> nodelookup; 159 map<string,unsigned>::iterator i_iter=nodelookup.find(iu->getId()); 160 map<string,unsigned>::iterator i_iter_end=nodelookup.end(); 192 map<string,unsigned>::iterator v_pair=nodelookup.find(iv->getId()); 228 map<string,unsigned>::iterator i=nodelookup.find(u->getId());
|
H A D | deptool.cpp | 79 #include <map> 159 std::map<String, FileRec *> files; 350 std::map<String, FileRec *> allFiles; 356 std::map<String, FileRec *> refFiles; 362 std::map<String, FileRec *> depFiles; 400 std::map<String, FileRec *>::iterator iter; 759 std::map<String, FileRec *>::iterator iter = 887 std::map<String, FileRec *>::iterator iter; 917 std::map<String, FileRec *>::iterator iter; 921 std::map<Strin [all...] |
H A D | sp-cursor.cpp | 21 #include <map> 70 std::map<char, RGBA> colorMap; 106 std::map<char, RGBA>::const_iterator it = colorMap.find(xpm[1 + colors + y][x]);
|
/inkscape/cxxtest/cxxtest/ |
H A D | StdHeaders.h | 16 #include <map>
|
/inkscape/share/extensions/Barcode/ |
H A D | Rm4scc.py | 24 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]
|
H A D | Code39Ext.py | 26 map = {} variable 30 map[char] = i
|
/inkscape/src/debug/ |
H A D | demangle.cpp | 14 #include <map> 48 typedef std::map<char const *, char const *, string_less_than> MangleCache;
|
/inkscape/src/trace/potrace/ |
H A D | bitmap.h | 32 #define bm_scanline(bm, y) ((bm)->map + (ptrdiff_t)(y)*(ptrdiff_t)(bm)->dy) 51 free(bm->map); 76 bm->map = (potrace_word *) malloc(size); 77 if (!bm->map) { 89 memset(bm->map, c ? -1 : 0, size); 99 memcpy(bm1->map, bm->map, size); 109 bm->map[i] ^= BM_ALLBITS;
|
/inkscape/src/display/ |
H A D | nr-filter-slot.h | 17 #include <map> 79 typedef std::map<int, cairo_surface_t *> SlotMap; 83 typedef std::map<int, Geom::Rect> PrimitiveAreaMap;
|
H A D | nr-filter-displacement-map.cpp | 14 #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/libnrtype/ |
H A D | font-instance.h | 4 #include <map> 35 std::map<int, int> id_to_no; 40 std::map<Glib::ustring, int> openTypeTables;
|
/inkscape/src/ui/dialog/ |
H A D | dialog-manager.h | 18 #include <map> 40 typedef std::map<GQuark, DialogFactory> FactoryMap; 41 typedef std::map<GQuark, Dialog*> DialogMap; 55 DialogMap _dialog_map; //< map of already created dialogs
|
H A D | template-load-tab.h | 19 #include <map> 70 std::map<Glib::ustring, TemplateData> _tdata;
|
/inkscape/src/extension/ |
H A D | db.h | 18 #include <map> 36 to find the different extensions in the hash map. */ 50 std::map <const char *, Extension *, ltstr> moduledict;
|
/inkscape/src/ui/cache/ |
H A D | svg_preview_cache.h | 12 #include <map> 33 std::map<Glib::ustring, GdkPixbuf*> _pixmap_cache;
|
/inkscape/src/util/ |
H A D | ege-tags.h | 42 #include <map> 105 std::map<std::string, int> counts;
|
/inkscape/share/extensions/ |
H A D | dm2svg.py | 73 points = ' '.join(','.join(map(str, e)) for e in coords) 83 x1, x2, y1, y2 = map(ord, f.read(4))
|
/inkscape/src/xml/ |
H A D | node-fns.cpp | 5 #include <map> 29 typedef std::map<GQuark, bool> IdPermittedMap;
|
/inkscape/src/extension/internal/filter/ |
H A D | distort.h | 36 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/ui/widget/ |
H A D | unit-tracker.h | 18 #include <map> 71 std::map <GtkAdjustment *, gdouble> _priorValues;
|
/inkscape/src/extension/internal/ |
H A D | odf.h | 33 #include <map> 284 std::map<Glib::ustring, Glib::ustring> metadata; 293 std::map<Glib::ustring, Glib::ustring> styleLookupTable; 298 std::map<Glib::ustring, Glib::ustring> gradientLookupTable; 303 std::map<Glib::ustring, Glib::ustring> imageTable;
|