set_raw_pixel     379 core/raw.c                 if (nzero) set_raw_pixel(x,y,sum/nzero);
set_raw_pixel     381 core/raw.c                 set_raw_pixel(x,y,0);
set_raw_pixel      25 core/raw.h     extern void set_raw_pixel(unsigned int x,unsigned int y, unsigned short v);
set_raw_pixel     188 modules/module_exportlist.c             set_raw_pixel
set_raw_pixel     280 modules/rawhookops.c     set_raw_pixel(x,y,v);
set_raw_pixel     338 modules/rawhookops.c     set_raw_pixel(x+cfa_offsets[CFA_R][0],y+cfa_offsets[CFA_R][1],r);
set_raw_pixel     339 modules/rawhookops.c     set_raw_pixel(x+cfa_offsets[CFA_G1][0],y+cfa_offsets[CFA_G1][1],g1);
set_raw_pixel     340 modules/rawhookops.c     set_raw_pixel(x+cfa_offsets[CFA_B][0],y+cfa_offsets[CFA_B][1],b);
set_raw_pixel     341 modules/rawhookops.c     set_raw_pixel(x+cfa_offsets[CFA_G2][0],y+cfa_offsets[CFA_G2][1],g2);
set_raw_pixel     380 modules/rawhookops.c             set_raw_pixel(x,y,val);