skia2/include/core
Herb Derby 974aa8eaba Remove routines no longer needed since stripping NVPR
Change-Id: Ia1a545cc5c52d9af654f980083803ece39a92614
Reviewed-on: https://skia-review.googlesource.com/112260
Reviewed-by: Robert Phillips <robertphillips@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2018-03-05 21:06:35 +00:00
..
SkAnnotation.h
SkBBHFactory.h
SkBitmap.h updated includes 2018-02-27 16:37:39 +00:00
SkBlendMode.h
SkBlurTypes.h
SkCanvas.h updated includes 2018-02-27 16:37:39 +00:00
SkClipOp.h
SkColor.h Make SkASSERT and co. constexpr compatible. 2017-09-29 13:49:04 +00:00
SkColorFilter.h hide virtual and rename to onMakeComposed 2018-02-19 19:40:14 +00:00
SkColorPriv.h Remove trailing whitespace. 2017-10-09 21:20:34 +00:00
SkColorSpace.h Remove more functionality from SkColorSpace_Base 2017-12-21 21:01:35 +00:00
SkColorSpaceXform.h
SkColorSpaceXformCanvas.h
SkCoverageMode.h fix symbol for intersection 2018-02-06 02:40:16 +00:00
SkData.h
SkDataTable.h Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00
SkDeferredDisplayListRecorder.h Fix the link error for component build 2018-02-21 19:49:16 +00:00
SkDeque.h
SkDocument.h SkDocument: remove unused fDoneProc 2018-01-08 20:53:41 +00:00
SkDrawable.h Remove trailing whitespace. 2017-10-09 21:20:34 +00:00
SkDrawFilter.h
SkDrawLooper.h
SkEncodedImageFormat.h GOOGLE3 -> SK_BUILD_FOR_GOOGLE3 2017-12-19 14:42:16 +00:00
SkExecutor.h Add FIFO thread pool, use it for most things. 2017-09-01 16:19:47 +00:00
SkFilterQuality.h
SkFlattenable.h remove unused SkRasterizer 2018-01-21 18:24:11 +00:00
SkFont.h
SkFontArguments.h
SkFontLCDConfig.h
SkFontStyle.h Make SkTypeface::Style and FromOldStyle private. 2017-10-13 15:49:18 +00:00
SkGraphics.h
SkICC.h
SkImage.h updated includes 2018-02-27 16:37:39 +00:00
SkImageEncoder.h centralize encoding to SkData 2017-12-09 01:36:48 +00:00
SkImageFilter.h don't draw non-finite contexts in imagefilters 2018-01-30 02:02:42 +00:00
SkImageGenerator.h Add api for passing mipped hint into ImageGenerator onGenerateTexture 2017-10-11 17:11:07 +00:00
SkImageInfo.h make SkDestinationSurfaceColorMode private 2018-02-28 20:31:33 +00:00
SkMallocPixelRef.h removed dead colortable code 2017-07-19 22:20:57 +00:00
SkMaskFilter.h add maskfilter+localmatrix to fix savelayer 2018-02-06 21:39:45 +00:00
SkMath.h
SkMatrix44.h Suppress float-cast-overflow for double-to-float in SkMatrix{,44} 2017-09-18 17:23:39 +00:00
SkMatrix.h updated includes 2018-02-27 16:37:39 +00:00
SkMetaData.h Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00
SkMilestone.h Update Skia milestone to 66 2018-01-19 17:07:13 +00:00
SkMultiPictureDraw.h Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00
SkOverdrawCanvas.h Add SK_API to SkOverdrawCanvas and SkOverdrawColorFilter. 2017-08-18 16:53:49 +00:00
SkPaint.h updated includes 2018-02-27 16:37:39 +00:00
SkPath.h updated includes 2018-02-27 16:37:39 +00:00
SkPathEffect.h Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00
SkPathMeasure.h
SkPicture.h add SkPicture::MakePlaceholder() 2018-01-28 00:18:37 +00:00
SkPictureRecorder.h Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00
SkPixelRef.h Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00
SkPixmap.h updated includes 2018-02-27 16:37:39 +00:00
SkPngChunkReader.h
SkPoint3.h Add some additional checks for shadow generation 2018-02-26 20:02:38 +00:00
SkPoint.h updated includes 2018-02-27 16:37:39 +00:00
SkPostConfig.h eliminate SK_BUILD_FOR_WIN32 2018-01-26 19:52:04 +00:00
SkPreConfig.h eliminate SK_BUILD_FOR_WIN32 2018-01-26 19:52:04 +00:00
SkRasterHandleAllocator.h
SkRect.h updated includes 2018-02-27 16:37:39 +00:00
SkRefCnt.h hide virtual and rename to onMakeComposed 2018-02-19 19:40:14 +00:00
SkRegion.h fix crasher in path-->region 2018-02-27 21:03:49 +00:00
SkRRect.h move some RRect methods into priv 2018-02-22 19:09:10 +00:00
SkRSXform.h Revert "Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans."" 2017-10-18 12:21:17 +00:00
SkRWBuffer.h Remove trailing whitespace. 2017-10-09 21:20:34 +00:00
SkScalar.h begin to wrap all float divides 2018-02-12 19:04:19 +00:00
SkSerialProcs.h add serialprocs to MultiDocument, hide redundant methods 2017-12-21 12:36:30 +00:00
SkShader.h add decal tilemode to shaders 2018-02-16 23:19:47 +00:00
SkSize.h
SkStream.h remove dead code for STREAM_API 2017-09-20 20:43:50 +00:00
SkString.h SkString: remove externally unused ::setUTF16() from API 2018-03-01 22:16:34 +00:00
SkStrokeRec.h
SkSurface.h updated includes 2018-02-27 16:37:39 +00:00
SkSurfaceProps.h Flesh out SkSurfaceCharacterization 2017-11-30 17:10:38 +00:00
SkSwizzle.h Add missing SK_API to SkSwizzle.h 2016-03-24 07:50:14 -07:00
SkTextBlob.h simple version of serialization for SkTextBlob 2017-12-19 22:34:56 +00:00
SkTime.h
SkTLazy.h Update SkTLazy for move only types. 2017-11-28 22:13:47 +00:00
SkTraceMemoryDump.h
SkTypeface.h Remove routines no longer needed since stripping NVPR 2018-03-05 21:06:35 +00:00
SkTypes.h add saturate helper for float2int64 2018-01-31 21:21:36 +00:00
SkUnPreMultiply.h
SkVertices.h check for valid vertices mode 2018-01-23 18:28:47 +00:00
SkYUVSizeInfo.h