Lines Matching refs:cache_methods
1044 cache_methods; in ReadStream() local
1064 GetPixelCacheMethods(&cache_methods); in ReadStream()
1065 cache_methods.get_virtual_pixel_handler=GetVirtualPixelStream; in ReadStream()
1066 cache_methods.get_virtual_pixels_handler=GetVirtualPixelsStream; in ReadStream()
1067 cache_methods.get_virtual_metacontent_from_handler= in ReadStream()
1069 cache_methods.get_authentic_pixels_handler=GetAuthenticPixelsStream; in ReadStream()
1070 cache_methods.queue_authentic_pixels_handler=QueueAuthenticPixelsStream; in ReadStream()
1071 cache_methods.sync_authentic_pixels_handler=SyncAuthenticPixelsStream; in ReadStream()
1072 cache_methods.get_authentic_pixels_from_handler=GetAuthenticPixelsFromStream; in ReadStream()
1073 cache_methods.get_authentic_metacontent_from_handler= in ReadStream()
1075 cache_methods.get_one_virtual_pixel_from_handler=GetOneVirtualPixelFromStream; in ReadStream()
1076 cache_methods.get_one_authentic_pixel_from_handler= in ReadStream()
1078 cache_methods.destroy_pixel_handler=DestroyPixelStream; in ReadStream()
1079 SetPixelCacheMethods(read_info->cache,&cache_methods); in ReadStream()