aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkXfermode.h
Commit message (Expand)AuthorAge
* Mark all methods on SkXfermode as const, in preparation for declaring allGravatar reed@google.com2012-12-17
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* add SkXfermode::IsMode() and use that in SkDeviceGravatar mike@reedtribe.org2011-11-17
* Use SK_OVERRIDE to add a little extra robustness against name changes.Gravatar tomhudson@google.com2011-10-03
* re-get the function-ptr when we unflatten a ProcCoeffXfermodeGravatar reed@google.com2011-08-09
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* separate coverage stages from color stages.Gravatar bsalomon@google.com2011-05-16
* Add missing flattenable registrations and CreateProc() functions;Gravatar tomhudson@google.com2011-04-27
* add reflection asColorMode to SkColorFilter (for gpu)Gravatar reed@google.com2011-04-14
* fix asMode() to always succeed if the xfermode was built from a ModeGravatar reed@google.com2011-04-13
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* [PDF] Add support for xfermodes / blend modes.Gravatar vandebo@chromium.org2011-02-08
* move xfermode modes from porterduff into xfermode itselfGravatar reed@android.com2009-06-22
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* grab from latest androidGravatar reed@android.com2008-12-17