Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_filter.c20 int new_pxl, pxl; in gdImageNegate() local
32 pxl = f (src, x, y); in gdImageNegate()
33 r = gdImageRed(src, pxl); in gdImageNegate()
53 int new_pxl, pxl; in gdImageGrayScale() local
64 pxl = f (src, x, y); in gdImageGrayScale()
86 int new_pxl, pxl; in gdImageBrightness() local
101 pxl = f (src, x, y); in gdImageBrightness()
132 int new_pxl, pxl; in gdImageContrast() local
147 pxl = f(src, x, y); in gdImageContrast()
190 int new_pxl, pxl; in gdImageColor() local
[all …]

Completed in 8 milliseconds