Lines Matching refs:AsyncReadResult
760 using AsyncReadResult = SkImage::AsyncReadResult;
768 using ReadPixelsCallback = void(ReadPixelsContext, std::unique_ptr<const AsyncReadResult>);
789 AsyncReadResult containing pixel data in the requested color type, alpha type, and color
790 space. The AsyncReadResult will have count() == 1. Upon failure the callback is called
791 with nullptr for AsyncReadResult. For a GPU surface this flushes work but a submit must
794 The data is valid for the lifetime of AsyncReadResult with the exception that if the
822 AsyncReadResult containing the planar data. The AsyncReadResult will have count() == 3.
823 Upon failure the callback is called with nullptr for AsyncReadResult. For a GPU surface this
827 The data is valid for the lifetime of AsyncReadResult with the exception that if the