..
gradients
Introduction of set of functions to manage generation of texture fetch shader code.
2012-08-02 15:15:16 +00:00
Sk1DPathEffect.cpp
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
2012-05-25 01:04:12 +00:00
Sk2DPathEffect.cpp
Refactor dictionaries for use by entities other than just SkPicture
2012-05-30 16:54:13 +00:00
SkArithmeticMode.cpp
fix warnings on Mac in src/effects
2012-06-06 12:09:18 +00:00
SkAvoidXfermode.cpp
Cleanup code related to SkFlattenable::flatten()
2012-03-29 15:18:04 +00:00
SkBlurDrawLooper.cpp
Cleanup code related to SkFlattenable::flatten()
2012-03-29 15:18:04 +00:00
SkBlurImageFilter.cpp
Create GPU-less build of Skia.
2012-08-02 14:03:32 +00:00
SkBlurMask.cpp
Fix the string we're checking for in the #if defined(), so that loops actually do get unrolled on Windows (15% perf win claimed many months ago).
2012-01-11 19:29:08 +00:00
SkBlurMask.h
Reduce size of filter mask.
2011-09-02 15:06:44 +00:00
SkBlurMaskFilter.cpp
Cleanup code related to SkFlattenable::flatten()
2012-03-29 15:18:04 +00:00
SkColorFilters.cpp
remove public function-ptr based colorfilter
2012-06-04 18:10:33 +00:00
SkColorMatrix.cpp
Move SkColorMatrix to effects.
2012-03-28 21:14:17 +00:00
SkColorMatrixFilter.cpp
remove mutable apis on SkColorMatrixFilter, must use constructor.
2012-06-04 19:07:41 +00:00
SkCornerPathEffect.cpp
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
2012-05-25 01:04:12 +00:00
SkDashPathEffect.cpp
special-case dashing a single line-segment. We can go much faster since we
2012-05-29 20:48:50 +00:00
SkDiscretePathEffect.cpp
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
2012-05-25 01:04:12 +00:00
SkEmbossMask_Table.h
Automatic update of all copyright notices to reflect new license terms.
2011-07-28 14:26:00 +00:00
SkEmbossMask.cpp
Make SkMath.h less visible in public header files.
2011-09-27 17:38:17 +00:00
SkEmbossMask.h
Automatic update of all copyright notices to reflect new license terms.
2011-07-28 14:26:00 +00:00
SkEmbossMaskFilter.cpp
Fix the Android build.
2012-04-20 18:42:55 +00:00
SkGroupShape.cpp
Windows compiler complaint cleanup
2012-05-31 15:29:44 +00:00
SkKernel33MaskFilter.cpp
Cleanup code related to SkFlattenable::flatten()
2012-03-29 15:18:04 +00:00
SkLayerDrawLooper.cpp
fix LayerDrawLooper to record its fFlagsMask
2012-07-31 14:32:38 +00:00
SkLayerRasterizer.cpp
Replace new with SkNEW in more effects classes.
2012-07-24 12:22:40 +00:00
SkLightingImageFilter.cpp
Introduction of set of functions to manage generation of texture fetch shader code.
2012-08-02 15:15:16 +00:00
SkMorphologyImageFilter.cpp
Create GPU-less build of Skia.
2012-08-02 14:03:32 +00:00
SkPaintFlagsDrawFilter.cpp
Automatic update of all copyright notices to reflect new license terms.
2011-07-28 14:26:00 +00:00
SkPixelXorXfermode.cpp
Cleanup code related to SkFlattenable::flatten()
2012-03-29 15:18:04 +00:00
SkPorterDuff.cpp
Update files to use SK_BUILD_FOR_ANDROID.
2011-11-08 19:00:26 +00:00
SkRectShape.cpp
Cleanup code related to SkFlattenable::flatten()
2012-03-29 15:18:04 +00:00
SkStippleMaskFilter.cpp
Fixed flattening of SkStippleMaskFilter
2012-06-05 12:55:05 +00:00
SkTableColorFilter.cpp
Fix TableColorFilter memory leak.
2012-07-24 17:24:21 +00:00
SkTableMaskFilter.cpp
fix warnings on Mac in src/effects
2012-06-06 12:09:18 +00:00
SkTestImageFilters.cpp
Cleanup code related to SkFlattenable::flatten()
2012-03-29 15:18:04 +00:00
SkTransparentShader.cpp
Register some flattenable factories.
2012-06-25 20:32:12 +00:00