Searched refs:xsrc (Results 1 – 5 of 5) sorted by relevance
/haiku/headers/libs/agg/ |
H A D | agg_pixfmt_amask_adaptor.h | 143 int xsrc, int ysrc, in copy_from() argument 146 m_pixf->copy_from(from, xdst, ydst, xsrc, ysrc, len); in copy_from()
|
H A D | agg_pixfmt_rgb.h | 650 int xsrc, int ysrc, in copy_from() argument 657 p + xsrc * pix_width, in copy_from() 667 int xsrc, int ysrc, in blend_from() argument 676 psrc += xsrc * 4; in blend_from()
|
H A D | agg_pixfmt_gray.h | 590 int xsrc, int ysrc, in copy_from() argument 597 p + xsrc * pix_width, in copy_from()
|
H A D | agg_pixfmt_rgb_packed.h | 1081 int xsrc, int ysrc, in copy_from() argument 1088 p + xsrc * pix_width, in copy_from() 1097 int xsrc, int ysrc, in blend_from() argument 1106 psrc += xsrc * 4; in blend_from()
|
H A D | agg_pixfmt_rgba.h | 2261 int xsrc, int ysrc, in copy_from() argument 2268 p + xsrc * pix_width, in copy_from() 2277 int xsrc, int ysrc, in blend_from() argument 2285 psrc += xsrc << 2; in blend_from() 2289 if(xdst > xsrc) in blend_from() 2657 int xsrc, int ysrc, in copy_from() argument 2664 p + xsrc * pix_width, in copy_from() 2673 int xsrc, int ysrc, in blend_from() argument 2681 psrc += xsrc << 2; in blend_from() 2686 if(xdst > xsrc) in blend_from()
|