Lines Matching defs:dest
262 void AlphaLigne::Raster(raster_info &dest,void* color,RasterInRunFunc worker)
266 if ( dest.endPix <= curMin || dest.startPix >= curMax ) return;
278 if ( nMin < dest.startPix ) {
279 for (;( curStep < nbStep && steps[curStep].x < dest.startPix) ;curStep++) alpSum+=steps[curStep].delta;
280 nMin=dest.startPix;
282 if ( nMax > dest.endPix ) nMax=dest.endPix;
285 int curPos=dest.startPix;
291 //Buffer::RasterRun(dest,color,nst,alpSum,nen,alpSum);
292 (worker)(dest,color,nst,alpSum,nen,alpSum);
302 (worker)(dest,color,nst,alpSum,nen,alpSum);
303 //Buffer::RasterRun(dest,color,nst,alpSum,nen,alpSum);