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

/inkscape/src/
H A Dseltrans.cpp116 _stamp_cache(std::vector<SPItem*>()),
376 g_return_if_fail(_stamp_cache.empty());
438 if(!_stamp_cache.empty()){
439 _stamp_cache.clear();
520 if ( fixup && !_stamp_cache.empty() ) {
522 _stamp_cache.clear();
528 if (!_stamp_cache.empty()) {
529 l = _stamp_cache;
534 _stamp_cache = l;
577 if ( fixup && !_stamp_cache
[all...]
H A Dseltrans.h189 std::vector<SPItem*> _stamp_cache; member in class:Inkscape::SelTrans

Completed in 18 milliseconds