skia2/src/effects
reed c15d9579d6 add copyright
BUG=skia:
NOTRY=True
TBR=

Review URL: https://codereview.chromium.org/1170343002
2015-06-09 13:13:16 -07:00
..
gradients Remove init from GrGLContextInfo and caps classes 2015-05-22 10:37:30 -07:00
Sk1DPathEffect.cpp Add patheffects to debugger printout 2015-01-26 06:08:52 -08:00
Sk2DPathEffect.cpp Add patheffects to debugger printout 2015-01-26 06:08:52 -08:00
SkAlphaThresholdFilter.cpp Add direct getter for GrCaps to GrContext. 2015-05-29 08:02:10 -07:00
SkArcToPathEffect.cpp Add patheffects to debugger printout 2015-01-26 06:08:52 -08:00
SkArithmeticMode_gpu.cpp Add mixed samples support to XPs 2015-06-08 15:11:04 -07:00
SkArithmeticMode_gpu.h Add mixed samples support to XPs 2015-06-08 15:11:04 -07:00
SkArithmeticMode.cpp C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} 2015-03-25 18:17:32 -07:00
SkBitmapSource.cpp Fix some lingering typos 2015-04-24 11:10:51 -07:00
SkBlurDrawLooper.cpp Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. 2014-12-01 11:47:08 -08:00
SkBlurImageFilter.cpp We don't use boxBlurY. 2015-05-07 10:51:55 -07:00
SkBlurMask.cpp add asAShadowBlur for android to drawlooper 2014-04-29 15:20:16 +00:00
SkBlurMask.h add asAShadowBlur for android to drawlooper 2014-04-29 15:20:16 +00:00
SkBlurMaskFilter.cpp Split drawing functionality out of GrContext and into new GrDrawContext 2015-05-26 11:38:03 -07:00
SkColorCubeFilter.cpp This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. 2015-04-30 14:18:54 -07:00
SkColorFilterImageFilter.cpp Remove uniqueID from all filter serialization. 2015-03-18 12:11:33 -07:00
SkColorFilters.cpp rename GrDrawTargetCaps to GrCaps 2015-05-19 09:29:46 -07:00
SkColorMatrix.cpp add virtuals to optimize composing colorfilters 2015-03-02 13:46:03 -08:00
SkColorMatrixFilter.cpp rename GrDrawTargetCaps to GrCaps 2015-05-19 09:29:46 -07:00
SkComposeImageFilter.cpp Fix SkComposeImageFilter's bounds computation and offset handling 2015-02-13 09:05:47 -08:00
SkCornerPathEffect.cpp Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) 2015-05-12 10:37:34 -07:00
SkDashPathEffect.cpp Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) 2015-05-12 10:37:34 -07:00
SkDiscretePathEffect.cpp Add patheffects to debugger printout 2015-01-26 06:08:52 -08:00
SkDisplacementMapEffect.cpp Split drawing functionality out of GrContext and into new GrDrawContext 2015-05-26 11:38:03 -07:00
SkDropShadowImageFilter.cpp Remove uniqueID from all filter serialization. 2015-03-18 12:11:33 -07:00
SkEmbossMask_Table.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
SkEmbossMask.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkEmbossMask.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkEmbossMaskFilter.cpp Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) 2015-05-12 10:37:34 -07:00
SkGpuBlurUtils.cpp Add direct getter for GrCaps to GrContext. 2015-05-29 08:02:10 -07:00
SkGpuBlurUtils.h This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. 2013-07-24 22:19:24 +00:00
SkLayerDrawLooper.cpp "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
SkLayerRasterizer.cpp Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi 2015-06-09 12:16:53 -07:00
SkLerpXfermode.cpp Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. 2014-12-01 11:47:08 -08:00
SkLightingImageFilter.cpp Refactor GrGpu path rendering functions to GrPathRendering 2015-06-01 01:37:27 -07:00
SkLumaColorFilter.cpp Make XPFragmentBuilder only Builder with access to DstCopy. 2015-04-29 11:54:42 -07:00
SkMagnifierImageFilter.cpp rename GrDrawTargetCaps to GrCaps 2015-05-19 09:29:46 -07:00
SkMatrixConvolutionImageFilter.cpp Remove uniqueID from all filter serialization. 2015-03-18 12:11:33 -07:00
SkMergeImageFilter.cpp Don't fail SkMergeImageFilter if one of the inputs are empty 2015-05-20 00:52:17 -07:00
SkMorphologyImageFilter.cpp Split drawing functionality out of GrContext and into new GrDrawContext 2015-05-26 11:38:03 -07:00
SkOffsetImageFilter.cpp Remove uniqueID from all filter serialization. 2015-03-18 12:11:33 -07:00
SkPaintFlagsDrawFilter.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkPerlinNoiseShader.cpp rename GrDrawTargetCaps to GrCaps 2015-05-19 09:29:46 -07:00
SkPictureImageFilter.cpp remove subclassing from ImageFilter::Proxy 2015-06-09 08:18:40 -07:00
SkPixelXorXfermode.cpp Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. 2014-12-01 11:47:08 -08:00
SkRectShaderImageFilter.cpp Remove uniqueID from all filter serialization. 2015-03-18 12:11:33 -07:00
SkTableColorFilter.cpp Remove unused PackBits methods and fix length checks 2015-06-04 15:10:37 -07:00
SkTableMaskFilter.cpp Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. 2014-12-01 11:47:08 -08:00
SkTestImageFilters.cpp add copyright 2015-06-09 13:13:16 -07:00
SkTileImageFilter.cpp Add bigtileimagefilter GM & improvements to toString 2015-06-08 06:21:14 -07:00
SkXfermodeImageFilter.cpp Add bigtileimagefilter GM & improvements to toString 2015-06-08 06:21:14 -07:00