Home
last modified time | relevance | path

Searched refs:starty (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A Db258ed69a485a9cfb299d9f060eb2a46c54e5903.patch27 - crop_length = endy - starty + 1;
43 + crop_length = endy - starty + 1;
H A D0001-tiffcrop-Fix-issue-330-and-some-more-from-320-to-349.patch409 …s based on wrong assumtions. The whole image was assumed and 'endy' and 'starty' are not respected…
441 …s based on wrong assumtions. The whole image was assumed and 'endy' and 'starty' are not respected…
449 + if (crop->regionlist[i].y1 < offsets.starty) {
450 + crop->regionlist[i].y1 = offsets.starty;
469 + if (crop->regionlist[i].y2 < offsets.starty) {
470 + crop->regionlist[i].y2 = offsets.starty;
480 - crop->regionlist[i].y1 = offsets.starty;
498 + crop->regionlist[i].y1 = offsets.starty;
503 …re based on wrong assumtions. The whole image is assumed and 'endy' and 'starty' are not respected…
546 …crop->regionlist[i].y1 = offsets.starty + (uint32_t)(offsets.crop_length * 1.0 * (seg - 1) / total…
[all …]
H A DCVE-2022-2869.patch69 crop_length = endy - starty + 1;
81 + if (endy + 1 <= starty)
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dnconf.h76 int starty,
H A Dnconf.gui.c148 int starty, in print_in_middle() argument
162 if (starty != 0) in print_in_middle()
163 y = starty; in print_in_middle()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dnconf.h80 int starty,
H A Dnconf.gui.c148 int starty, in print_in_middle() argument
162 if (starty != 0) in print_in_middle()
163 y = starty; in print_in_middle()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dnconf.h78 int starty,
H A Dnconf.gui.c149 int starty, in print_in_middle() argument
163 if (starty != 0) in print_in_middle()
164 y = starty; in print_in_middle()
/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 ( ...