Lines Matching refs:CopyResult
40 CopyResult Readback::copySurfaceInto(ANativeWindow* window, const Rect& inSrcRect, in copySurfaceInto()
61 return CopyResult::UnknownError; in copySurfaceInto()
65 return CopyResult::SourceEmpty; in copySurfaceInto()
72 return CopyResult::SourceInvalid; in copySurfaceInto()
77 return CopyResult::Timeout; in copySurfaceInto()
86 return CopyResult::UnknownError; in copySurfaceInto()
114 return CopyResult::UnknownError; in copySurfaceInto()
130 return CopyResult::UnknownError; in copySurfaceInto()
201 return CopyResult::UnknownError; in copySurfaceInto()
207 return CopyResult::Success; in copySurfaceInto()
210 CopyResult Readback::copySurfaceIntoLegacy(ANativeWindow* window, const Rect& srcRect, in copySurfaceIntoLegacy()
222 return CopyResult::UnknownError; in copySurfaceIntoLegacy()
226 return CopyResult::SourceEmpty; in copySurfaceIntoLegacy()
234 return CopyResult::SourceInvalid; in copySurfaceIntoLegacy()
239 return CopyResult::Timeout; in copySurfaceIntoLegacy()
249 CopyResult Readback::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto()
260 CopyResult Readback::copyLayerInto(DeferredLayerUpdater* deferredLayer, SkBitmap* bitmap) { in copyLayerInto()
263 return CopyResult::UnknownError; in copyLayerInto()
270 CopyResult copyResult = CopyResult::UnknownError; in copyLayerInto()
274 copyResult = CopyResult::Success; in copyLayerInto()
280 CopyResult Readback::copyImageInto(const sk_sp<SkImage>& image, SkBitmap* bitmap) { in copyImageInto()
288 CopyResult Readback::copyImageInto(const sk_sp<SkImage>& image, Matrix4& texTransform, in copyImageInto()
297 return CopyResult::UnknownError; in copyImageInto()
303 CopyResult copyResult = CopyResult::UnknownError; in copyImageInto()
328 copyResult = CopyResult::Success; in copyImageInto()