Lines Matching defs:pixel
101 << "), device pixel (" << position_device.x() << ", "
106 stream << ", CSS pixel (" << position_css.x() << ", " << position_css.y()
109 stream <<", unknown CSS pixel. css_scale_=" << css_scale_;
116 // The plugin will treat 1 pixel in the device context as 1 device pixel.
119 // each pixel in the device context as one on the display device.
130 // The plugin will treat 1 pixel in the device context as one DIP.
148 // - painting a 25 DIP (logical pixel) green circle to show how objects of a
151 // - paiting a 50 CSS pixel red circle to show how objects of a fixed size
178 uint32_t* pixel = reinterpret_cast<uint32_t*>(row);
185 *pixel++ = 0xFF0000FF;
187 *pixel++ = 0xFF00FF00;
189 *pixel++ = 0xFFFF0000;
191 *pixel++ = 0xFF000000;