skia2/src/effects
2013-01-16 15:51:47 +00:00
..
gradients Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. 2013-01-16 15:51:47 +00:00
Sk1DPathEffect.cpp change all patheffect methods to const, in preparation for marking its 2012-12-18 16:12:09 +00:00
Sk2DPathEffect.cpp change all patheffect methods to const, in preparation for marking its 2012-12-18 16:12:09 +00:00
SkArithmeticMode.cpp Mark all methods on SkXfermode as const, in preparation for declaring all 2012-12-17 19:55:24 +00:00
SkAvoidXfermode.cpp Mark all methods on SkXfermode as const, in preparation for declaring all 2012-12-17 19:55:24 +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
SkBlendImageFilter.cpp Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. 2013-01-16 15:51:47 +00:00
SkBlurDrawLooper.cpp Modify the blur bench to add tests for high-quality blurs, and large non-integer blurs. Change the Coarse flag (which just turns on separable blurs) to an #ifdef, since separable is no longer just Coarse. (This #ifdef will hopefully be shortlived, once Chrome has switched). 2012-11-29 17:09:27 +00:00
SkBlurImageFilter.cpp Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No change in functionality. 2013-01-10 19:55:18 +00:00
SkBlurMask.cpp Fix leaks in blurrect benchs and gm. 2013-01-11 20:54:44 +00:00
SkBlurMask.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-05 02:02:05 +00:00
SkBlurMaskFilter.cpp change SkMaskFilter methods to const, in preparation for making the class as 2012-12-18 19:18:39 +00:00
SkColorFilterImageFilter.cpp Add a factory Create function for SkColorFilterImageFilter, and move the matrix optimization there. This will allow the Chrome compositor to extract the optimized matrix, and potentially apply the color matrix itself, saving a buffer allocation & draw. 2012-10-26 19:37:00 +00:00
SkColorFilters.cpp Fix break from eariler change to colorfilters. clang's warnings found that some of these 2012-12-24 18:11:05 +00:00
SkColorMatrix.cpp 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
SkColorMatrixFilter.cpp Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. 2013-01-16 15:51:47 +00:00
SkCornerPathEffect.cpp change all patheffect methods to const, in preparation for marking its 2012-12-18 16:12:09 +00:00
SkDashPathEffect.cpp dashing asPoints could draw excessively long first dash 2013-01-15 12:53:31 +00:00
SkDiscretePathEffect.cpp change all patheffect methods to const, in preparation for marking its 2012-12-18 16:12:09 +00:00
SkDisplacementMapEffect.cpp Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. 2013-01-16 15:51:47 +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 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 change SkMaskFilter methods to const, in preparation for making the class as 2012-12-18 19:18:39 +00:00
SkKernel33MaskFilter.cpp fix warning from scalar --> int32 conversion 2013-01-07 19:54:40 +00:00
SkLayerDrawLooper.cpp Make flattenables no longer depend on global static initializers. 2012-09-21 17:54:46 +00:00
SkLayerRasterizer.cpp change all interfaces for SkRasterizer to const, in preparation for marking it 2012-12-18 16:57:03 +00:00
SkLightingImageFilter.cpp Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. 2013-01-16 15:51:47 +00:00
SkMagnifierImageFilter.cpp Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. 2013-01-16 15:51:47 +00:00
SkMatrixConvolutionImageFilter.cpp Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. 2013-01-16 15:51:47 +00:00
SkMergeImageFilter.cpp Pull SkMergeImageFilter out into its own file. 2012-12-04 14:18:50 +00:00
SkMorphologyImageFilter.cpp Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. 2013-01-16 15:51:47 +00:00
SkOffsetImageFilter.cpp Break out SkOffsetImageFilter into its own file, and derive it from 2012-11-06 20:29:39 +00:00
SkPaintFlagsDrawFilter.cpp change SkDrawFilter::filter to return a bool, where false means don't-draw 2012-11-26 20:26:54 +00:00
SkPixelXorXfermode.cpp fix warnings related to constness in overrides of SkColorFilter 2012-12-24 14:38:46 +00:00
SkPorterDuff.cpp Update files to use SK_BUILD_FOR_ANDROID. 2011-11-08 19:00:26 +00:00
SkSingleInputImageFilter.cpp Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No change in functionality. 2013-01-10 19:55:18 +00:00
SkStippleMaskFilter.cpp change SkMaskFilter methods to const, in preparation for making the class as 2012-12-18 19:18:39 +00:00
SkTableColorFilter.cpp Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. 2013-01-16 15:51:47 +00:00
SkTableMaskFilter.cpp change SkMaskFilter methods to const, in preparation for making the class as 2012-12-18 19:18:39 +00:00
SkTestImageFilters.cpp Pull SkMergeImageFilter out into its own file. 2012-12-04 14:18:50 +00:00
SkTransparentShader.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-16 07:05:56 +00:00