Lines Matching refs:cache_methods
975 cache_methods; in ReadStream() local
995 GetPixelCacheMethods(&cache_methods); in ReadStream()
996 cache_methods.get_virtual_pixel_handler=GetVirtualPixelStream; in ReadStream()
997 cache_methods.get_virtual_pixels_handler=GetVirtualPixelsStream; in ReadStream()
998 cache_methods.get_virtual_metacontent_from_handler= in ReadStream()
1000 cache_methods.get_authentic_pixels_handler=GetAuthenticPixelsStream; in ReadStream()
1001 cache_methods.queue_authentic_pixels_handler=QueueAuthenticPixelsStream; in ReadStream()
1002 cache_methods.sync_authentic_pixels_handler=SyncAuthenticPixelsStream; in ReadStream()
1003 cache_methods.get_authentic_pixels_from_handler=GetAuthenticPixelsFromStream; in ReadStream()
1004 cache_methods.get_authentic_metacontent_from_handler= in ReadStream()
1006 cache_methods.get_one_virtual_pixel_from_handler=GetOneVirtualPixelFromStream; in ReadStream()
1007 cache_methods.get_one_authentic_pixel_from_handler= in ReadStream()
1009 cache_methods.destroy_pixel_handler=DestroyPixelStream; in ReadStream()
1010 SetPixelCacheMethods(read_info->cache,&cache_methods); in ReadStream()