Searched refs:specs (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/util/
H A Dcompose.hpp72 specification_map specs; member in class:StringPrivate::Composition
123 for (specification_map::const_iterator i = specs.lower_bound(arg_no),
124 end = specs.upper_bound(arg_no); i != end; ++i) {
145 // fill in specs with the positions
169 specs.insert(specification_map::value_type(spec_no, pos));
H A Ducompose.hpp81 specification_map specs; member in class:UStringPrivate::Composition
166 for (specification_map::const_iterator i = specs.lower_bound(arg_no),
167 end = specs.upper_bound(arg_no); i != end; ++i) {
196 // fill in specs with the positions
220 specs.insert(specification_map::value_type(spec_no, pos));

Completed in 16 milliseconds