Home
last modified time | relevance | path

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

/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A Dimage.h147 void get_color_components(Pixel p, unsigned char *c);
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Dimage.h147 void get_color_components(Pixel p, unsigned char *c);
H A DPaint.c221 get_color_components(p, u); in AlphaTwistPixel()
232 get_color_components(p, u); in AlphaTwistPixel()
919 get_color_components(p, u); in ZoomDrawImage()
H A Dimage.c704 get_color_components(Pixel p, unsigned char *c) in get_color_components() function
H A Dgraphic.c4083 get_color_components(p, c_buffer + 3*(v*(width+1)+u)); in expandImage()
4085 get_color_components(p, c_buffer + 3*(v*(width+1)+width)); in expandImage()
4165 get_color_components(p, col); in expandImage()