Lines Matching defs:swp
169 SwatchesPanel* swp = bouncePanel;
170 SPDesktop* desktop = swp ? swp->getDesktop() : 0;
189 SwatchesPanel* swp = bouncePanel;
190 SPDesktop* desktop = swp ? swp->getDesktop() : 0;
213 SwatchesPanel* swp = bouncePanel;
214 SPDesktop* desktop = swp ? swp->getDesktop() : 0;
221 SwatchesPanel *swp = 0;
228 for (GtkWidget* curr = widget; curr && !swp; curr = gtk_widget_get_parent(curr)) {
230 swp = rawObjects[curr];
234 return swp;
250 SwatchesPanel* swp = findContainingPanel( widget );
313 bool show = swp && (swp->getSelectedIndex() == 0);
319 bouncePanel = swp;
994 SwatchesPanel* swp = it->first;
995 std::vector<SwatchPage*> pages = swp->_getSwatchSets();
996 SwatchPage* curr = pages[swp->_currentIndex];
998 swp->_rebuild();