Searched refs:pixelFormat (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/vnc/
H A Dvncserver.cc134 pixelFormat.bpp = 8 * pixelConverter.length;
135 pixelFormat.depth = pixelConverter.depth;
136 pixelFormat.bigendian = pixelConverter.byte_order == BigEndianByteOrder;
137 pixelFormat.truecolor = 1;
138 pixelFormat.redmax = pixelConverter.ch_r.mask;
139 pixelFormat.greenmax = pixelConverter.ch_g.mask;
140 pixelFormat.bluemax = pixelConverter.ch_b.mask;
141 pixelFormat.redshift = pixelConverter.ch_r.offset;
142 pixelFormat.greenshift = pixelConverter.ch_g.offset;
143 pixelFormat
[all...]
H A Dvncserver.hh197 PixelFormat pixelFormat; member in class:VncServer

Completed in 10 milliseconds