Home | History | Annotate | Download | only in output

Lines Matching defs:CopyOutputResult

19 class CC_EXPORT CopyOutputResult {
21 static scoped_ptr<CopyOutputResult> CreateEmptyResult() {
22 return make_scoped_ptr(new CopyOutputResult);
24 static scoped_ptr<CopyOutputResult> CreateBitmapResult(
26 return make_scoped_ptr(new CopyOutputResult(bitmap.Pass()));
28 static scoped_ptr<CopyOutputResult> CreateTextureResult(
33 new CopyOutputResult(size, texture_mailbox, release_callback.Pass()));
36 ~CopyOutputResult();
48 CopyOutputResult();
49 explicit CopyOutputResult(scoped_ptr<SkBitmap> bitmap);
50 explicit CopyOutputResult(const gfx::Size& size,