.. |
gradients
|
Optimize building gradient cache for when we know alpha is always 0xFF.
|
2013-02-08 19:48:12 +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
|
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 |
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
|
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-26 07:06:02 +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
|
Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.
|
2013-01-22 20:35:13 +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
|
This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmaps for input and output, and removes the rect param. This allows us to return textures which are larger than the actual result, such as when GrAutoScratchTextures are used. The SkBitmap's size represents the active region, while the GrTexture's size is the full texture size.
|
2013-01-30 19:08: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
|
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
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2013-01-29 07:05:52 +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
|
Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down.
|
2013-01-28 16:42:38 +00:00 |
SkMagnifierImageFilter.cpp
|
Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.
|
2013-01-22 20:35:13 +00:00 |
SkMatrixConvolutionImageFilter.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 |
SkMergeImageFilter.cpp
|
Pull SkMergeImageFilter out into its own file.
|
2012-12-04 14:18:50 +00:00 |
SkMorphologyImageFilter.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 |
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
|
Make all GrContext members that return a texture also ref the texture for the caller.
|
2013-01-24 14:46:47 +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 |