Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dsolid.h39 extern unsigned long get_pixel(char *color);
Dsolid.c158 unsigned long get_pixel(char *color) { in get_pixel() function
278 pixel = get_pixel(color); in solid_root()
1321 pixel = get_pixel(color); in solid_image()
Dnox11.h1174 unsigned long (*get_pixel) (struct _XImage *, int, int); member
1181 unsigned long (*get_pixel)();
5816 ((*((ximage)->f.get_pixel))((ximage), (x), (y)))
Dscreen.c1764 val = get_pixel(n); in initialize_raw_fb()
/external/libpng/contrib/libtests/
Dpngstest.c988 get_pixel(png_uint_32 format))(Pixel *p, png_const_voidp pb) in get_pixel() function
2206 result->in_gp = get_pixel(in_format); in transform_from_formats()
2207 result->out_gp = get_pixel(out_format); in transform_from_formats()