Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_filter.c369 int yv = MIN(MAX(y - 1 + j, 0), src->sy - 1); in gdImageConvolution() local
371 pxl = f(srcback, MIN(MAX(x - 1 + i, 0), src->sx - 1), yv); in gdImageConvolution()

Completed in 7 milliseconds