Searched refs:CopyResult (Results 1 – 6 of 6) sorted by relevance
69 return request->onCopyFinished(CopyResult::SourceInvalid); in copySurfaceInto()76 return request->onCopyFinished(CopyResult::SourceInvalid); in copySurfaceInto()80 return request->onCopyFinished(CopyResult::SourceEmpty); in copySurfaceInto()94 return request->onCopyFinished(CopyResult::Timeout); in copySurfaceInto()267 return request->onCopyFinished(CopyResult::Success); in copySurfaceInto()280 return CopyResult::UnknownError; in copyLayerInto()287 CopyResult copyResult = CopyResult::UnknownError; in copyLayerInto()291 copyResult = CopyResult::Success; in copyLayerInto()306 return CopyResult::UnknownError; in copyImageInto()317 CopyResult copyResult = CopyResult::UnknownError; in copyImageInto()[all …]
47 CopyResult copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap);48 CopyResult copyImageInto(const sk_sp<SkImage>& image, SkBitmap* bitmap);50 CopyResult copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap);53 CopyResult copyImageInto(const sk_sp<SkImage>& image, const Rect& srcRect, SkBitmap* bitmap);
25 enum class CopyResult { enum39 virtual void onCopyFinished(CopyResult result) = 0;
38 CopyResult mResult;50 virtual void onCopyFinished(CopyResult result) override { in onCopyFinished()56 CopyResult waitForResult() { in waitForResult()
205 return thread.readback().copyLayerInto(layer, &bitmap) == CopyResult::Success; in copyLayerInto()
675 virtual void onCopyFinished(CopyResult result) override { in onCopyFinished()