History log of /external/skia/src/core/SkSpecialSurface.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3b087f4010327b304242aaf27ef3689150dfc226 18-Feb-2016 robertphillips <robertphillips@google.com> Update SkSpecialImage API

This adds some temporary compatibility features:
internal_getBM & internal_fromBM - to convert back & forth from Bitmaps in the ImageFilters
internal_getProxy - to allow the special images to interface with the current ImagerFilter system

It also adds a unique ID, opaque flag and size method.
The unique ID and size method are needed for the image filter's caching system.
The opaque flag is need for swapping back & forth from Bitmaps

These are all calved off of https://codereview.chromium.org/1695823002/ (Get OffsetImageFilter really working with SkSpecialImages) which actually makes use of them.

GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1705113002

Review URL: https://codereview.chromium.org/1705113002
/external/skia/src/core/SkSpecialSurface.cpp
16aad786023e4cfa338b42a5f35d4f885defb789 04-Feb-2016 robertphillips <robertphillips@google.com> Fix memory leak in SkSpecialSurface

GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1666373002

TBR=jcgregorio@google.com
NOTRY=true

Review URL: https://codereview.chromium.org/1666373002
/external/skia/src/core/SkSpecialSurface.cpp
b6c65e99956b867e24bd5bd68ae37673a9fd4b27 04-Feb-2016 robertphillips <robertphillips@google.com> Add SkSpecialImage & SkSpecialSurface classes

Initial classes.

GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1579323002

Review URL: https://codereview.chromium.org/1579323002
/external/skia/src/core/SkSpecialSurface.cpp