Searched defs:wd (Results 1 - 4 of 4) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DTestRunner.h39 RealWorldDescription wd; local
42 tracker().enterWorld( wd );
43 if ( wd.setUp() ) {
44 for ( SuiteDescription *sd = wd.firstSuite(); sd; sd = sd->next() )
48 wd.tearDown();
50 tracker().leaveWorld( wd );
H A DErrorFormatter.h62 const WorldDescription &wd = tracker().world(); local
63 o << wd.strTotalTests( s ) << (wd.numTotalTests() == 1 ? " test" : " tests");
/inkscape/src/
H A Dstyle.cpp1899 double wd = g_ascii_strtod(w, &units) * ex; local
1909 os << wd << units; // reattach units
1931 double wd = g_ascii_strtod(w, &units) * ex; local
1939 os << wd << units; // reattach units
/inkscape/src/widgets/
H A Dgradient-vector.cpp88 static win_data wd; variable
1040 wd.win = dlg;
1041 wd.stop = 0;
1046 conn = new sigc::connection(INKSCAPE.signal_activate_desktop.connect(sigc::bind(sigc::ptr_fun(&sp_transientize_callback), &wd)));
1211 wd.win = dlg = NULL;
1212 wd.stop = 0;

Completed in 23 milliseconds