Searched defs:when (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/widgets/
H A Dfill-style.cpp414 guint32 when = gtk_get_current_event_time(); local
418 if (!dragId && lastDrag && when && ((when - lastDrag) < 32)) {
429 lastDrag = when;
453 This is called (at least) when:
488 // This happens when you switch multiple objects with different gradients to flat color;
548 // HACK: reset fill-opacity - that 0.75 is annoying; BUT remove this when we have an opacity slider for all tabs
637 // HACK: reset fill-opacity - that 0.75 is annoying; BUT remove this when we have an opacity slider for all tabs
H A Dicon.cpp297 // Limit drawing to when we actually have something. Avoids some crashes.
461 unsigned long when = st.st_mtime; local
462 lastSeen = std::max(lastSeen, when);
463 out << std::hex << when << std::dec << " " << fileEscape(*it) << std::endl;
497 unsigned long when = st.st_mtime; local
498 if ( when < lastSeen ) {
871 // PUBLIC CALL for when you REALLY need a pixbuf

Completed in 21 milliseconds