Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds