Searched defs:_display (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsp-hatch-path.h72 std::list<View> _display; member in class:SPHatchPath
H A Dsp-hatch.h155 std::list<View> _display; member in class:SPHatch
/inkscape/cxxtest/cxxtest/
H A DX11Gui.h36 if ( _display ) {
50 if ( _display ) {
59 if ( _display ) {
68 if ( _display ) {
77 if ( _display ) {
87 Display *_display; member in class:CxxTest::X11Gui
134 _display = XOpenDisplay( NULL );
139 _colormap = DefaultColormap( _display, 0 );
147 XParseColor( _display, _colormap, colorName, &color );
148 XAllocColor( _display, _colorma
[all...]

Completed in 137 milliseconds