skia2/src/utils
Mike Reed 3ed485f424 Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
This reverts commit I0fa5c58af428f3da8565465d1219a34ef8417d9a.

Reason for revert: failing to deserialize some of the 100K

Original change's description:
> Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
> 
> This reverts commit 2cbcd12281.
> 
> BUG=skia:
> 
> GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2924
> 
> Change-Id: I0fa5c58af428f3da8565465d1219a34ef8417d9a
> Reviewed-on: https://skia-review.googlesource.com/2924
> Reviewed-by: Mike Reed <reed@google.com>
> Commit-Queue: Mike Reed <reed@google.com>
> 

TBR=reed@google.com,reviews@skia.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Change-Id: I1805a57eef5ebcac203da5989c8539345ecf806f
Reviewed-on: https://skia-review.googlesource.com/2962
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2016-10-04 21:35:56 +00:00
..
mac SkFontData to use smart pointers. 2016-09-16 06:24:20 -07:00
win Move headers in include/utils/win to src/utils/win. 2016-06-16 15:31:43 -07:00
SkBase64.cpp Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkBase64.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBitmapSourceDeserializer.cpp Deserialize pictures with custom image-deserializer 2016-08-11 03:55:15 -07:00
SkBitmapSourceDeserializer.h Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) 2016-04-04 14:57:19 -07:00
SkBitSet.h SkPDF: SkBitSet gets reset() to make drop() better. 2016-09-19 10:27:03 -07:00
SkBoundaryPatch.cpp Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkCamera.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkCanvasStack.cpp abstract name of clipping ops, to transtion to a more restricted set 2016-09-20 08:42:39 -07:00
SkCanvasStack.h abstract name of clipping ops, to transtion to a more restricted set 2016-09-20 08:42:39 -07:00
SkCanvasStateUtils.cpp abstract name of clipping ops, to transtion to a more restricted set 2016-09-20 08:42:39 -07:00
SkCurveMeasure.cpp Fix bug in cubic derivative coefficient with missing parens 2016-08-16 15:10:34 -07:00
SkCurveMeasure.h Add better bounds checks for getTime to fix perf debug assert below 2016-08-10 16:31:10 -07:00
SkDashPath.cpp make SpecialLineRec::addSegment assert more permissive to accomodate rounding error 2016-08-08 13:40:27 -07:00
SkDashPathPriv.h limit the number of points in SkDashPathEffect::asPoints 2016-07-21 09:37:59 -07:00
SkDeferredCanvas.cpp abstract name of clipping ops, to transtion to a more restricted set 2016-09-20 08:42:39 -07:00
SkDeferredCanvas.h abstract name of clipping ops, to transtion to a more restricted set 2016-09-20 08:42:39 -07:00
SkDumpCanvas.cpp Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" 2016-10-04 21:35:56 +00:00
SkEventTracer.cpp SkOncePtr -> SkOnce 2016-05-05 16:05:56 -07:00
SkFloatUtils.h DirectWrite font host for skia. 2012-08-16 16:13:40 +00:00
SkFrontBufferedStream.cpp detach -> release 2016-03-16 13:53:35 -07:00
SkInterpolator.cpp Reverse dependency between SkScalar.h and SkFixed.h. 2016-04-07 08:49:31 -07:00
SkLayer.cpp Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkLua.cpp Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" 2016-10-04 21:35:56 +00:00
SkLuaCanvas.cpp abstract name of clipping ops, to transtion to a more restricted set 2016-09-20 08:42:39 -07:00
SkMatrix22.cpp fix warnings around size_t/int 2014-04-19 22:00:40 +00:00
SkMatrix22.h fix warnings around size_t/int 2014-04-19 22:00:40 +00:00
SkMeshUtils.cpp Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkMultiPictureDocument.cpp document.close from bool to void 2016-09-22 14:12:47 -07:00
SkMultiPictureDocument.h SkMultiSKP: version 2 2016-08-23 09:15:04 -07:00
SkMultiPictureDocumentPriv.h SkMultiSKP: version 2 2016-08-23 09:15:04 -07:00
SkMultiPictureDocumentReader.cpp SkMultiSKP: version 2 2016-08-23 09:15:04 -07:00
SkMultiPictureDocumentReader.h SkMultiSKP: version 2 2016-08-23 09:15:04 -07:00
SkNullCanvas.cpp Style Change: SkNEW->new; SkDELETE->delete 2015-08-26 13:07:49 -07:00
SkNWayCanvas.cpp abstract name of clipping ops, to transtion to a more restricted set 2016-09-20 08:42:39 -07:00
SkOSFile.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPaintFilterCanvas.cpp Plumb drawArc to SkDevice. 2016-08-19 11:25:20 -07:00
SkParse.cpp Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkParseColor.cpp Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkParsePath.cpp Improved optional command handling in SkParsePath::FromSVGString() 2016-09-14 10:14:08 -07:00
SkPatchGrid.cpp Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkPatchGrid.h Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkPatchUtils.cpp Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkPatchUtils.h Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkRGBAToYUV.cpp Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" 2016-10-04 21:35:56 +00:00
SkRGBAToYUV.h Add ability to extract YUV planes from SkImage 2016-02-01 13:16:14 -08:00
SkShadowPaintFilterCanvas.cpp made point light shadows 2016-09-07 07:48:12 -07:00
SkShadowPaintFilterCanvas.h made point light shadows 2016-09-07 07:48:12 -07:00
SkTextBox.cpp Use sk_sp text blob APIs 2016-09-13 10:00:23 -07:00
SkTextureCompressor_ASTC.cpp SkLeanWindows.h: #include "Windows.h" fewer places 2016-06-07 17:21:10 -07:00
SkTextureCompressor_ASTC.h Even more win64 warning fixes 2014-12-12 15:11:18 -08:00
SkTextureCompressor_Blitter.h Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkTextureCompressor_LATC.cpp Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkTextureCompressor_LATC.h Even more win64 warning fixes 2014-12-12 15:11:18 -08:00
SkTextureCompressor_R11EAC.cpp Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkTextureCompressor_R11EAC.h Even more win64 warning fixes 2014-12-12 15:11:18 -08:00
SkTextureCompressor_Utils.h Add utils to better quantize grayscale values to three bit indices while 2014-10-23 13:18:50 -07:00
SkTextureCompressor.cpp Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. 2016-08-02 14:40:46 -07:00
SkTextureCompressor.h Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. 2016-08-02 14:40:46 -07:00
SkThreadUtils_pthread.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkThreadUtils_pthread.h Android does not support pthread_cancel / pthread_testcancel. 2012-05-14 15:40:05 +00:00
SkThreadUtils_win.cpp Start making all .cpp files compile-able on all platforms. 2015-11-02 10:20:27 -08:00
SkThreadUtils_win.h SkLeanWindows.h: #include "Windows.h" fewer places 2016-06-07 17:21:10 -07:00
SkThreadUtils.h Remove SkThread::setProcessorAffinity() 2015-10-20 11:05:06 -07:00
SkWhitelistChecksums.inc Rename textual includes as *.inc. 2016-07-27 11:12:12 -07:00
SkWhitelistTypefaces.cpp SkFontData to use smart pointers. 2016-09-16 06:24:20 -07:00