skia2/src/effects
2013-09-04 19:23:53 +00:00
..
gradients Isolate VertexBuilder from GrGLShaderBuilder 2013-08-30 20:17:31 +00:00
Sk1DPathEffect.cpp add optional cull-rect to patheffects, so they can do less work if their results 2013-01-24 21:03:11 +00:00
Sk2DPathEffect.cpp add optional cull-rect to patheffects, so they can do less work if their results 2013-01-24 21:03:11 +00:00
SkArithmeticMode.cpp Rename ShaderType enum to ShaderVisibility 2013-08-30 19:43:59 +00:00
SkAvoidXfermode.cpp remove dst/rendertarget support for kARGB_4444_Config 2013-06-21 18:30:53 +00:00
SkBicubicImageFilter.cpp add support for high quality image filtering on the GPU 2013-09-04 19:23:53 +00:00
SkBitmapSource.cpp This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs). 2012-10-10 20:36:13 +00:00
SkBlurDrawLooper.cpp Sanitizing source files in Housekeeper-Nightly 2013-08-28 07:01:18 +00:00
SkBlurImageFilter.cpp In image filters, apply the CTM and offset to the crop rect. This is necessary to compensate for both clipping applied by the compositor (communicated via the CTM) and for cropping applied in upstream image filters (communicated via the offset). This requires a few ugly conversions, since the crop rect is an SkIRect, and the ctm is an SkMatrix. 2013-08-27 21:37:01 +00:00
SkBlurMask.cpp Sanitizing source files in Housekeeper-Nightly 2013-08-28 07:01:18 +00:00
SkBlurMask.h Sanitizing source files in Housekeeper-Nightly 2013-08-28 07:01:18 +00:00
SkBlurMaskFilter.cpp Hamfisted "fix" for pinterest blur crash 2013-09-03 17:17:43 +00:00
SkColorFilterImageFilter.cpp Split SkDevice into SkBaseDevice and SkBitmapDevice 2013-08-29 11:54:56 +00:00
SkColorFilters.cpp Add printing of SkColorFilter-derived classes to debugger 2013-05-23 14:00:17 +00:00
SkColorMatrix.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkColorMatrixFilter.cpp Rename ShaderType enum to ShaderVisibility 2013-08-30 19:43:59 +00:00
SkComposeImageFilter.cpp Move SkComposeImageFilter into its own {.h, .cpp} files 2013-08-07 00:07:51 +00:00
SkCornerPathEffect.cpp bump picture version since SkPath has changed (conics) 2013-05-31 15:17:50 +00:00
SkDashPathEffect.cpp Add special handling of rectori case for gpu 2013-05-17 12:50:27 +00:00
SkDiscretePathEffect.cpp add optional cull-rect to patheffects, so they can do less work if their results 2013-01-24 21:03:11 +00:00
SkDisplacementMapEffect.cpp Rename ShaderType enum to ShaderVisibility 2013-08-30 19:43:59 +00:00
SkDropShadowImageFilter.cpp Split SkDevice into SkBaseDevice and SkBitmapDevice 2013-08-29 11:54:56 +00: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 Sanitizing source files in Housekeeper-Nightly 2013-08-28 07:01:18 +00:00
SkGpuBlurUtils.cpp effects: Replaces uses of GrAssert with SkASSERT. 2013-08-14 12:09:00 +00: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
SkKernel33MaskFilter.cpp Added toString to SkMaskFilter-derived classes 2013-03-18 17:53:38 +00:00
SkLayerDrawLooper.cpp 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
SkLayerRasterizer.cpp change all interfaces for SkRasterizer to const, in preparation for marking it 2012-12-18 16:57:03 +00:00
SkLerpXfermode.cpp add SkLerpXfermode 2013-05-21 21:33:11 +00:00
SkLightingImageFilter.cpp Rename ShaderType enum to ShaderVisibility 2013-08-30 19:43:59 +00:00
SkLumaXfermode.cpp Update SkLumaMaskXfermode partial coverage handling. 2013-08-26 21:46:34 +00:00
SkMagnifierImageFilter.cpp Rename ShaderType enum to ShaderVisibility 2013-08-30 19:43:59 +00:00
SkMatrixConvolutionImageFilter.cpp Rename ShaderType enum to ShaderVisibility 2013-08-30 19:43:59 +00:00
SkMergeImageFilter.cpp Split SkDevice into SkBaseDevice and SkBitmapDevice 2013-08-29 11:54:56 +00:00
SkMorphologyImageFilter.cpp Rename ShaderType enum to ShaderVisibility 2013-08-30 19:43:59 +00:00
SkOffsetImageFilter.cpp Remove SkImageFilter::getInputResult(), since its return value is not 2013-05-24 15:04:07 +00:00
SkPaintFlagsDrawFilter.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkPerlinNoiseShader.cpp Rename ShaderType enum to ShaderVisibility 2013-08-30 19:43:59 +00:00
SkPixelXorXfermode.cpp Added toString to SkXfermode-derived classes (for debugger) 2013-01-22 14:32:09 +00:00
SkPorterDuff.cpp clone of https://codereview.appspot.com/7208043/ 2013-01-30 21:36:11 +00:00
SkRectShaderImageFilter.cpp Split SkDevice into SkBaseDevice and SkBitmapDevice 2013-08-29 11:54:56 +00:00
SkStippleMaskFilter.cpp Added toString to SkMaskFilter-derived classes 2013-03-18 17:53:38 +00:00
SkTableColorFilter.cpp Rename ShaderType enum to ShaderVisibility 2013-08-30 19:43:59 +00:00
SkTableMaskFilter.cpp Added toString to SkMaskFilter-derived classes 2013-03-18 17:53:38 +00:00
SkTestImageFilters.cpp Split SkDevice into SkBaseDevice and SkBitmapDevice 2013-08-29 11:54:56 +00:00
SkTransparentShader.cpp remove dst/rendertarget support for kARGB_4444_Config 2013-06-21 18:30:53 +00:00
SkXfermodeImageFilter.cpp Added ctm matrix to GPU path 2013-08-05 16:53:50 +00:00