Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/bitmap/
H A DbmBitmapImage.c45 int bmCopyRasterImage( RasterImage * to, in bmCopyRasterImage() function
H A Dbitmap.h533 extern int bmCopyRasterImage( RasterImage * to,
H A Dbmfilter.c553 if ( bmCopyRasterImage( riUp, riDown ) ) in bmStartBlurOperation()
H A Dbmflip.c405 if ( bmCopyRasterImage( riOut, riIn ) ) in bmRotate90()
/dports/editors/ted/Ted-2.23/Ted/
H A DtedObjects.c736 if ( bmCopyRasterImage( abiTo, &(io->ioRasterImage) ) ) in tedSaveObjectPicture()