skia2/src/effects
2013-10-11 17:57:47 +00:00
..
gradients Express (GLSL expression, possibly known value) pairs as a class 2013-10-10 06:30:18 +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 Express (GLSL expression, possibly known value) pairs as a class 2013-10-10 06:30:18 +00:00
SkAvoidXfermode.cpp remove dst/rendertarget support for kARGB_4444_Config 2013-06-21 18:30:53 +00:00
SkBicubicImageFilter.cpp Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) 2013-09-16 14:04:05 +00:00
SkBitmapAlphaThresholdShader.cpp Express (GLSL expression, possibly known value) pairs as a class 2013-10-10 06:30:18 +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 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. 2013-10-10 13:51:19 +00:00
SkBlurMask.cpp Add test to exercise extreme blur sigmas 2013-09-05 16:39:03 +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 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. 2013-10-10 13:51:19 +00:00
SkColorFilters.cpp Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) 2013-09-16 14:04:05 +00:00
SkColorMatrix.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkColorMatrixFilter.cpp Express (GLSL expression, possibly known value) pairs as a class 2013-10-10 06:30:18 +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 Change old PRG to be SkLCGRandom; change new one to SkRandom 2013-09-09 20:09:12 +00:00
SkDisplacementMapEffect.cpp Make GPU coord transforms automatic 2013-10-02 13:04:56 +00:00
SkDropShadowImageFilter.cpp Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) 2013-09-16 14:04:05 +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 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. 2013-10-10 13:51:19 +00:00
SkLumaColorFilter.cpp Align SkLumaColorFilter with the spec. 2013-10-10 20:13:51 +00:00
SkLumaXfermode.cpp Express (GLSL expression, possibly known value) pairs as a class 2013-10-10 06:30:18 +00:00
SkMagnifierImageFilter.cpp Make GPU coord transforms automatic 2013-10-02 13:04:56 +00:00
SkMatrixConvolutionImageFilter.cpp Make GPU coord transforms automatic 2013-10-02 13:04:56 +00:00
SkMergeImageFilter.cpp Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. 2013-10-10 13:51:19 +00:00
SkMorphologyImageFilter.cpp Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. 2013-10-10 13:51:19 +00:00
SkOffsetImageFilter.cpp Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. 2013-10-10 13:51:19 +00:00
SkPaintFlagsDrawFilter.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkPerlinNoiseShader.cpp Make GPU coord transforms automatic 2013-10-02 13:04:56 +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 SkRectShaderImageFilter: add a workaround for the zero-sized rects currently passed by Blink. 2013-10-11 17:57:47 +00:00
SkStippleMaskFilter.cpp Added toString to SkMaskFilter-derived classes 2013-03-18 17:53:38 +00:00
SkTableColorFilter.cpp Make GPU coord transforms automatic 2013-10-02 13:04:56 +00:00
SkTableMaskFilter.cpp Added toString to SkMaskFilter-derived classes 2013-03-18 17:53:38 +00:00
SkTestImageFilters.cpp Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) 2013-09-16 14:04:05 +00:00
SkTileImageFilter.cpp Sanitizing source files in Housekeeper-Nightly 2013-09-27 07:01:29 +00:00
SkTransparentShader.cpp remove dst/rendertarget support for kARGB_4444_Config 2013-06-21 18:30:53 +00:00
SkXfermodeImageFilter.cpp Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. 2013-10-10 13:51:19 +00:00