Searched refs:shown (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/display/
H A Dsodipodi-ctrl.h43 guint shown : 1; member in struct:SPCtrl
H A Dsodipodi-ctrl.cpp189 ctrl->shown = FALSE;
232 if (ctrl->shown) {
559 ctrl->shown = TRUE;
/inkscape/src/
H A Dsp-mesh.cpp236 static bool shown = false; local
237 if( !shown ) {
240 shown = true;
H A Dsp-pattern.cpp541 SPPattern *shown = NULL; local
546 shown = pat_i;
551 if (!shown) {
561 for (SPObject *child = shown->firstChild(); child != NULL; child = child->getNext()) {
657 for (SPObject *child = shown->firstChild(); child != NULL; child = child->getNext()) {
/inkscape/src/ui/dialog/
H A Dswatches.cpp123 bool shown = false; local
138 shown = true;
146 if (!shown) {

Completed in 23 milliseconds