aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontConfigInterface_direct.cpp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-07-29 11:44:52 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-29 11:44:52 -0700
commit26e0e587f76f2a9338652c100f835c2377c908d3 (patch)
tree6abb5c61ad62b2a8e17985a662cbb05b1899dd73 /src/ports/SkFontConfigInterface_direct.cpp
parent2481b8b71941914ed053400700299f20f7ff32fc (diff)
SkImage_Raster's pixels are always immutable.
To make this work, we tag their pixelrefs as temporarily immutable, allowing ourselves to restore the pixels to mutability only when the image drops away. This should allow us to wobble back and forth between writing to the Surface and reading from the Image without a COW, with the Surface seeing mutable pixels and the Image seeing immutable pixels. The big idea is, Image doesn't need forever-immutable pixels, it just needs pixels that are immutable as long as it's alive. BUG=skia: patch from issue 804523002 at patchset 40001 (http://crrev.com/804523002#ps40001) Review URL: https://codereview.chromium.org/1254383006
Diffstat (limited to 'src/ports/SkFontConfigInterface_direct.cpp')
0 files changed, 0 insertions, 0 deletions