.. |
gradients
|
Use SkMWRandom in GLPrograms test.
|
2013-02-13 16:31:19 +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
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2013-01-26 07:06:02 +00:00 |
SkAvoidXfermode.cpp
|
Added toString to SkXfermode-derived classes (for debugger)
|
2013-01-22 14:32:09 +00:00 |
SkBicubicImageFilter.cpp
|
Use SkMWRandom in GLPrograms test.
|
2013-02-13 16:31:19 +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
|
land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec
|
2013-02-04 20:06:00 +00:00 |
SkBlurDrawLooper.cpp
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2013-01-29 07:05:52 +00:00 |
SkBlurImageFilter.cpp
|
Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into SkImageFilterUtils in https://code.google.com/p/skia/source/detail?r=7467, so it has outlived its usefulness.
|
2013-02-04 22:57:21 +00:00 |
SkBlurMask.cpp
|
remove blur radius reinterpretation for now to make rebaselining simpler and avoid significant changes to webkit and JNI -- those come later
|
2013-02-20 18:35:40 +00:00 |
SkBlurMask.h
|
Complete the implementation of the faster blur; now supports all blur styles and matches the boxfilter approximation visually. Also change the interpretation of the blur radius to be sigma/2; need to add SK_IGNORE_BLUR_RADIUS_CORRECTNESS to chromium GYP to avoid immediate layout test failures over there.
|
2013-02-20 16:42:06 +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
|
Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into SkImageFilterUtils in https://code.google.com/p/skia/source/detail?r=7467, so it has outlived its usefulness.
|
2013-02-04 22:57:21 +00:00 |
SkColorFilters.cpp
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2013-01-26 07:06:02 +00:00 |
SkColorMatrix.cpp
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2013-01-26 07:06:02 +00:00 |
SkColorMatrixFilter.cpp
|
Use SkMWRandom in GLPrograms test.
|
2013-02-13 16:31:19 +00:00 |
SkCornerPathEffect.cpp
|
add optional cull-rect to patheffects, so they can do less work if their results
|
2013-01-24 21:03:11 +00:00 |
SkDashPathEffect.cpp
|
Start addressing the clang static analyzer issues
|
2013-01-30 20:33:12 +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
|
Use SkMWRandom in GLPrograms test.
|
2013-02-13 16:31:19 +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
|
change SkMaskFilter methods to const, in preparation for making the class as
|
2012-12-18 19:18:39 +00:00 |
SkImageFilterUtils.cpp
|
Speculative change to SkImageFilterUtils.cpp to try to get compiling in Chrome
|
2013-01-31 02:33:09 +00:00 |
SkKernel33MaskFilter.cpp
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2013-01-26 07:06:02 +00:00 |
SkLayerDrawLooper.cpp
|
Move SkPaint::toString from debugger to SkPaint
|
2013-02-14 13:53:53 +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
|
Use SkMWRandom in GLPrograms test.
|
2013-02-13 16:31:19 +00:00 |
SkMagnifierImageFilter.cpp
|
Use SkMWRandom in GLPrograms test.
|
2013-02-13 16:31:19 +00:00 |
SkMatrixConvolutionImageFilter.cpp
|
Use SkMWRandom in GLPrograms test.
|
2013-02-13 16:31:19 +00:00 |
SkMergeImageFilter.cpp
|
Pull SkMergeImageFilter out into its own file.
|
2012-12-04 14:18:50 +00:00 |
SkMorphologyImageFilter.cpp
|
Use SkMWRandom in GLPrograms test.
|
2013-02-13 16:31:19 +00:00 |
SkOffsetImageFilter.cpp
|
Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into SkImageFilterUtils in https://code.google.com/p/skia/source/detail?r=7467, so it has outlived its usefulness.
|
2013-02-04 22:57:21 +00:00 |
SkPaintFlagsDrawFilter.cpp
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2013-01-26 07:06:02 +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 |
SkStippleMaskFilter.cpp
|
change SkMaskFilter methods to const, in preparation for making the class as
|
2012-12-18 19:18:39 +00:00 |
SkTableColorFilter.cpp
|
Use SkMWRandom in GLPrograms test.
|
2013-02-13 16:31:19 +00:00 |
SkTableMaskFilter.cpp
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2013-01-26 07:06:02 +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 |