Searched refs:hash (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/util/
H A Dunordered-containers.h28 # define INK_HASH std::hash
32 struct hash<Glib::ustring> : public std::unary_function<Glib::ustring, std::size_t> { struct in namespace:std
34 return hash<std::string>()(s.raw());
44 # define INK_HASH std::tr1::hash
49 struct hash<Glib::ustring> : public std::unary_function<Glib::ustring, std::size_t> {
51 return hash<std::string>()(s.raw());
62 # define INK_HASH boost::hash
66 struct hash<Glib::ustring> : public std::unary_function<Glib::ustring, std::size_t> {
68 return hash<std::string>()(s.raw());
79 /// Name (with namespace) of the hash templat
[all...]
H A Dziptool.cpp1307 unsigned int hash = 0; local
1314 hash = ((hash<<8) & 0xffffff00) | ch;
1315 windowHashBuf[i] = hash;
/inkscape/share/extensions/
H A Dvoronoi.py546 self.hash = [None]*self.hashsize
552 self.hash[0] = self.leftend
553 self.hash[-1] = self.rightend
566 # Get entry from hash table, pruning any deleted nodes
570 he = self.hash[b]
575 self.hash[b] = None
579 # Use hash table to get close to desired halfedge
609 # Update hash table and reference counts
611 self.hash[bucket] = he
623 self.hash
[all...]
H A DjessyInk.js224 var hashObj = new LocationHash(window.location.hash);
816 window.location.hash = (activeSlide + 1) + '_' + activeEffect;
898 window.location.hash = (activeSlide + 1) + '_0';
1941 window.location.hash = (activeSlide + 1) + '_' + activeEffect;
2455 /** Class processing the location hash.
2457 * @param str location hash
/inkscape/src/libcroco/
H A Dcr-tknzr.c1069 *Parses a "hash" as defined by the css spec in [4.1.1]:
/inkscape/src/live_effects/
H A Dlpe-roughen.cpp21 #include <boost/functional/hash.hpp>

Completed in 90 milliseconds