.. |
SkAnnotation.h
|
|
|
SkBBHFactory.h
|
Remove stray semicolons.
|
2016-09-27 14:04:26 +00:00 |
SkBitmap.h
|
add writePixels to SkBitmap
|
2017-01-04 22:05:27 +00:00 |
SkBitmapDevice.h
|
SkBitmap::setPixelRef(): less reference churn
|
2016-12-12 20:18:50 +00:00 |
SkBlendMode.h
|
move SkBlendMode_Name into public (for chrome)
|
2016-11-16 19:17:21 +00:00 |
SkBlurTypes.h
|
|
|
SkCanvas.h
|
Remove getDevice_just_for_deprecated_compatibility_testing (take 2)
|
2016-12-20 22:26:57 +00:00 |
SkClipOp.h
|
switch to _deprecated suffix for exotic SkClipOps
|
2016-12-20 13:46:58 +00:00 |
SkClipStack.h
|
Purge clip masks when they are no longer findable.
|
2017-01-06 19:42:08 +00:00 |
SkColor.h
|
SkBitmap::ComputeIsOpaque and SkBitmap::eraseColor support F16
|
2016-12-07 20:43:26 +00:00 |
SkColorFilter.h
|
don't memtion SkXfermode in public
|
2016-11-22 15:22:00 +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
|
Fix swapped interpretation of c and e in SkColorSpace_ICC
|
2016-12-19 20:23:03 +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
|
External SkImageGenerator API
|
2016-11-16 20:24:48 +00:00 |
SkDocument.h
|
clean up non-ASCII comments
|
2017-01-03 16:29:37 +00:00 |
SkDraw.h
|
remove xfermode from public api
|
2016-10-28 20:06:17 +00:00 |
SkDrawable.h
|
|
|
SkDrawFilter.h
|
|
|
SkDrawLooper.h
|
|
|
SkEncodedImageFormat.h
|
SkImageEncoder: simplify API
|
2016-11-23 16:40:32 +00:00 |
SkFilterQuality.h
|
|
|
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
|
|
|
SkFontStyle.h
|
Remove 'Ulta' width.
|
2016-08-02 10:43:29 -07:00 |
SkGraphics.h
|
|
|
SkICC.h
|
Revert "Revert "WIP: Skia support library for ICC tasks""
|
2016-12-17 01:31:22 +00:00 |
SkImage.h
|
remove SK_SUPPORT_LEGACY_PREROLL code
|
2016-12-22 14:12:32 +00:00 |
SkImageDeserializer.h
|
Deserialize pictures with custom image-deserializer
|
2016-08-11 03:55:15 -07:00 |
SkImageEncoder.h
|
Revert "SkImageEncoder::* going away"
|
2016-12-09 17:07:18 +00:00 |
SkImageFilter.h
|
Add ImageToColorSpace helper in SkImageFilter
|
2016-12-29 18:35:44 +00:00 |
SkImageGenerator.h
|
update dox for generateScaledPixels
|
2016-12-19 19:46:56 +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
|
|
|
SkMask.h
|
|
|
SkMaskFilter.h
|
Make filterMaskGPU use GrTextureProxy
|
2016-12-14 14:48:19 +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
|
Harden degenerate gradient context handling
|
2016-10-05 09:28:42 -07:00 |
SkMetaData.h
|
|
|
SkMilestone.h
|
Update Skia milestone to 57
|
2016-11-17 17:23:57 +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
|
don't memtion SkXfermode in public
|
2016-11-22 15:22:00 +00:00 |
SkPath.h
|
SkPath::fIsVolatile does not need to be mutable.
|
2016-11-12 15:23:55 +00: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
|
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
|
2016-12-09 14:33:41 +00:00 |
SkPictureRecorder.h
|
no need for SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT anymore
|
2016-12-07 22:28:04 +00:00 |
SkPixelRef.h
|
remove SkPixelRef::refEncodedData()
|
2016-11-22 19:47:21 +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 |
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
|
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
|
Plumb dst color space in many places, rather than "mode"
|
2016-12-09 20:31:23 +00:00 |
SkSize.h
|
|
|
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
|
|
|
SkTRegistry.h
|
|
|
SkTypeface.h
|
remove lots of legacy flags
|
2016-10-31 19:35:15 +00:00 |
SkTypes.h
|
Mark inline functions in SkTypes.h as static.
|
2016-11-14 14:07:54 +00:00 |
SkUnPreMultiply.h
|
|
|
SkWriteBuffer.h
|
Remove SkAutoTUnref and SkAutoTDelete from public includes.
|
2016-10-27 09:30:08 -07:00 |
SkWriter32.h
|
|
|
SkYUVSizeInfo.h
|
|
|