skia2/src/core
commit-bot@chromium.org 725cd8218c installPixels returns true if null-pixels -- devolving to setConfig
fixes assumptions in chrome's ui_unittests: RenderTextTest.SelectionKeepsLigatures

R=robertphillips@google.com, bsalomon@google.com

Author: reed@google.com

Review URL: https://codereview.chromium.org/170713006

git-svn-id: http://skia.googlecode.com/svn/trunk@13492 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-02-18 21:35:24 +00:00
..
ARGB32_Clamp_Bilinear_BitmapShader.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkAAClip.cpp fix (some) 64bit warnings -- size_t -> int 2014-01-24 21:46:29 +00:00
SkAAClip.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkAdvancedTypefaceMetrics.cpp [PDF] Fix font width generation when glyph 0 is used. 2013-12-11 23:54:31 +00:00
SkAlphaRuns.cpp Inline performance-critical methods on SkAlphaRuns. 2013-11-22 21:25:55 +00:00
SkAnnotation.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkAntiRun.h Inline performance-critical methods on SkAlphaRuns. 2013-11-22 21:25:55 +00:00
SkAutoKern.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkBBoxHierarchy.h Initial QuadTree implementation 2014-02-03 18:08:33 +00:00
SkBBoxHierarchyRecord.cpp change PictureRecord (and its private subclasses) to take size instead of device 2014-02-17 15:28:00 +00:00
SkBBoxHierarchyRecord.h change PictureRecord (and its private subclasses) to take size instead of device 2014-02-17 15:28:00 +00:00
SkBBoxRecord.cpp fix samplefuzz, fix some 32/64bit warnings 2014-02-04 16:03:51 +00:00
SkBBoxRecord.h change PictureRecord (and its private subclasses) to take size instead of device 2014-02-17 15:28:00 +00:00
SkBitmap_scroll.cpp Fix a bunch of warnings, mainly around rowBytes. 2013-02-25 21:47:41 +00:00
SkBitmap.cpp installPixels returns true if null-pixels -- devolving to setConfig 2014-02-18 21:35:24 +00:00
SkBitmapDevice.cpp Sanitizing source files in Housekeeper-Nightly 2014-02-16 03:01:56 +00:00
SkBitmapFilter.cpp fix off-by-one error with rotated HQ scaling 2013-12-18 19:47:57 +00:00
SkBitmapFilter.h remove SkFloatToScalar macro 2013-11-25 19:44:07 +00:00
SkBitmapHeap.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkBitmapHeap.h change offset to xy for pixelref subsetting 2014-01-08 15:42:01 +00:00
SkBitmapProcShader.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkBitmapProcShader.h Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkBitmapProcState_filter.h Added shaderproc for 1xN repeatX/repeatY BitmapProcShader 2013-01-18 16:38:40 +00:00
SkBitmapProcState_matrix.h fix trivial matrix computation 2013-07-14 01:44:59 +00:00
SkBitmapProcState_matrixProcs.cpp ARM Skia NEON patches - 18 - Preparation work for BitmapProcState 2013-09-05 18:27:57 +00:00
SkBitmapProcState_procs.h Revert "Revert "change SkColorTable to be immutable"" 2013-10-10 14:44:56 +00:00
SkBitmapProcState_sample.h stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum 2013-07-22 17:18:18 +00:00
SkBitmapProcState_shaderproc.h stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum 2013-07-22 17:18:18 +00:00
SkBitmapProcState_utils.h ARM Skia NEON patches - 18 - Preparation work for BitmapProcState 2013-09-05 18:27:57 +00:00
SkBitmapProcState.cpp detect if the scaledimagecache returns a purged bitmap 2013-12-12 21:37:25 +00:00
SkBitmapProcState.h start to remove lockPixels from bitmapshader 2013-09-13 16:04:49 +00:00
SkBitmapScaler.cpp Allowing Lanczos3 to be used in chromium 2014-02-14 18:46:08 +00:00
SkBitmapScaler.h remove fConvolutionProcs from State, and just use it locally 2013-09-05 20:31:17 +00:00
SkBitmapShader16BilerpTemplate.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkBitmapShaderTemplate.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkBlitBWMaskTemplate.h remove unused line of code (from xcode's analysis) 2013-06-14 20:22:13 +00:00
SkBlitMask_D32.cpp ARM Skia NEON patches - 03 - Duplicate code removal 2013-07-15 12:40:54 +00:00
SkBlitMask.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkBlitRow_D16.cpp remove dst/rendertarget support for kARGB_4444_Config 2013-06-21 18:30:53 +00:00
SkBlitRow_D32.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkBlitter_A8.cpp remove bogus assert, and remove outdated #ifdef 2013-11-08 17:50:14 +00:00
SkBlitter_ARGB32.cpp Fix a bunch of warnings, mainly around rowBytes. 2013-02-25 21:47:41 +00:00
SkBlitter_RGB16.cpp ARM Skia NEON patches - 11 - Blitter_RGB16 2013-08-08 10:51:45 +00:00
SkBlitter_Sprite.cpp 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
SkBlitter.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkBlitter.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
SkBuffer.cpp Adding error checks to SkRBuffer 2013-11-08 19:22:57 +00:00
SkBuffer.h Add extra warnings to match what Android uses. 2013-11-20 15:13:49 +00:00
SkCanvas.cpp still trying to kill setDevice: rename to setRootDevice (better name) and make private 2014-02-17 15:24:26 +00:00
SkChunkAlloc.cpp Sanitizing source files in Housekeeper-Nightly 2013-06-20 07:00:59 +00:00
SkClipStack.cpp fix calling undef inline func build error 2014-02-16 14:45:45 +00:00
SkColor.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkColorFilter.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkColorTable.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkComposeShader.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkConfig8888.cpp Improve the performance of SkConvertConfig8888Pixels using Array lookup 2013-06-14 13:38:56 +00:00
SkConfig8888.h eliminate all warnings in non-thirdparty code on mac 2013-01-07 16:47:43 +00:00
SkConvolver.cpp remove fConvolutionProcs from State, and just use it locally 2013-09-05 20:31:17 +00:00
SkConvolver.h remove fConvolutionProcs from State, and just use it locally 2013-09-05 20:31:17 +00:00
SkCoreBlitters.h Reverting r12427 2013-12-02 13:50:38 +00:00
SkCubicClipper.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SkCubicClipper.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkData.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkDataTable.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
SkDebug.cpp fix more 64bit warnings 2014-01-27 13:42:58 +00:00
SkDeque.cpp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkDescriptor.h Guard against most unintentionally ephemeral SkAutoFoo instantiations. 2013-11-18 16:03:59 +00:00
SkDevice.cpp Change device factories to take SkImageInfo instead of SkBitmap::Config 2014-02-16 00:59:25 +00:00
SkDeviceImageFilterProxy.h Change device factories to take SkImageInfo instead of SkBitmap::Config 2014-02-16 00:59:25 +00:00
SkDeviceLooper.cpp Sanitizing source files in Housekeeper-Nightly 2013-09-18 07:01:33 +00:00
SkDeviceLooper.h Sanitizing source files in Housekeeper-Nightly 2013-08-29 07:01:20 +00:00
SkDeviceProfile.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
SkDeviceProfile.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDiscardableMemory.h Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache 2013-12-05 18:31:42 +00:00
SkDither.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDraw.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkDrawLooper.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
SkDrawProcs.h Move distance field font code into GrDistanceFieldTextContext. 2013-12-19 16:12:25 +00:00
SkEdge.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SkEdge.h remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SkEdgeBuilder.cpp fix (some) 64bit warnings -- size_t -> int 2014-01-24 21:46:29 +00:00
SkEdgeBuilder.h bump picture version since SkPath has changed (conics) 2013-05-31 15:17:50 +00:00
SkEdgeClipper.cpp don't overclamp cubics (see skbug.com/1316) 2013-05-23 19:39:15 +00:00
SkEdgeClipper.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkError.cpp fix (some) 64bit warnings -- size_t -> int 2014-01-24 21:46:29 +00:00
SkErrorInternals.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-04-09 07:01:27 +00:00
SkFDot6.h remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SkFilterProc.cpp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkFilterProc.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkFilterShader.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkFilterShader.h Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkFlate.cpp fix more 64bit warnings 2014-01-27 13:42:58 +00:00
SkFlattenable.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkFlattenableSerialization.cpp fix samplefuzz, fix some 32/64bit warnings 2014-02-04 16:03:51 +00:00
SkFloat.cpp remove remaining references to Sk64 (obsolete) 2014-01-13 14:53:55 +00:00
SkFloat.h remove unused SkFixed and SkFract functions 2013-12-19 14:22:03 +00:00
SkFloatBits.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkFontDescriptor.cpp fix (some) 64bit warnings -- size_t -> int 2014-01-24 21:46:29 +00:00
SkFontDescriptor.h Update filter tool to allow more flexible filtering 2013-01-31 15:56:22 +00:00
SkFontHost.cpp Make SkFontMgr interface const. 2014-02-04 22:35:01 +00:00
SkFontStream.cpp fix missing ! typo when we switched to skip() helper function. 2013-03-11 20:38:59 +00:00
SkFontStream.h add (mac) test for ttcindex in SkFontStream 2013-03-11 20:13:36 +00:00
SkGeometry.cpp That's confusing. Make it clear we're working with 3 points == 9 scalars. 2014-01-28 14:36:52 +00:00
SkGlyph.h privatize SkGlyph.h 2012-08-12 19:43:52 +00:00
SkGlyphCache_Globals.h try uping the cache-count-limit to see if it speeds up bench-pictures 2013-10-09 12:45:51 +00:00
SkGlyphCache.cpp fix (some) 64bit warnings -- size_t -> int 2014-01-24 21:46:29 +00:00
SkGlyphCache.h Reverting r12427 2013-12-02 13:50:38 +00:00
SkGraphics.cpp remove remaining references to Sk64 (obsolete) 2014-01-13 14:53:55 +00:00
SkImageFilter.cpp Make SkImageFilter methods const. 2014-02-05 22:32:02 +00:00
SkImageFilterUtils.cpp Make SkImageFilter methods const. 2014-02-05 22:32:02 +00:00
SkImageInfo.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkInstCnt.cpp Re-enable inst counting in debug builds. 2013-01-15 20:37:04 +00:00
SkLineClipper.cpp fix (some) 64bit warnings -- size_t -> int 2014-01-24 21:46:29 +00:00
SkMallocPixelRef.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkMask.cpp fix (some) 64bit warnings -- size_t -> int 2014-01-24 21:46:29 +00:00
SkMaskFilter.cpp patch from issue 119343003 2014-01-30 15:34:43 +00:00
SkMaskGamma.cpp remove SkFloatToScalar macro 2013-11-25 19:44:07 +00:00
SkMaskGamma.h Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
SkMath.cpp remove remaining references to Sk64 (obsolete) 2014-01-13 14:53:55 +00:00
SkMathPriv.h remove unused SkFixed and SkFract functions 2013-12-19 14:22:03 +00:00
SkMatrix.cpp remove (unnecessary) SkScalarMul and SkScalarMulAdd macros from SkMatrix.cpp. 2014-01-30 22:13:12 +00:00
SkMatrixClipStateMgr.cpp Revert changes which were breaking the build. 2014-02-18 18:13:34 +00:00
SkMatrixClipStateMgr.h Revert changes which were breaking the build. 2014-02-18 18:13:34 +00:00
SkMatrixUtils.h Sanitizing source files in Housekeeper-Nightly 2013-09-04 07:01:39 +00:00
SkMessageBus.h Move SkMessageBus::Get out of header, and retry crrev.com/106563002. 2014-01-15 23:09:01 +00:00
SkMetaData.cpp fix (some) 64bit warnings -- size_t -> int 2014-01-24 21:46:29 +00:00
SkMipMap.cpp Revert "Revert of https://codereview.chromium.org/113823003/" 2013-12-30 14:40:38 +00:00
SkMipMap.h add mipmaps to scaledimagecache 2013-07-24 14:31:33 +00:00
SkOrderedReadBuffer.h Add shim for SkOrderedReadBuffer.h too. 2014-01-31 13:10:05 +00:00
SkPackBits.cpp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkPaint.cpp Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/) 2014-02-18 18:41:16 +00:00
SkPaintDefaults.h move SKPaint's defaults (that might be configurable) into a header 2012-02-29 13:03:00 +00:00
SkPaintOptionsAndroid.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkPaintPriv.cpp Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv 2013-01-24 14:38:23 +00:00
SkPaintPriv.h Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv 2013-01-24 14:38:23 +00:00
SkPath.cpp Revert of r13379 (Move fLastMoveToIndex from SkPath to SkPathRef - https://codereview.chromium.org/146913002/) due to image quality regression in Chromium. See crbug.com/343123 (Regression - UI issue observed for any "Notification infobars" in Chrome browser) 2014-02-12 17:44:30 +00:00
SkPathEffect.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkPathHeap.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkPathHeap.h Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkPathMeasure.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SkPathRef.cpp Revert of r13379 (Move fLastMoveToIndex from SkPath to SkPathRef - https://codereview.chromium.org/146913002/) due to image quality regression in Chromium. See crbug.com/343123 (Regression - UI issue observed for any "Notification infobars" in Chrome browser) 2014-02-12 17:44:30 +00:00
SkPerspIter.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkPicture.cpp change PictureRecord (and its private subclasses) to take size instead of device 2014-02-17 15:28:00 +00:00
SkPictureFlat.cpp Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. 2014-01-30 22:16:32 +00:00
SkPictureFlat.h Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/) 2014-02-18 18:41:16 +00:00
SkPicturePlayback.cpp Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/) 2014-02-18 18:41:16 +00:00
SkPicturePlayback.h Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) 2014-02-07 12:20:04 +00:00
SkPictureRecord.cpp Revert changes which were breaking the build. 2014-02-18 18:13:34 +00:00
SkPictureRecord.h change PictureRecord (and its private subclasses) to take size instead of device 2014-02-17 15:28:00 +00:00
SkPictureStateTree.cpp Fix a problem with scaled filters in tiled SkPicture playback. 2014-02-05 22:36:31 +00:00
SkPictureStateTree.h fix samplefuzz, fix some 32/64bit warnings 2014-02-04 16:03:51 +00:00
SkPixelRef.cpp remove SK_SUPPORT_LEGACY_ONLOCKPIXELS completely 2014-02-10 15:43:29 +00:00
SkPoint.cpp Add sk_float_rsqrt with SSE + NEON fast paths. 2013-11-08 20:14:16 +00:00
SkProcSpriteBlitter.cpp Revert "Revert "change SkColorTable to be immutable"" 2013-10-10 14:44:56 +00:00
SkPtrRecorder.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
SkPtrRecorder.h One SkTSearch to rule them all. Allow key to be of different type than the array. 2013-05-17 19:05:03 +00:00
SkQuadClipper.cpp Make skia almost compile again with clang. 2013-10-07 15:52:15 +00:00
SkQuadClipper.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkQuadTree.cpp Added root deletion code to fix valgrind error 2014-02-04 17:49:54 +00:00
SkQuadTree.h Initial QuadTree implementation 2014-02-03 18:08:33 +00:00
SkQuadTreePicture.cpp Sanitizing source files in Housekeeper-Nightly 2014-02-04 03:01:56 +00:00
SkQuadTreePicture.h Initial QuadTree implementation 2014-02-03 18:08:33 +00:00
SkRasterClip.cpp Remove SkRasterClip::setPath(const SkPath&, const SkRasterClip&, bool). 2013-07-10 20:55:39 +00:00
SkRasterClip.h Guard against most unintentionally ephemeral SkAutoFoo instantiations. 2013-11-18 16:03:59 +00:00
SkRasterizer.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
SkReadBuffer.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkRect.cpp speedup SkRect::intersect 2014-01-01 20:32:45 +00:00
SkRefDict.cpp Fix minor valgrind-found memory leaks 2013-03-21 17:38:49 +00:00
SkRefDict.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkRegion_path.cpp Possibly uninitialized SkRgnBuilder fStorage. 2013-12-30 16:21:06 +00:00
SkRegion_rects.cpp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkRegion.cpp Adding error checks to SkRBuffer 2013-11-08 19:22:57 +00:00
SkRegionPriv.h Remove method calls on invalid "this" pointer. 2013-01-24 16:38:23 +00:00
SkRRect.cpp Add SkRRect::transform. 2013-11-05 15:54:42 +00:00
SkRTree.cpp deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients 2013-12-17 19:22:07 +00:00
SkRTree.h Initial QuadTree implementation 2014-02-03 18:08:33 +00:00
SkScalar.cpp Replace SkMath.h includes as required for fixed point. 2011-09-27 18:03:23 +00:00
SkScaledImageCache.cpp SkOnce: add option to call another cleanup function once at exit. 2014-01-24 22:38:39 +00:00
SkScaledImageCache.h detect if the scaledimagecache returns a purged bitmap 2013-12-12 21:37:25 +00:00
SkScalerContext.cpp Fix spelling of class name in comment. 2014-02-17 15:28:55 +00:00
SkScalerContext.h Clarify kAutohinting is kForceAutohinting. 2014-01-23 19:01:36 +00:00
SkScan_Antihair.cpp SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor] 2014-01-06 03:02:37 +00:00
SkScan_AntiPath.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SkScan_Hairline.cpp deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients 2013-12-17 19:22:07 +00:00
SkScan_Path.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkScan.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SkScan.h SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor] 2014-01-06 03:02:37 +00:00
SkScanPriv.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkShader.cpp remove unused deviceconfig from SkShader 2014-02-12 01:28:30 +00:00
SkSinTable.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkSpriteBlitter_ARGB32.cpp 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
SkSpriteBlitter_RGB16.cpp 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
SkSpriteBlitter.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkSpriteBlitterTemplate.h Fix a bunch of warnings, mainly around rowBytes. 2013-02-25 21:47:41 +00:00
SkStream.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
SkString.cpp SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor] 2014-01-06 03:02:37 +00:00
SkStringUtils.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-29 07:05:52 +00:00
SkStroke.cpp Sanitizing source files in Housekeeper-Nightly 2013-08-16 07:01:49 +00:00
SkStroke.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkStrokeRec.cpp My clang now doesn't complain about !"foo". 2013-08-22 15:37:26 +00:00
SkStrokerPriv.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SkStrokerPriv.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkTDynamicHash.h Tweak validate() to check less as the size of the hash grows. 2014-01-17 17:55:14 +00:00
SkTemplatesPriv.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkTextFormatParams.h Remove two static initializers from debug builds 2012-02-16 22:06:51 +00:00
SkTextToPathIter.h Fix a few clang errors while trying to build tools target. 2013-03-26 21:48:58 +00:00
SkTileGrid.cpp Get rid of DEFINE_TESTCLASS() macro. 2013-12-18 22:15:12 +00:00
SkTileGrid.h Initial QuadTree implementation 2014-02-03 18:08:33 +00:00
SkTileGridPicture.cpp Change SkTileGride geometry calculations to match the Chromium compositor. 2013-02-27 18:35:16 +00:00
SkTLList.h Add rect clip to convex_poly_clip GM 2014-02-04 15:09:16 +00:00
SkTLS.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkTLS.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkTraceEvent.h initial import of Chrome's trace_event into skia framework 2014-01-31 00:04:25 +00:00
SkTRefArray.h Add a 'unique' method to SkRefCnt, document the usage, and add support. 2013-07-19 23:18:52 +00:00
SkTSearch.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkTSort.h One SkTSearch to rule them all. Allow key to be of different type than the array. 2013-05-17 19:05:03 +00:00
SkTypeface.cpp Fix race on creating the default typeface. 2014-01-09 17:13:32 +00:00
SkTypefaceCache.cpp expose instance methods on SkTypefaceCache 2013-08-13 14:59:17 +00:00
SkTypefaceCache.h expose instance methods on SkTypefaceCache 2013-08-13 14:59:17 +00:00
SkTypefacePriv.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-03-15 07:05:19 +00:00
SkUnPreMultiply.cpp Factor out UnPreMultiplyPreservingByteOrder 2014-01-15 22:24:58 +00:00
SkUtils.cpp Fix a few clang errors while trying to build tools target. 2013-03-26 21:48:58 +00:00
SkUtilsArm.cpp Enable SkUtilsArm on all ARM platforms and always use NDK compliant NEON detection on Android. 2013-08-05 13:38:28 +00:00
SkUtilsArm.h eliminate all warnings in non-thirdparty code on mac 2013-01-07 16:47:43 +00:00
SkValidatingReadBuffer.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkValidatingReadBuffer.h Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkValidationUtils.h Initial error handling code 2013-10-23 17:06:21 +00:00
SkWriteBuffer.cpp Templetized SkWriter32 readTAt() & overwriteTAt() 2014-02-11 22:38:51 +00:00
SkWriter32.cpp SkWriter32: throw in the SkTDArray towel. 2014-02-13 18:35:54 +00:00
SkXfermode_proccoeff.h Refactor read and write buffers. 2014-01-30 18:58:24 +00:00
SkXfermode.cpp Refactor read and write buffers. 2014-01-30 18:58:24 +00:00