DescriptionMake peekPixels() usable with raster surface snapshots
SkSurface_Raster snapshots do not lock their backing bitmaps when the
pixel ref is shared - they only lock on deep-copy.
But since for raster surfaces the pixels are always in memory, I think
it would be OK to also lock in the former case.
This allows for optimized (zero-copy) reads of raster surface snapshot
data.
R=reed@google.com
Committed: https://skia.googlesource.com/skia/+/9a5d1ab54d52a912bb3ac9f74ee01bba079639e5
Patch Set 1 #
Total comments: 2
Patch Set 2 : review comments #
Messages
Total messages: 11 (4 generated)
|