Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.h129 int words_per_line,
145 int words_per_line,
H A Dwebpimg.c329 int words_per_line, in YUV420toRGBA() argument
350 pixdata + y * words_per_line); in YUV420toRGBA()
596 int words_per_line, in RGBAToYUV420() argument
610 RGBALinepairToYUV420(pixdata + 2 * y * words_per_line, in RGBAToYUV420()
611 pixdata + (2 * y + 1) * words_per_line, in RGBAToYUV420()
619 RGBALinepairToYUV420(pixdata + (y_height - 1) * words_per_line, in RGBAToYUV420()
620 pixdata + (y_height - 1) * words_per_line, in RGBAToYUV420()

Completed in 10 milliseconds