Home
last modified time | relevance | path

Searched refs:red_shift (Results 1 – 25 of 498) sorted by relevance

12345678910>>...20

/dports/devel/notcurses/notcurses-3.0.1/python/examples/
H A D005-nc-direct-print-used-memory-bars.py62 for red_shift in red_line_gen(len(mem_sting), mem_percent_used):
65 channels.set_background_rgb(red_shift, 255-red_shift, 0)
66 channels.set_foreground_rgb(red_shift, 255-red_shift, 0)
84 for red_shift in red_line_gen(len(swap_string), swap_percent_used):
85 channels.set_background_rgb(red_shift, 255-red_shift, 0)
86 channels.set_foreground_rgb(red_shift, 255-red_shift, 0)
/dports/net/neatvnc/neatvnc-0.4.0/src/
H A Dpixels.c39 uint32_t src_red_shift = src_fmt->red_shift; in pixel32_to_cpixel()
43 uint32_t dst_red_shift = dst_fmt->red_shift; in pixel32_to_cpixel()
157 dst->red_shift = 24; in rfb_pixfmt_from_fourcc()
163 dst->red_shift = 8; in rfb_pixfmt_from_fourcc()
169 dst->red_shift = 16; in rfb_pixfmt_from_fourcc()
175 dst->red_shift = 0; in rfb_pixfmt_from_fourcc()
187 dst->red_shift = 12; in rfb_pixfmt_from_fourcc()
193 dst->red_shift = 4; in rfb_pixfmt_from_fourcc()
199 dst->red_shift = 8; in rfb_pixfmt_from_fourcc()
205 dst->red_shift = 0; in rfb_pixfmt_from_fourcc()
/dports/net/gtk-vnc/gtk-vnc-0.7.2/src/
H A Dvncimageframebuffer.c147 gint red_shift, green_shift, blue_shift, w, h; in vnc_image_framebuffer_new() local
154 gdk_visual_get_red_pixel_details (visual, &red_mask, &red_shift, NULL); in vnc_image_framebuffer_new()
166 red_shift = image->visual->red_shift; in vnc_image_framebuffer_new()
184 red_shift, in vnc_image_framebuffer_new()
188 localFormat.red_max = red_mask >> red_shift; in vnc_image_framebuffer_new()
191 localFormat.red_shift = red_shift; in vnc_image_framebuffer_new()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqcolormap_qws.cpp131 const int red_shift = 16; in pixel() local
139 const int tb = b << red_shift; in pixel()
143 const int tr = r << red_shift; in pixel()
157 const int red_shift = 16; in colorAt() local
166 (pixel & red_mask) >> red_shift); in colorAt()
169 return QColor((pixel & red_mask) >> red_shift, in colorAt()
H A Dqcolormap_qpa.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/net/neatvnc/neatvnc-0.4.0/
H A Dtest-zrle.c20 srcfmt.red_shift = 24; in test_pixel32_to_cpixel_3()
30 dstfmt.red_shift = 8; in test_pixel32_to_cpixel_3()
69 srcfmt.red_shift = 24; in test_pixel32_to_cpixel_2()
79 dstfmt.red_shift = 11; in test_pixel32_to_cpixel_2()
122 srcfmt.red_shift = 24; in test_pixel32_to_cpixel_1()
132 dstfmt.red_shift = 5; in test_pixel32_to_cpixel_1()
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Djpg.c49 int red_shift, green_shift, blue_shift; in JpegReadFileToPixmap() local
76 red_shift = green_shift = blue_shift = 0; in JpegReadFileToPixmap()
155 red_shift = start_shift; in JpegReadFileToPixmap()
158 red_shift--; in JpegReadFileToPixmap()
194 if (red_shift >= 0){ in JpegReadFileToPixmap()
195 udat |= (((int)r << red_shift) & red_mask); in JpegReadFileToPixmap()
197 udat |= (((int)r >> (-red_shift)) & red_mask); in JpegReadFileToPixmap()
261 if (red_shift >= 0){ in JpegReadFileToPixmap()
262 udat |= (((int)r << red_shift) & red_mask); in JpegReadFileToPixmap()
324 if (red_shift >= 0){ in JpegReadFileToPixmap()
[all …]
H A Dpng.c46 int red_shift, green_shift, blue_shift; in PngReadFileToPixmap() local
80 red_shift = green_shift = blue_shift = 0; in PngReadFileToPixmap()
222 red_shift = start_shift; in PngReadFileToPixmap()
226 red_shift--; in PngReadFileToPixmap()
261 if (red_shift >= 0){ in PngReadFileToPixmap()
262 udat |= (((int)r << red_shift) & red_mask); in PngReadFileToPixmap()
264 udat |= (((int)r >> (-red_shift)) & red_mask); in PngReadFileToPixmap()
331 if (red_shift >= 0){ in PngReadFileToPixmap()
332 udat |= (((int)r << red_shift) & red_mask); in PngReadFileToPixmap()
398 if (red_shift >= 0){ in PngReadFileToPixmap()
[all …]
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Dmjpg.c67 int red_shift, green_shift, blue_shift; in JpegReadFileToPixmap() local
94 red_shift = green_shift = blue_shift = 0; in JpegReadFileToPixmap()
180 red_shift = start_shift; in JpegReadFileToPixmap()
183 red_shift--; in JpegReadFileToPixmap()
223 if (red_shift >= 0){ in JpegReadFileToPixmap()
224 udat |= (((int)r << red_shift) & red_mask); in JpegReadFileToPixmap()
226 udat |= (((int)r >> (-red_shift)) & red_mask); in JpegReadFileToPixmap()
290 if (red_shift >= 0){ in JpegReadFileToPixmap()
291 udat |= (((int)r << red_shift) & red_mask); in JpegReadFileToPixmap()
353 if (red_shift >= 0){ in JpegReadFileToPixmap()
[all …]
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Dmjpg.c52 int red_shift, green_shift, blue_shift; in JpegReadFileToPixmap() local
79 red_shift = green_shift = blue_shift = 0; in JpegReadFileToPixmap()
165 red_shift = start_shift; in JpegReadFileToPixmap()
168 red_shift--; in JpegReadFileToPixmap()
208 if (red_shift >= 0){ in JpegReadFileToPixmap()
209 udat |= (((int)r << red_shift) & red_mask); in JpegReadFileToPixmap()
211 udat |= (((int)r >> (-red_shift)) & red_mask); in JpegReadFileToPixmap()
275 if (red_shift >= 0){ in JpegReadFileToPixmap()
276 udat |= (((int)r << red_shift) & red_mask); in JpegReadFileToPixmap()
338 if (red_shift >= 0){ in JpegReadFileToPixmap()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/util/
H A Dqcolormap.cpp172 const int red_shift = 16; in pixel() local
180 const int tb = b << red_shift; in pixel()
184 const int tr = r << red_shift; in pixel()
200 const int red_shift = 16; in colorAt() local
209 (pixel & red_mask) >> red_shift); in colorAt()
212 return QColor((pixel & red_mask) >> red_shift, in colorAt()

12345678910>>...20