Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Djpeg.c126 } DestinationManager; typedef
1753 DestinationManager in EmptyOutputBuffer()
1756 destination=(DestinationManager *) cinfo->dest; in EmptyOutputBuffer()
1961 DestinationManager in InitializeDestination()
1964 destination=(DestinationManager *) cinfo->dest; in InitializeDestination()
1973 DestinationManager in TerminateDestination()
1976 destination=(DestinationManager *) cinfo->dest; in TerminateDestination()
2130 DestinationManager in JPEGDestinationManager()
2134 ((j_common_ptr) cinfo,JPOOL_IMAGE,sizeof(DestinationManager)); in JPEGDestinationManager()
2135 destination=(DestinationManager *) cinfo->dest; in JPEGDestinationManager()