skia2/src/animator
reed c3b3266b7d hide SkBitmap::Config entirely (behind a flag)
patch from issue 339463002

TBR=

I think the NoGPU failure is unrelated, so ignoring
NOTRY=True

Author: reed@google.com

Review URL: https://codereview.chromium.org/340533002
2014-06-17 08:38:31 -07:00
..
SkAnimate3DSchema.xsd grab from latest android 2008-12-17 15:59:43 +00:00
SkAnimate3DSchema.xsx grab from latest android 2008-12-17 15:59:43 +00:00
SkAnimate.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkAnimateActive.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkAnimateActive.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkAnimateBase.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
SkAnimateBase.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkAnimateField.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkAnimateMaker.cpp use SkStream::NewFromFile() 2013-03-19 02:18:33 +00:00
SkAnimateMaker.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkAnimateProperties.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkAnimateSchema.xsd fix parse error: 2009-05-18 00:47:46 +00:00
SkAnimateSchema.xsx grab from latest android 2008-12-17 15:59:43 +00:00
SkAnimateSet.cpp fix size_t/int warnings 2014-05-04 01:26:19 +00:00
SkAnimateSet.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkAnimator.cpp use SkStream::NewFromFile() 2013-03-19 02:18:33 +00:00
SkAnimatorScript2.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkAnimatorScript2.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkAnimatorScript.cpp Clang has stricter checking for conversion to a null pointer. In C++11 mode, false will produce an error if it is used in a place that expects a pointer. Change these cases to NULL. 2013-06-28 11:47:01 +00:00
SkAnimatorScript.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkBoundable.cpp remove SkBounder -- unused and unloved 2014-06-03 10:54:00 -07:00
SkBoundable.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkBuildCondensedInfo.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkCondensedDebug.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkCondensedRelease.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayable.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayable.h Fix clang 'overloaded-virtual' warnings. 2012-12-03 14:38:08 +00:00
SkDisplayAdd.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayAdd.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayApply.cpp Adding missing const for r7902 2013-02-28 19:18:07 +00:00
SkDisplayApply.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayBounds.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayBounds.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayEvent.cpp Update obvious deps. 2013-07-22 14:39:45 +00:00
SkDisplayEvent.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayEvents.cpp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkDisplayEvents.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayInclude.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkDisplayInclude.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayInput.cpp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkDisplayInput.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayList.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayList.h remove SkBounder -- unused and unloved 2014-06-03 10:54:00 -07:00
SkDisplayMath.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
SkDisplayMath.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayMovie.cpp Removed unused parameters 2013-03-12 14:36:57 +00:00
SkDisplayMovie.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayNumber.cpp fix warnings on Mac in src/animator 2012-06-06 12:11:55 +00:00
SkDisplayNumber.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkDisplayPost.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayPost.h Fix clang 'overloaded-virtual' warnings. 2012-12-03 14:38:08 +00:00
SkDisplayRandom.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayRandom.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayScreenplay.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayScreenplay.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkDisplayType.cpp Fix warnings on Ubuntu13 2014-02-21 20:11:42 +00:00
SkDisplayType.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkDisplayTypes.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayTypes.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayXMLParser.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDisplayXMLParser.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDraw3D.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDraw3D.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawable.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawable.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkDrawBitmap.cpp hide SkBitmap::Config entirely (behind a flag) 2014-06-17 08:38:31 -07:00
SkDrawBitmap.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkDrawBlur.cpp move common blur types into central header 2014-04-28 16:25:35 +00:00
SkDrawBlur.h move common blur types into central header 2014-04-28 16:25:35 +00:00
SkDrawClip.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawClip.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkDrawColor.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
SkDrawColor.h rename SkPaintParts.* to SkPaintPart.* 2014-04-18 15:14:25 +00:00
SkDrawDash.cpp Factory methods for heap-allocated SkPathEffect and SkXfermode objects. 2014-02-20 20:40:19 +00:00
SkDrawDash.h rename SkPaintParts.* to SkPaintPart.* 2014-04-18 15:14:25 +00:00
SkDrawDiscrete.cpp Factory methods for heap-allocated SkPathEffect and SkXfermode objects. 2014-02-20 20:40:19 +00:00
SkDrawDiscrete.h rename SkPaintParts.* to SkPaintPart.* 2014-04-18 15:14:25 +00:00
SkDrawEmboss.cpp Sanitizing source files in Housekeeper-Nightly 2013-08-28 07:01:18 +00:00
SkDrawEmboss.h Blur refactoring 2013-08-27 16:14:03 +00:00
SkDrawExtraPathEffect.cpp rename SkPaintParts.* to SkPaintPart.* 2014-04-18 15:14:25 +00:00
SkDrawFull.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawFull.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkDrawGradient.cpp Remove unused (by clients) SkUnitMapper 2014-05-22 12:27:41 +00:00
SkDrawGradient.h Remove unused (by clients) SkUnitMapper 2014-05-22 12:27:41 +00:00
SkDrawGroup.cpp Removed unused parameters 2013-03-12 14:36:57 +00:00
SkDrawGroup.h Fix clang 'overloaded-virtual' warnings. 2012-12-03 14:38:08 +00:00
SkDrawLine.cpp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkDrawLine.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawMatrix.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawMatrix.h Fix clang 'overloaded-virtual' warnings. 2012-12-03 14:38:08 +00:00
SkDrawOval.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawOval.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawPaint.cpp rename SkPaintParts.* to SkPaintPart.* 2014-04-18 15:14:25 +00:00
SkDrawPaint.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawPath.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawPath.h Fix clang 'overloaded-virtual' warnings. 2012-12-03 14:38:08 +00:00
SkDrawPoint.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawPoint.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkDrawRectangle.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawRectangle.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawSaveLayer.cpp Reduce internal explicit SaveFlags usage. 2014-04-18 14:19:31 +00:00
SkDrawSaveLayer.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkDrawShader.cpp Move SkShader::fLocalMatrix into SkShader constructor. 2014-04-28 14:55:39 +00:00
SkDrawShader.h rename SkPaintParts.* to SkPaintPart.* 2014-04-18 15:14:25 +00:00
SkDrawText.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawText.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkDrawTextBox.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawTextBox.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawTo.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawTo.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkDrawTransparentShader.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDrawTransparentShader.h rename SkPaintParts.* to SkPaintPart.* 2014-04-18 15:14:25 +00:00
SkDump.cpp Removed unused parameters 2013-03-12 14:36:57 +00:00
SkDump.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkExtraPathEffects.xsd grab from latest android 2008-12-17 15:59:43 +00:00
SkExtras.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkGetCondensedInfo.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkHitClear.cpp Removed unused parameters 2013-03-12 14:36:57 +00:00
SkHitClear.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkHitTest.cpp Removed unused parameters 2013-03-12 14:36:57 +00:00
SkHitTest.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkIntArray.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkMatrixParts.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkMatrixParts.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkMemberInfo.cpp replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) 2013-12-18 15:49:32 +00:00
SkMemberInfo.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkOpArray.cpp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkOpArray.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkOperand2.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkOperand.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkOperandInterpolator.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkOperandIterpolator.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
SkPaintPart.cpp rename SkPaintParts.* to SkPaintPart.* 2014-04-18 15:14:25 +00:00
SkPaintPart.h Move SkShader::fLocalMatrix into SkShader constructor. 2014-04-28 14:55:39 +00:00
SkParseSVGPath.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkPathParts.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkPathParts.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkPostParts.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkPostParts.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkScript2.h fix size_t/int warnings 2014-05-04 01:26:19 +00:00
SkScript.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
SkScript.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkScriptCallBack.h Add extra warnings to match what Android uses. 2013-11-20 15:13:49 +00:00
SkScriptDecompile.cpp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkScriptRuntime.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
SkScriptRuntime.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkScriptTokenizer.cpp fix size_t/int warnings 2014-05-04 01:26:19 +00:00
SkSnapshot.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
SkSnapshot.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkTDArray_Experimental.h Do not use SkTDS32Array when building for 64 bit. 2013-03-18 19:55:57 +00:00
SkTextOnPath.cpp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkTextOnPath.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkTextToPath.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkTextToPath.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkTime.cpp remove remaining references to Sk64 (obsolete) 2014-01-13 14:53:55 +00:00
SkTypedArray.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkTypedArray.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkXMLAnimatorWriter.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkXMLAnimatorWriter.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
thingstodo.txt grab from latest android 2008-12-17 15:59:43 +00:00