..
SkAnnotation.h
SkBBHFactory.h
Remove stray semicolons.
2016-09-27 14:04:26 +00:00
SkBitmap.h
Revert "Revert "IWYU""
2017-02-13 15:59:35 +00:00
SkBlendMode.h
move SkBlendMode_Name into public (for chrome)
2016-11-16 19:17:21 +00:00
SkBlurTypes.h
SkCanvas.h
hide trivial helpers on canvas
2017-02-22 19:41:04 +00:00
SkClipOp.h
switch to _deprecated suffix for exotic SkClipOps
2016-12-20 13:46:58 +00:00
SkColor.h
SkBitmap::ComputeIsOpaque and SkBitmap::eraseColor support F16
2016-12-07 20:43:26 +00:00
SkColorFilter.h
Remove SkFallbackAlloc and SkFixedAlloc.
2017-01-16 17:01:57 +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
Add SkColorSpace::isNumericalTransferFn() to the public API
2017-02-28 20:00:07 +00:00
SkColorSpaceXform.h
Reland "Respect full precision for RGB16 PNGs" (part 2)
2017-01-19 22:08:52 +00:00
SkColorTable.h
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
SkDocument.h
SkXPS: new document API.
2017-02-06 19:00:28 +00:00
SkDrawable.h
Make header files self-sufficient
2017-02-10 01:19:52 +00:00
SkDrawFilter.h
SkDrawLooper.h
Remove use of SkSmallAllocator from all Loopers.
2017-02-08 21:08:02 +00:00
SkEncodedImageFormat.h
SkImageEncoder: simplify API
2016-11-23 16:40:32 +00:00
SkExecutor.h
SkExecutor
2017-02-22 16:17:39 +00:00
SkFilterQuality.h
SkFlattenable.h
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
SkFontArguments.h
Add SkTypeface::getVariationDesignPosition.
2017-02-24 16:59:05 +00:00
SkFontLCDConfig.h
SkFontStyle.h
Remove 'Ulta' width.
2016-08-02 10:43:29 -07:00
SkGraphics.h
remove guard for SkImageGenerator api
2017-02-22 04:31:18 +00:00
SkICC.h
Improve comment in SkICC.h
2017-02-24 20:35:57 +00:00
SkImage.h
Revert "Add GrExternalTextureData and SkCrossContextImageData"
2017-02-24 17:28:03 +00:00
SkImageDeserializer.h
Deserialize pictures with custom image-deserializer
2016-08-11 03:55:15 -07:00
SkImageEncoder.h
Remove last of SK_SUPPORT_LEGACY_IMAGE_ENCODER_CLASS
2017-01-10 19:36:17 +00:00
SkImageFilter.h
Add ImageToColorSpace helper in SkImageFilter
2016-12-29 18:35:44 +00:00
SkImageGenerator.h
remove guard for SkImageGenerator api
2017-02-22 04:31:18 +00:00
SkImageInfo.h
Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused"
2017-01-20 14:21:42 +00:00
SkLights.h
Make header files self-sufficient
2017-02-10 01:19:52 +00:00
SkMallocPixelRef.h
SkMask.h
SkMaskFilter.h
Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.
2017-01-11 19:56:48 +00:00
SkMath.h
SkLiteDL: remove freelisting, add reset() and SKLITEDL_PAGE knob.
2016-08-16 09:36:18 -07:00
SkMatrix44.h
Fix color space matrix hashing to avoid hashing the typemask
2017-01-04 16:45:05 +00:00
SkMatrix.h
Batch across matrix changes in drawVertices and add GM to test.
2017-02-03 02:34:37 +00:00
SkMetaData.h
SkMilestone.h
Update Skia milestone to 58
2017-01-19 16:56:11 +00:00
SkMultiPictureDraw.h
Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"
2016-11-13 18:31:13 +00:00
SkOSFile.h
Move SkOSPath out of include/core.
2016-11-08 20:20:15 +00:00
SkPaint.h
Revert "Revert "Revert[2] "hide deprecated underline and strikethru"""
2017-02-23 14:19:40 +00:00
SkPath.h
expose new tight-bounds method on SkPath
2017-02-03 17:26:43 +00:00
SkPathEffect.h
begin to hide details of SkPathEffect
2017-02-26 18:36:11 +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
Revert "Roll minimum picture version up to 44."
2017-02-10 12:32:21 +00:00
SkPictureAnalyzer.h
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
2016-12-09 14:33:41 +00:00
SkPictureRecorder.h
Update endRecordingAsPicture to finishRecordingAsPicture
2017-02-22 19:55:27 +00:00
SkPixelRef.h
Remove (unused) YUV API from SkPixelRef
2017-01-13 20:40:11 +00:00
SkPixelSerializer.h
SkPixmap.h
SkBitmap::ComputeIsOpaque -> SkPixmap::computeIsOpaque
2016-12-07 21:44:39 +00:00
SkPngChunkReader.h
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
use __BYTE_ORDER__ macro to detect endianness when available
2016-11-28 21:07:47 +00:00
SkRasterHandleAllocator.h
Make header files self-sufficient
2017-02-10 01:19:52 +00:00
SkRasterizer.h
SkRect.h
helper to SkRect to create from SkISize
2016-09-12 06:32:07 -07:00
SkRefCnt.h
Remove sk_ref_sp's misleading preprocessor define and comment
2016-12-21 15:36:13 +00:00
SkRegion.h
SkRegion deserialization more robust
2017-02-18 13:34:30 +00:00
SkRRect.h
Add validation of RRects to SkValidatingReadBuffer
2016-09-23 19:44:57 +00:00
SkRSXform.h
Make header files self-sufficient
2017-02-10 01:19:52 +00:00
SkRWBuffer.h
Add a SkRWBuffer reserve mechanism
2016-09-30 13:34:19 -07:00
SkScalar.h
stop using SkScalarMul
2017-02-14 19:45:24 +00:00
SkShader.h
Revert "More non-invertible shader local matrix guards"
2017-02-11 01:19:47 +00:00
SkSize.h
add ViaSVG to dm
2017-02-17 22:49:59 +00:00
SkStream.h
remove SkMemoryWStream -- unused externally
2017-01-08 03:06:06 +00:00
SkString.h
SkStrokeRec.h
SkSurface.h
remove unused ForceUnique option from makeImageSnapshot
2016-12-29 16:01:42 +00:00
SkSurfaceProps.h
remove disable aa/dither flags from Props -- never used
2016-08-18 09:30:44 -07:00
SkSwizzle.h
SkTextBlob.h
Remove SK_SUPPORT_LEGACY_TEXTBLOB_BUILDER.
2016-10-13 17:43:41 +00:00
SkTime.h
SkTLazy.h
Fix SkTLazy(const T*) initialization
2016-08-24 11:03:24 -07:00
SkTraceMemoryDump.h
SkTypeface.h
Add SkTypeface::getVariationDesignPosition.
2017-02-24 16:59:05 +00:00
SkTypes.h
add device-clipping to gpudevice
2017-02-16 19:49:37 +00:00
SkUnPreMultiply.h
SkVertices.h
Remove exec bit from source files.
2017-02-08 20:21:18 +00:00
SkWriteBuffer.h
Remove SkAutoTUnref and SkAutoTDelete from public includes.
2016-10-27 09:30:08 -07:00
SkWriter32.h
SkYUVSizeInfo.h
Make header files self-sufficient
2017-02-10 01:19:52 +00:00