OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_pixel
(Results
1 - 2
of
2
) sorted by null
/external/libpng/contrib/examples/
simpleover.c
133
const png_uint_16 *
in_pixel
= buffer + (y * image->width + x)*4;
local
134
png_uint_32 in_alpha =
in_pixel
[3];
165
out_pixel[c] = tmp +
in_pixel
[c]
175
out_pixel[0] =
in_pixel
[0],
176
out_pixel[1] =
in_pixel
[1],
177
out_pixel[2] =
in_pixel
[2],
178
out_pixel[3] =
in_pixel
[3];
/external/libpng/contrib/libtests/
pngvalid.c
6839
image_pixel
in_pixel
, out_pixel;
local
[
all
...]
Completed in 5205 milliseconds