Home
last modified time | relevance | path

Searched refs:startx (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A Db258ed69a485a9cfb299d9f060eb2a46c54e5903.patch26 - crop_width = endx - startx + 1;
29 if (endx + 1 <= startx)
35 + crop_width = endx - startx + 1;
H A D0001-tiffcrop-Fix-issue-330-and-some-more-from-320-to-349.patch400 crop->regionlist[i].x1 = offsets.startx +
402 - test = (int32_t)offsets.startx +
417 + crop->regionlist[i].x2 = offsets.startx + (uint32_t)(offsets.crop_width * 1.0 * seg / t…
433 crop->regionlist[i].x1 = offsets.startx;
483 - crop->regionlist[i].x1 = offsets.startx +
485 - test = offsets.startx +
501 + crop->regionlist[i].x1 = offsets.startx +
511 + if (crop->regionlist[i].x1 < offsets.startx) {
512 + crop->regionlist[i].x1 = offsets.startx;
528 + if (crop->regionlist[i].x2 < offsets.startx) {
[all …]
H A DCVE-2022-2869.patch68 crop_width = endx - startx + 1;
72 + if (endx + 1 <= startx)
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dnconf.gui.c149 int startx, in print_in_middle() argument
160 if (startx != 0) in print_in_middle()
161 x = startx; in print_in_middle()
169 x = startx + (int)temp; in print_in_middle()
H A Dnconf.h77 int startx,
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dnconf.gui.c150 int startx, in print_in_middle() argument
161 if (startx != 0) in print_in_middle()
162 x = startx; in print_in_middle()
170 x = startx + (int)temp; in print_in_middle()
H A Dnconf.h79 int startx,
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dnconf.gui.c149 int startx, in print_in_middle() argument
160 if (startx != 0) in print_in_middle()
161 x = startx; in print_in_middle()
169 x = startx + (int)temp; in print_in_middle()
H A Dnconf.h81 int startx,
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dvt.c661 int startx = xx; in do_update_region() local
666 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region()
667 startx = xx; in do_update_region()
676 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
/OK3568_Linux_fs/external/xserver/
H A DChangeLog20472 Once I introduced a second X server being tested, I found that startx
34722 This means that currently e.g. "startx -- vt7" breaks, and breaks badly,
34763 This means that currently e.g. "startx -- vt7" breaks, and breaks badly,
34774 This commit is step 1 in fixing the "startx -- vt7" breakage, it factors out
75949 XQuartz: Make sure we tell startx the correct server binary to use in our fallback path
118745 startx, which may result in a world-writable log. Set umask to 022 to
122479 …ironment variable to see if the socket at startup is ours. If not, ignore it and fork/exec startx.
126074 Xserver(1): Add Xephyr(1) & startx(1) to SEE ALSO section
142187 All the major dm's, and startx, pass -auth explicitly, so this shouldn't
152228 XQuartz: unsetenv("DISPLAY") before startx if X11.app can't connect to it.