skia2/src/effects
2016-02-25 08:33:02 -08:00
..
gradients Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ ) 2016-02-24 08:29:11 -08:00
GrCircleBlurFragmentProcessor.cpp Move Budgeted enum out of SkSurface, use in GrTextureProvider 2016-02-25 08:33:02 -08:00
GrCircleBlurFragmentProcessor.h Increase the amount of debug information printed out by batches 2015-11-16 09:06:59 -08:00
Sk1DPathEffect.cpp fix misc asserts and checks found by fuzzer 2016-02-22 12:50:26 -08:00
Sk2DPathEffect.cpp Forward declare SkStrokeRec in SkPathEffect 2015-09-15 12:53:07 -07:00
SkAlphaThresholdFilter.cpp fix misc asserts and checks found by fuzzer 2016-02-22 12:50:26 -08:00
SkArcToPathEffect.cpp Add patheffects to debugger printout 2015-01-26 06:08:52 -08:00
SkArithmeticMode_gpu.cpp remove dead unpremul checks 2016-02-22 10:25:45 -08:00
SkArithmeticMode_gpu.h added support for PLS path rendering 2016-01-30 09:59:10 -08:00
SkArithmeticMode.cpp clean-up dead code 2016-02-22 06:59:37 -08:00
SkAvoidXfermode.cpp Add more specialized fragment builders 2016-02-18 12:37:08 -08:00
SkBlurDrawLooper.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBlurImageFilter.cpp Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkBlurMask.cpp Revert of Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) (patchset #2 id:20001 of https://codereview.chromium.org/1378023004/ ) 2015-10-04 12:21:33 -07:00
SkBlurMask.h Add default ctor to SkMask 2015-12-17 11:33:12 -08:00
SkBlurMaskFilter.cpp Move Budgeted enum out of SkSurface, use in GrTextureProvider 2016-02-25 08:33:02 -08:00
SkColorCubeFilter.cpp Move Budgeted enum out of SkSurface, use in GrTextureProvider 2016-02-25 08:33:02 -08:00
SkColorFilterImageFilter.cpp Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkColorMatrix.cpp add virtuals to optimize composing colorfilters 2015-03-02 13:46:03 -08:00
SkColorMatrixFilter.cpp Move SkColorMatrixFilter implementation to core. 2016-02-01 12:09:07 -08:00
SkComposeImageFilter.cpp Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -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 fix misc asserts and checks found by fuzzer 2016-02-22 12:50:26 -08:00
SkDiscretePathEffect.cpp Forward declare SkStrokeRec in SkPathEffect 2015-09-15 12:53:07 -07:00
SkDisplacementMapEffect.cpp Add more specialized fragment builders 2016-02-18 12:37:08 -08:00
SkDropShadowImageFilter.cpp Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkEmbossMask_Table.h
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 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) 2015-12-21 08:52:45 -08:00
SkGpuBlurUtils.cpp remove imagefilter::sizeconstraint 2016-01-11 10:56:59 -08:00
SkGpuBlurUtils.h remove imagefilter::sizeconstraint 2016-01-11 10:56:59 -08:00
SkImageSource.cpp Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkLayerDrawLooper.cpp Eliminate some clutter in SkFlattenable 2015-09-24 15:04:45 -07:00
SkLayerRasterizer.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkLightingImageFilter.cpp Add more specialized fragment builders 2016-02-18 12:37:08 -08:00
SkLumaColorFilter.cpp Add more specialized fragment builders 2016-02-18 12:37:08 -08:00
SkMagnifierImageFilter.cpp Add more specialized fragment builders 2016-02-18 12:37:08 -08:00
SkMatrixConvolutionImageFilter.cpp Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkMergeImageFilter.cpp Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkMorphologyImageFilter.cpp Add more specialized fragment builders 2016-02-18 12:37:08 -08:00
SkOffsetImageFilter.cpp Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkPackBits.cpp Move SkPackBits to src/effects. 2016-02-23 12:55:20 -08:00
SkPackBits.h Move SkPackBits to src/effects. 2016-02-23 12:55:20 -08:00
SkPaintFlagsDrawFilter.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkPaintImageFilter.cpp Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkPerlinNoiseShader.cpp Add ContextRec param to SkShader::contextSize() 2016-02-22 10:39:41 -08:00
SkPictureImageFilter.cpp Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkPixelXorXfermode.cpp Add more specialized fragment builders 2016-02-18 12:37:08 -08:00
SkTableColorFilter.cpp Add more specialized fragment builders 2016-02-18 12:37:08 -08:00
SkTableMaskFilter.cpp Replace SkPin32 with SkTPin and remove. 2015-08-28 09:09:32 -07:00
SkTestImageFilters.cpp Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkTileImageFilter.cpp Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
SkXfermodeImageFilter.cpp Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00