PlasmaPixel 157 coders/plasma.c PlasmaPixel(image,segment_info.x1,segment_info.y1); PlasmaPixel 158 coders/plasma.c PlasmaPixel(image,segment_info.x1,(segment_info.y1+segment_info.y2)/2); PlasmaPixel 159 coders/plasma.c PlasmaPixel(image,segment_info.x1,segment_info.y2); PlasmaPixel 160 coders/plasma.c PlasmaPixel(image,(segment_info.x1+segment_info.x2)/2,segment_info.y1); PlasmaPixel 161 coders/plasma.c PlasmaPixel(image,(segment_info.x1+segment_info.x2)/2, PlasmaPixel 163 coders/plasma.c PlasmaPixel(image,(segment_info.x1+segment_info.x2)/2,segment_info.y2); PlasmaPixel 164 coders/plasma.c PlasmaPixel(image,segment_info.x2,segment_info.y1); PlasmaPixel 165 coders/plasma.c PlasmaPixel(image,segment_info.x2,(segment_info.y1+segment_info.y2)/2); PlasmaPixel 166 coders/plasma.c PlasmaPixel(image,segment_info.x2,segment_info.y2); PlasmaPixel 144 magick/plasma.c q->red=PlasmaPixel(((double) u.red+v.red)/2,plasma); PlasmaPixel 145 magick/plasma.c q->green=PlasmaPixel(((double) u.green+v.green)/2,plasma); PlasmaPixel 146 magick/plasma.c q->blue=PlasmaPixel(((double) u.blue+v.blue)/2,plasma); PlasmaPixel 159 magick/plasma.c q->red=PlasmaPixel(((double) u.red+v.red)/2,plasma); PlasmaPixel 160 magick/plasma.c q->green=PlasmaPixel(((double) u.green+v.green)/2,plasma); PlasmaPixel 161 magick/plasma.c q->blue=PlasmaPixel(((double) u.blue+v.blue)/2,plasma); PlasmaPixel 178 magick/plasma.c q->red=PlasmaPixel(((double) u.red+v.red)/2,plasma); PlasmaPixel 179 magick/plasma.c q->green=PlasmaPixel(((double) u.green+v.green)/2,plasma); PlasmaPixel 180 magick/plasma.c q->blue=PlasmaPixel(((double) u.blue+v.blue)/2,plasma); PlasmaPixel 194 magick/plasma.c q->red=PlasmaPixel(((double) u.red+v.red)/2,plasma); PlasmaPixel 195 magick/plasma.c q->green=PlasmaPixel(((double) u.green+v.green)/2,plasma); PlasmaPixel 196 magick/plasma.c q->blue=PlasmaPixel(((double) u.blue+v.blue)/2,plasma); PlasmaPixel 214 magick/plasma.c q->red=PlasmaPixel(((double) u.red+v.red)/2,plasma); PlasmaPixel 215 magick/plasma.c q->green=PlasmaPixel(((double) u.green+v.green)/2,plasma); PlasmaPixel 216 magick/plasma.c q->blue=PlasmaPixel(((double) u.blue+v.blue)/2,plasma);