skia2/src/utils
Mike Reed 42e8c53b3e rename virtuals for clipbounds, and deprecate older bool/var-arg pattern
BUG=skia:

Change-Id: I08bcc2d0559e02838772538816b928e0716dd3aa
Reviewed-on: https://skia-review.googlesource.com/7412
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2017-01-23 20:56:13 +00:00
..
mac support external raster handles 2017-01-10 17:31:58 +00:00
win utils/win/SkTScopedComPtr: reset(T*) 2016-12-21 14:56:42 +00: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 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" 2016-12-09 14:33:41 +00:00
SkCanvasStack.h Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" 2016-12-09 14:33:41 +00:00
SkCanvasStateUtils.cpp new hacky api to get cliprgn for android 2017-01-19 18:31:28 +00:00
SkCurveMeasure.cpp Wrap SkNx types in anonymous namespace again. 2016-10-14 21:57:50 +00:00
SkCurveMeasure.h Wrap SkNx types in anonymous namespace again. 2016-10-14 21:57:50 +00: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 rename virtuals for clipbounds, and deprecate older bool/var-arg pattern 2017-01-23 20:56:13 +00:00
SkDeferredCanvas.h rename virtuals for clipbounds, and deprecate older bool/var-arg pattern 2017-01-23 20:56:13 +00:00
SkDumpCanvas.cpp change SkClipOp to a class enum 2016-12-12 15:38:31 +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 Remove SkAutoTDelete. 2016-11-03 19:03:40 +00: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 remove clipstack from lua -- deprecated 2017-01-19 20:07:03 +00:00
SkLuaCanvas.cpp Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" 2016-12-09 14:33:41 +00: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 remove xfermode from public api 2016-10-28 20:06:17 +00: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 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" 2016-11-13 18:31:13 +00:00
SkNWayCanvas.cpp Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" 2016-12-09 14:33:41 +00:00
SkOSPath.cpp Move SkOSPath out of include/core. 2016-11-08 20:20:15 +00:00
SkOSPath.h Move SkOSPath out of include/core. 2016-11-08 20:20:15 +00:00
SkPaintFilterCanvas.cpp change clip-bounds getters to always return the rect 2017-01-23 17:14:53 +00: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 Remove SkDynamicMemoryWStream::getOffset. 2016-12-16 19:02:53 +00:00
SkPatchGrid.cpp remove xfermode from public api 2016-10-28 20:06:17 +00:00
SkPatchGrid.h Revert "Revert "make it illegal to include SkXfermode.h"" 2016-11-23 22:17:17 +00: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[8] "replace SkXfermode obj with SkBlendMode enum in paints" 2016-10-05 17:33:03 -07: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
SkShadowUtils.cpp Split ShadowMaskFilter into separate ambient and spot mask filters 2017-01-16 18:40:59 +00:00
SkTextBox.cpp Use sk_sp text blob APIs 2016-09-13 10:00:23 -07:00
SkTextureCompressor_ASTC.cpp Use perfect forwarding in createT of SkSmallAllocator. 2016-11-06 21:07:02 -08: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 Use perfect forwarding in createT of SkSmallAllocator. 2016-11-06 21:07:02 -08:00
SkTextureCompressor_LATC.h Even more win64 warning fixes 2014-12-12 15:11:18 -08:00
SkTextureCompressor_R11EAC.cpp Use perfect forwarding in createT of SkSmallAllocator. 2016-11-06 21:07:02 -08:00
SkTextureCompressor_R11EAC.h Even more win64 warning fixes 2014-12-12 15:11:18 -08:00
SkTextureCompressor_Utils.h chmod -x *.cpp *.h 2016-10-27 16:41:14 +00: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 s/SkAutoTUnref/sk_sp/ in src/ part 1 2016-11-07 17:22:19 +00:00