diff options
| author | Tom Hudson <tomhudson@google.com> | 2015-06-24 14:53:56 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-06-24 14:53:58 +0000 |
| commit | a81a0c86473e49df331cc2f6bdcefa980e3c1ec2 (patch) | |
| tree | 1a74dd9db040e6051d19feb73f0ccaaa9c8f28d1 /libs/hwui/Canvas.h | |
| parent | e042f952b3dd82fb38749c282e9273c8dc8326df (diff) | |
| parent | 90fb1f6732a610ad5ff6acdb3bd9ae392c8eac82 (diff) | |
| download | frameworks_base-a81a0c86473e49df331cc2f6bdcefa980e3c1ec2.zip frameworks_base-a81a0c86473e49df331cc2f6bdcefa980e3c1ec2.tar.gz frameworks_base-a81a0c86473e49df331cc2f6bdcefa980e3c1ec2.tar.bz2 | |
Merge "Sync canvas proxy CTM (b/21945972)" into mnc-dev
Diffstat (limited to 'libs/hwui/Canvas.h')
| -rw-r--r-- | libs/hwui/Canvas.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/hwui/Canvas.h b/libs/hwui/Canvas.h index aa24673..562bb80 100644 --- a/libs/hwui/Canvas.h +++ b/libs/hwui/Canvas.h @@ -47,6 +47,10 @@ public: * It is useful for testing and clients (e.g. Picture/Movie) that expect to * draw their contents into an SkCanvas. * + * The SkCanvas returned is *only* valid until another Canvas call is made + * that would change state (e.g. matrix or clip). Clients of asSkCanvas() + * are responsible for *not* persisting this pointer. + * * Further, the returned SkCanvas should NOT be unref'd and is valid until * this canvas is destroyed or a new bitmap is set. */ |
