skia2/include/core
Hal Canary 805eb6c777 Fix BUG=chromium:664036
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4659

Change-Id: Idac00fef9cac023649a50d9c70d107f988fd2510
Reviewed-on: https://skia-review.googlesource.com/4659
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2016-11-10 17:52:21 +00:00
..
SkAnnotation.h remove unneeded flag for annotations 2016-03-05 06:00:12 -08:00
SkBBHFactory.h Remove stray semicolons. 2016-09-27 14:04:26 +00:00
SkBitmap.h SkPixmap::getColor() 2016-10-31 14:09:15 +00:00
SkBitmapDevice.h remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM 2016-11-03 19:54:08 +00:00
SkBlendMode.h Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" 2016-10-05 17:33:03 -07:00
SkBlitRow.h
SkBlurTypes.h
SkCanvas.h Change SkCanvas to *not* inherit from SkRefCnt 2016-11-09 19:40:06 +00:00
SkClipOp.h abstract name of clipping ops, to transtion to a more restricted set 2016-09-20 08:42:39 -07:00
SkClipStack.h Move clip CTM application to SkRasterClip and SkClipStack 2016-10-03 19:32:07 +00:00
SkColor.h Added SkColor4f::FromColor3f(SkColor3f, float a) 2016-08-19 11:23:15 -07:00
SkColorFilter.h remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM 2016-11-03 19:54:08 +00:00
SkColorPriv.h SkBlendARGB32 and S32[A]_Blend_BlitRow32 are currently formulated as: SkAlphaMulQ(src, src_scale) + SkAlphaMulQ(dst, dst_scale), which boils down to ((src*src_scale)>>8) + ((dst*dst_scale)>>8). In particular, note that the intermediate precision is discarded before the two parts are added together, causing the final result to possibly inaccurate. 2016-08-05 11:48:45 -07:00
SkColorSpace.h remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM 2016-11-03 19:54:08 +00:00
SkColorSpaceXform.h Make SkColorSpaceXform an SK_API 2016-10-18 14:44:30 +00:00
SkColorTable.h Ensure that SkColorTable->fCount is set properly after decodes 2016-05-17 08:52:11 -07:00
SkData.h Class delete call unsized delete when size not known. 2016-10-19 21:41:00 +00:00
SkDataTable.h Move SkChunkAlloc.h to include/private. 2016-11-07 20:16:56 +00:00
SkDeque.h
SkDevice.h remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM 2016-11-03 19:54:08 +00:00
SkDocument.h document.close from bool to void 2016-09-22 14:12:47 -07:00
SkDraw.h remove xfermode from public api 2016-10-28 20:06:17 +00:00
SkDrawable.h Make SkDrawable an SkFlattenable 2016-04-25 06:40:26 -07:00
SkDrawFilter.h SkPaintFilterCanvas cleanup 2016-01-12 12:14:10 -08:00
SkDrawLooper.h Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) 2016-04-04 14:57:19 -07:00
SkFilterQuality.h Skia Filter Quality and Scaling Metrics 2016-04-18 09:14:00 -07:00
SkFlattenable.h SkLightingShader normal vector CPU computation refactor. 2016-06-27 11:40:45 -07:00
SkFlattenableSerialization.h hide setImageFilter(ptr) 2016-11-01 16:05:41 +00:00
SkFont.h typedef uint16_t SkGlyphID 2016-07-25 07:18:12 -07:00
SkFontLCDConfig.h Add SK_API to SkFontLCDConfig. 2016-05-03 11:56:03 -07:00
SkFontStyle.h Remove 'Ulta' width. 2016-08-02 10:43:29 -07:00
SkGraphics.h add SkGraphics::PurageAllCaches 2016-02-22 06:19:54 -08:00
SkImage.h Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode 2016-11-09 01:05:07 +00:00
SkImageDeserializer.h Deserialize pictures with custom image-deserializer 2016-08-11 03:55:15 -07:00
SkImageEncoder.h GN: guard tools (except fiddle) by skia_enable_tools. 2016-08-24 12:23:52 -07:00
SkImageFilter.h remove 4 legacy flags (clients already updated) 2016-10-20 21:08:50 +00:00
SkImageGenerator.h remove discardablepixelref 2016-10-25 14:19:07 +00:00
SkImageInfo.h Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode 2016-11-09 01:05:07 +00:00
SkLights.h added radial lights to SkLights 2016-09-06 13:03:30 -07:00
SkMallocPixelRef.h For non-opaque SkBitmapDevices, replace malloc-then-zero with calloc. 2015-11-05 09:46:23 -08:00
SkMask.h Add default ctor to SkMask 2015-12-17 11:33:12 -08:00
SkMaskFilter.h Rename GrDrawContext to GrRenderTargetContext 2016-10-27 19:14:09 +00:00
SkMath.h SkLiteDL: remove freelisting, add reset() and SKLITEDL_PAGE knob. 2016-08-16 09:36:18 -07:00
SkMatrix44.h Fix storage of gamut transform matrices in SkColorSpace 2016-09-09 10:36:17 -07:00
SkMatrix.h Harden degenerate gradient context handling 2016-10-05 09:28:42 -07:00
SkMetaData.h
SkMilestone.h Update Skia milestone to 55 2016-08-25 06:19:31 -07:00
SkMultiPictureDraw.h Change SkCanvas to *not* inherit from SkRefCnt 2016-11-09 19:40:06 +00:00
SkOSFile.h Move SkOSPath out of include/core. 2016-11-08 20:20:15 +00:00
SkPaint.h remove obsolete flags 2016-11-07 18:37:31 +00:00
SkPath.h use reversePathTo in place of addPathReverse 2016-11-07 05:09:28 -08:00
SkPathEffect.h remove lots of legacy flags 2016-10-31 19:35:15 +00:00
SkPathMeasure.h Move seg_to to a new header, define SkSegType enum there 2016-08-09 09:38:30 -07:00
SkPathRef.h Remove SkAutoTUnref and SkAutoTDelete from public includes. 2016-10-27 09:30:08 -07:00
SkPicture.h remove lots of legacy flags 2016-10-31 19:35:15 +00:00
SkPictureAnalyzer.h abstract name of clipping ops, to transtion to a more restricted set 2016-09-20 08:42:39 -07:00
SkPictureRecorder.h Fix BUG=chromium:664036 2016-11-10 17:52:21 +00:00
SkPixelRef.h Remove SkPixelRef::getTexture() 2016-08-23 14:02:54 -07:00
SkPixelSerializer.h SkPixelSerializer: remove deprecated virtual 2015-12-10 09:30:57 -08:00
SkPixmap.h SkPixmap::getColor() 2016-10-31 14:09:15 +00:00
SkPngChunkReader.h Delete SkImageDecoder 2016-03-24 10:41:47 -07:00
SkPoint3.h
SkPoint.h handle large conic weights 2016-07-13 10:56:53 -07:00
SkPostConfig.h Use alignas to force alignment. 2016-11-04 08:41:01 -07:00
SkPreConfig.h Apple devices do not support CRC32 instructions. Don't believe Clang's lies. 2016-09-08 11:22:09 -07:00
SkRasterizer.h Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) 2016-04-04 14:57:19 -07:00
SkRect.h helper to SkRect to create from SkISize 2016-09-12 06:32:07 -07:00
SkRefCnt.h Remove SkAutoTUnref from public API 2016-11-08 14:42:19 +00:00
SkRegion.h inline very common intersect+rect_rgn 2016-06-30 07:47:34 -07:00
SkRRect.h Add validation of RRects to SkValidatingReadBuffer 2016-09-23 19:44:57 +00:00
SkRSXform.h
SkRWBuffer.h Add a SkRWBuffer reserve mechanism 2016-09-30 13:34:19 -07:00
SkScalar.h Swap SkGpuBlurUtils over to using SkIRects 2016-05-13 05:06:19 -07:00
SkShader.h remove use of xfermode* in procs 2016-11-09 17:03:12 +00:00
SkSize.h
SkStream.h remove lots of legacy flags 2016-10-31 19:35:15 +00:00
SkString.h Reverse dependency between SkScalar.h and SkFixed.h. 2016-04-07 08:49:31 -07:00
SkStrokeRec.h Unify implementations of stroking radius calculationsns 2016-04-29 07:07:03 -07:00
SkSurface.h Further centralize computation of GrSurface VRAM consumption - take 2 2016-11-07 14:34:47 +00:00
SkSurfaceProps.h remove disable aa/dither flags from Props -- never used 2016-08-18 09:30:44 -07:00
SkSwizzle.h Add missing SK_API to SkSwizzle.h 2016-03-24 07:50:14 -07:00
SkTextBlob.h Remove SK_SUPPORT_LEGACY_TEXTBLOB_BUILDER. 2016-10-13 17:43:41 +00:00
SkTime.h Make SkTime SK_API so that SkTime::GetDateTime() is visible to the clients. 2016-05-02 15:04:46 -07:00
SkTLazy.h Fix SkTLazy(const T*) initialization 2016-08-24 11:03:24 -07:00
SkTraceMemoryDump.h Add support for light dumps in SkTraceMemoryDump interface. 2015-09-30 04:31:23 -07:00
SkTRegistry.h
SkTypeface.h remove lots of legacy flags 2016-10-31 19:35:15 +00:00
SkTypes.h remove obsolete flags 2016-11-07 18:37:31 +00:00
SkUnPreMultiply.h
SkWriteBuffer.h Remove SkAutoTUnref and SkAutoTDelete from public includes. 2016-10-27 09:30:08 -07:00
SkWriter32.h Remove SkWriter32::contiguousArray(). 2016-04-29 14:45:36 -07:00
SkXfermode.h Revert "add alias for xfermode::getproc to allow legacy g client to bulid" 2016-11-09 21:20:19 +00:00
SkYUVSizeInfo.h Update Skia's YUV API 2016-03-10 05:44:43 -08:00