Lines Matching refs:CopyResult
38 CopyResult Readback::copySurfaceInto(Surface& surface, const Rect& srcRect, SkBitmap* bitmap) { in copySurfaceInto()
48 return CopyResult::UnknownError; in copySurfaceInto()
52 return CopyResult::SourceEmpty; in copySurfaceInto()
56 return CopyResult::SourceInvalid; in copySurfaceInto()
61 return CopyResult::Timeout; in copySurfaceInto()
64 return CopyResult::UnknownError; in copySurfaceInto()
75 CopyResult Readback::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto()
86 CopyResult Readback::copyLayerInto(DeferredLayerUpdater* deferredLayer, SkBitmap* bitmap) { in copyLayerInto()
89 return CopyResult::UnknownError; in copyLayerInto()
96 CopyResult copyResult = CopyResult::UnknownError; in copyLayerInto()
100 copyResult = CopyResult::Success; in copyLayerInto()
106 CopyResult Readback::copyImageInto(const sk_sp<SkImage>& image, Matrix4& texTransform, in copyImageInto()
115 return CopyResult::UnknownError; in copyImageInto()
124 return CopyResult::DestinationInvalid; in copyImageInto()
127 CopyResult copyResult = CopyResult::UnknownError; in copyImageInto()
153 copyResult = CopyResult::Success; in copyImageInto()