.. |
Sk64.h
|
|
|
SkAdvancedTypefaceMetrics.h
|
Revert "[PDF] Fix font embedding restrictions."
|
2013-12-10 17:22:41 +00:00 |
SkAnnotation.h
|
All SkAnnotations are no-draw. Propose we fold that through.
|
2013-10-29 20:44:39 +00:00 |
SkBitmap.h
|
make info real in SkPixelRef, and add bitmap::asImageInfo
|
2013-12-09 22:01:03 +00:00 |
SkBitmapDevice.h
|
Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors
|
2013-12-13 15:24:37 +00:00 |
SkBlitRow.h
|
|
|
SkBounder.h
|
|
|
SkCanvas.h
|
Update documentation around drawBitmap and shaders
|
2013-12-05 15:43:19 +00:00 |
SkChecksum.h
|
|
|
SkChunkAlloc.h
|
|
|
SkClipStack.h
|
Avoid re-rendering stencil clip for every draw with reducable clip stack
|
2013-11-05 15:03:08 +00:00 |
SkColor.h
|
|
|
SkColorFilter.h
|
Initial error handling code
|
2013-10-23 17:06:21 +00:00 |
SkColorPriv.h
|
SkSplay and SkUnsplay work on any uint32_t, not just SkPMColor.
|
2013-12-04 00:42:07 +00:00 |
SkColorShader.h
|
|
|
SkColorTable.h
|
move SkImageInfo into its own header
|
2013-11-13 19:09:13 +00:00 |
SkComposeShader.h
|
|
|
SkData.h
|
SK_ONCE for SkData and SkPathRef
|
2013-10-23 14:44:08 +00:00 |
SkDataTable.h
|
Remove SkDataTable from SkFlattenable hierarchy.
|
2013-10-15 20:39:57 +00:00 |
SkDeque.h
|
This CL addresses "SkCanvas::save flags are not respected by GPU backend" (https://code.google.com/p/skia/issues/detail?id=1503).
|
2013-08-16 00:53:34 +00:00 |
SkDevice.h
|
Sanitizing source files in Housekeeper-Nightly
|
2013-11-14 07:02:31 +00:00 |
SkDeviceProperties.h
|
|
|
SkDither.h
|
|
|
SkDocument.h
|
remove SkFloatToScalar macro
|
2013-11-25 19:44:07 +00:00 |
SkDraw.h
|
drawPosTextOnPath is now deprecated, removing all overrides and impls
|
2013-11-13 15:22:15 +00:00 |
SkDrawFilter.h
|
|
|
SkDrawLooper.h
|
Initial error handling code
|
2013-10-23 17:06:21 +00:00 |
SkEmptyShader.h
|
|
|
SkEndian.h
|
|
|
SkError.h
|
Sanitizing source files in Housekeeper-Nightly
|
2013-09-05 07:01:19 +00:00 |
SkFixed.h
|
|
|
SkFlate.h
|
|
|
SkFlattenable.h
|
Initial error handling code
|
2013-10-23 17:06:21 +00:00 |
SkFlattenableBuffers.h
|
Fixed a few places where uninitialized memory could have been read
|
2013-12-06 20:14:46 +00:00 |
SkFlattenableSerialization.h
|
Removed unnecessary define
|
2013-11-08 15:24:12 +00:00 |
SkFloatBits.h
|
|
|
SkFloatingPoint.h
|
Add sk_float_rsqrt with SSE + NEON fast paths.
|
2013-11-08 20:14:16 +00:00 |
SkFontHost.h
|
Remove SK_FONTHOST_USES_FONTMGR.
|
2013-11-11 15:53:29 +00:00 |
SkFontLCDConfig.h
|
|
|
SkGeometry.h
|
|
|
SkGraphics.h
|
Sanitizing source files in Housekeeper-Nightly
|
2013-09-27 07:01:29 +00:00 |
SkImage.h
|
make info real in SkPixelRef, and add bitmap::asImageInfo
|
2013-12-09 22:01:03 +00:00 |
SkImageDecoder.h
|
SkDecodingImageGenerator now uses SkStreamRewindable
|
2013-12-09 13:45:02 +00:00 |
SkImageEncoder.h
|
Rewrite SkTRegistry to take any trivially-copyable type.
|
2013-09-04 17:20:18 +00:00 |
SkImageFilter.h
|
Changed maxInputCount for exact inputCount
|
2013-12-04 20:07:47 +00:00 |
SkImageFilterUtils.h
|
|
|
SkImageGenerator.h
|
Sk_API for SkImageGenerator and SkInstallDiscardablePixelRef
|
2013-12-10 21:11:12 +00:00 |
SkImageInfo.h
|
make info real in SkPixelRef, and add bitmap::asImageInfo
|
2013-12-09 22:01:03 +00:00 |
SkInstCnt.h
|
Reverting r12635 (Make leak counters thread-safe - https://codereview.chromium.org/99483003) due to compile errors on Mac 10.6 & in Chrome
|
2013-12-12 14:24:20 +00:00 |
SkLineClipper.h
|
|
|
SkMallocPixelRef.h
|
Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors
|
2013-12-13 15:24:37 +00:00 |
SkMask.h
|
Guard against most unintentionally ephemeral SkAutoFoo instantiations.
|
2013-11-18 16:03:59 +00:00 |
SkMaskFilter.h
|
Add ability to ninepatch blurred rounded rectangle
|
2013-11-08 18:02:53 +00:00 |
SkMath.h
|
Add SkDivMod with a special case for ARM.
|
2013-09-26 19:22:54 +00:00 |
SkMatrix.h
|
Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as it interferes with deleyed mipmap generation.
|
2013-12-09 19:15:37 +00:00 |
SkMetaData.h
|
|
|
SkOSFile.h
|
|
|
SkPackBits.h
|
|
|
SkPaint.h
|
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning""
|
2013-10-31 17:28:30 +00:00 |
SkPaintOptionsAndroid.h
|
We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix.
|
2013-09-26 15:16:12 +00:00 |
SkPath.h
|
Move segment mask from SkPath to SkPathRef
|
2013-12-12 23:03:51 +00:00 |
SkPathEffect.h
|
Initial error handling code
|
2013-10-23 17:06:21 +00:00 |
SkPathMeasure.h
|
|
|
SkPathRef.h
|
Move segment mask from SkPath to SkPathRef
|
2013-12-12 23:03:51 +00:00 |
SkPicture.h
|
Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors
|
2013-12-13 15:24:37 +00:00 |
SkPixelRef.h
|
Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors
|
2013-12-13 15:24:37 +00:00 |
SkPoint.h
|
Add sk_float_rsqrt with SSE + NEON fast paths.
|
2013-11-08 20:14:16 +00:00 |
SkPostConfig.h
|
Reverting r12635 (Make leak counters thread-safe - https://codereview.chromium.org/99483003) due to compile errors on Mac 10.6 & in Chrome
|
2013-12-12 14:24:20 +00:00 |
SkPreConfig.h
|
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning""
|
2013-10-31 17:28:30 +00:00 |
SkRasterizer.h
|
Initial error handling code
|
2013-10-23 17:06:21 +00:00 |
SkReader32.h
|
Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream.
|
2013-11-05 15:46:56 +00:00 |
SkRect.h
|
Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values.""
|
2013-11-07 16:06:53 +00:00 |
SkRefCnt.h
|
Guard against most unintentionally ephemeral SkAutoFoo instantiations.
|
2013-11-18 16:03:59 +00:00 |
SkRegion.h
|
Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream.
|
2013-11-05 15:46:56 +00:00 |
SkRRect.h
|
Add SkRRect::transform.
|
2013-11-05 15:54:42 +00:00 |
SkScalar.h
|
remove SkFloatToScalar macro
|
2013-11-25 19:44:07 +00:00 |
SkScalarCompare.h
|
|
|
SkShader.h
|
Update documentation around drawBitmap and shaders
|
2013-12-05 15:43:19 +00:00 |
SkSize.h
|
|
|
SkStream.h
|
Remove backward compatibility shims from SkStream.h.
|
2013-11-13 19:53:46 +00:00 |
SkString.h
|
Reverting r12427
|
2013-12-02 13:50:38 +00:00 |
SkStringUtils.h
|
|
|
SkStrokeRec.h
|
Make GrContext cache the gpu paths
|
2013-11-01 15:23:44 +00:00 |
SkSurface.h
|
move SkImage::ColorType into SkColorType
|
2013-11-01 13:46:54 +00:00 |
SkTArray.h
|
Repurpose GrGLCoordTransform as GrGLProgramEffects
|
2013-10-03 15:17:58 +00:00 |
SkTDArray.h
|
Third wave of Win64 warning cleanup
|
2013-10-16 17:48:11 +00:00 |
SkTDict.h
|
|
|
SkTDStack.h
|
|
|
SkTemplates.h
|
Revert r1784: SK_API on a non-concrete template is strange.
|
2013-10-30 22:22:05 +00:00 |
SkThread_platform.h
|
|
|
SkThread.h
|
Guard against most unintentionally ephemeral SkAutoFoo instantiations.
|
2013-11-18 16:03:59 +00:00 |
SkTileGridPicture.h
|
|
|
SkTime.h
|
Guard against most unintentionally ephemeral SkAutoFoo instantiations.
|
2013-11-18 16:03:59 +00:00 |
SkTInternalLList.h
|
Make SkTInternalLList::validate validate all nodes
|
2013-12-04 14:51:31 +00:00 |
SkTLazy.h
|
|
|
SkTrace.h
|
|
|
SkTRegistry.h
|
Rewrite SkTRegistry to take any trivially-copyable type.
|
2013-09-04 17:20:18 +00:00 |
SkTSearch.h
|
|
|
SkTypeface.h
|
Remove SK_FONTHOST_USES_FONTMGR.
|
2013-11-11 15:53:29 +00:00 |
SkTypes.h
|
Guard against most unintentionally ephemeral SkAutoFoo instantiations.
|
2013-11-18 16:03:59 +00:00 |
SkUnitMapper.h
|
Initial error handling code
|
2013-10-23 17:06:21 +00:00 |
SkUnPreMultiply.h
|
|
|
SkUtils.h
|
More Windows 64b compilation warning fixes
|
2013-11-21 14:24:16 +00:00 |
SkWeakRefCnt.h
|
Fix spelling errors in SkWeakRefCnt.
|
2013-12-02 19:12:04 +00:00 |
SkWriter32.h
|
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning""
|
2013-10-31 17:28:30 +00:00 |
SkXfermode.h
|
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning""
|
2013-10-31 17:28:30 +00:00 |