Home
last modified time | relevance | path

Searched refs:gray (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/external/xserver/render/
H A Dmiindex.c52 int cube, gray; in miBuildRenderColormap() local
99 cube = gray = 0; in miBuildRenderColormap()
122 gray = needed / (cube - 1); in miBuildRenderColormap()
124 gray = (gray + 1) * (cube - 1) + 1; in miBuildRenderColormap()
127 gray = pColormap->pVisual->ColormapEntries; in miBuildRenderColormap()
134 gray = NUM_GRAY_LEVELS; in miBuildRenderColormap()
138 gray = 2; in miBuildRenderColormap()
155 for (g = 0; g < gray; g++) { in miBuildRenderColormap()
157 red = green = blue = (g * 65535 + (gray - 1) / 2) / (gray - 1); in miBuildRenderColormap()
203 FindBestGray(miIndexedPtr pIndexed, Pixel * pixels, int num, int gray) in FindBestGray() argument
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dwifiview.cpp55 text="connect..."; painter->setPen(Qt::gray); in paint()
70 QPen pen(Qt::gray); in paint()
77 pen.setColor(Qt::gray); in paint()
92 level ==0 ? color = Qt::gray: color = Qt::black; in paint()
H A Dswitchwidget.cpp66 m_bOpen? painter.setBrush(Qt::blue) : painter.setBrush(Qt::gray); in paintEvent()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsh7760fb.c122 u16 lddfr, int *bpp, int *gray) in sh7760fb_get_color_info() argument
159 if (gray) in sh7760fb_get_color_info()
160 *gray = lgray; in sh7760fb_get_color_info()
204 int ret, bpp, gray; in sh7760fb_set_par() local
225 ret = sh7760fb_get_color_info(info->dev, par->pd->lddfr, &bpp, &gray); in sh7760fb_set_par()
230 vdln, bpp, gray ? "grayscale" : "color", in sh7760fb_set_par()
269 if (!gray) in sh7760fb_set_par()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A DCVE-2021-3695-video-readers-png-Drop-greyscale-support-to-fix-heap.patch125 - /* 16-bit gray with alpha. */
137 - /* 16-bit gray without alpha. */
148 - /* 8-bit gray with alpha. */
160 - /* 8-bit gray without alpha. */
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/drbd/
H A Ddrbd-connection-state-overview.dot9 StandAlone [ style=filled,fillcolor=gray,label=StandAlone ]
18 node [fontcolor=gray]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Drotary-encoder.txt24 Supported are "gray" (the default and more common) and "binary".
39 rotary-encoder,encoding = "gray";
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Drollswitchwidget.cpp70 QPen pen(Qt::gray); in paintEvent()
90 pen.setColor(Qt::gray); in paintEvent()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/
H A Dpagecurl.fsh114 float gray = (color.r + color.b + color.g) / 15.0;
115 gray += (8.0 / 10.0) * (pow(1.0 - abs(yc / cylinderRadius), 2.0 / 10.0) / 2.0 + (5.0 / 10.0));
116 color.rgb = vec3(gray);
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkmemleak.rst104 gray list
105 3. scan the gray objects for matching addresses (some white objects
106 can become gray and added at the end of the gray list) until the
107 gray set is finished
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D0001-undefined-strdup-macro.patch19 /* NOTE: start of $Id: dmalloc.h.4,v 1.15 2007/05/14 17:23:37 gray Exp $ */
H A D13-fix-ldflags-in-makefile.patch7 # via: http://256.com/gray/email.html
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cpio/cpio-2.13/
H A D0002-src-global.c-Remove-superfluous-declaration-of-progr.patch2 From: Sergey Poznyakoff <gray@gnu.org>
/OK3568_Linux_fs/buildroot/package/libsvg/
H A D0002-Fix-undefined-symbol-png_set_gray_1_2_4_to_8.patch23 /* expand gray bit depth if needed */
/OK3568_Linux_fs/buildroot/package/cpio/
H A D0001-Minor-fix.patch2 From: Sergey Poznyakoff <gray@gnu.org>
H A D0003-Fix-previous-commit.patch2 From: Sergey Poznyakoff <gray@gnu.org>
/OK3568_Linux_fs/buildroot/package/dmalloc/
H A D0003-fix-shlibs.patch12 # via: http://256.com/gray/email.html
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dchasewidget.cpp88 p.setPen(Qt::gray); in paintEvent()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dkeybutton.cpp90 painter.setPen(Qt::gray); in paintEvent()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tar/tar/
H A DCVE-2022-48303.patch2 From: Sergey Poznyakoff <gray@gnu.org>
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/screen/
H A Dsliderwidget.cpp86 painter.setBrush(Qt::gray); in paintEvent()
/OK3568_Linux_fs/external/xserver/dix/
H A DBuiltInAtoms137 For gray-scale colormaps, only the colormap, red_max, red_mult,
139 ignored. To compute a gray-scale pixel value, use:
141 gray * red_mult + base_pixel
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.7.051 - Adjusted minimum map zoom level to prevent gray bounds. It prevents the map
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/key/
H A Dkeywidget.cpp90 painter.setPen(Qt::gray); in paintEvent()
/OK3568_Linux_fs/app/forlinx/flapp/src/app/
H A Dboxwidget.cpp113 painter.setPen(Qt::gray); in paintEvent()

123