skia2/src/utils
Mike Reed 4ebb43e94f hide most details of SkPatchUtils
relies on https://googleplex-android-review.git.corp.google.com/#/c/2060523/ landing first

Bug: skia:
Change-Id: Ic6dc8e53656a7190a32cfb3b0b2abd9ee6dbebf0
Reviewed-on: https://skia-review.googlesource.com/11351
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2017-04-05 17:24:08 +00:00
..
mac Change SkMemory to the more accurately named SkMalloc. 2017-03-27 18:13:07 +00:00
win Remove SK_HAS_DWRITE_X defines. 2017-03-01 22:11:25 +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 Revert "Roll minimum picture version up to 44." 2017-02-10 12:32:21 +00:00
SkBitmapSourceDeserializer.h Revert "Roll minimum picture version up to 44." 2017-02-10 12:32:21 +00:00
SkBitSet.h SkPDF: SkBitSet gets reset() to make drop() better. 2016-09-19 10:27:03 -07:00
SkCamera.cpp start removing uses of SkScalarMul 2017-02-06 15:12:41 +00:00
SkCanvasStack.cpp hide trivial helpers on canvas 2017-02-22 19:41:04 +00:00
SkCanvasStack.h Mark overridden destructors with 'override' and remove 'virtual' 2017-03-22 16:06:18 +00:00
SkCanvasStateUtils.cpp Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" 2017-03-07 15:43:03 +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 start removing uses of SkScalarMul 2017-02-06 15:12:41 +00:00
SkDashPathPriv.h limit the number of points in SkDashPathEffect::asPoints 2016-07-21 09:37:59 -07:00
SkDeferredCanvas.cpp Eager or Lazy evaluation of sub-drawings for SkDeferredCanvas. 2017-03-20 15:15:33 +00:00
SkDeferredCanvas.h Eager or Lazy evaluation of sub-drawings for SkDeferredCanvas. 2017-03-20 15:15:33 +00:00
SkDumpCanvas.cpp hide most details of SkPatchUtils 2017-04-05 17:24:08 +00:00
SkEventTracer.cpp SkOncePtr -> SkOnce 2016-05-05 16:05:56 -07:00
SkFloatUtils.h
SkFrontBufferedStream.cpp Remove SkAutoTDelete. 2016-11-03 19:03:40 +00:00
SkInsetConvexPolygon.cpp Fix is_convex() check for inset polys. 2017-03-29 19:32:34 +00:00
SkInsetConvexPolygon.h Revert "Revert "Create new inset algorithm for spot shadows"" 2017-03-24 16:07:27 +00:00
SkInterpolator.cpp Change SkMemory to the more accurately named SkMalloc. 2017-03-27 18:13:07 +00:00
SkLua.cpp reenable lua and fix bitrot 2017-03-20 20:50:21 +00:00
SkLuaCanvas.cpp reenable lua and fix bitrot 2017-03-20 20:50:21 +00:00
SkMatrix22.cpp
SkMatrix22.h
SkMultiPictureDocument.cpp Mark overridden destructors with 'override' and remove 'virtual' 2017-03-22 16:06:18 +00: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 remove legacy virtual for vertices, only support object form 2017-03-17 17:03:18 +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 remove legacy virtual for vertices, only support object form 2017-03-17 17:03:18 +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
SkPatchUtils.cpp hide most details of SkPatchUtils 2017-04-05 17:24:08 +00:00
SkPatchUtils.h hide most details of SkPatchUtils 2017-04-05 17:24:08 +00: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
SkShadowTessellator.cpp move vertex-mode enum into SkVertices 2017-04-03 15:50:16 +00:00
SkShadowTessellator.h Add height function to shadow tessellators. 2017-03-27 19:06:59 +00:00
SkShadowUtils.cpp Add height function to shadow tessellators. 2017-03-27 19:06:59 +00:00
SkTextBox.cpp start removing uses of SkScalarMul 2017-02-06 15:12:41 +00:00
SkThreadUtils_pthread.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkThreadUtils_pthread.h
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