.. |
gradients
|
SkShader::asNewEffect Refactoring
|
2014-06-10 14:38:28 -07:00 |
Sk1DPathEffect.cpp
|
Refactor read and write buffers.
|
2014-01-30 18:58:24 +00:00 |
Sk2DPathEffect.cpp
|
Refactor read and write buffers.
|
2014-01-30 18:58:24 +00:00 |
SkAlphaThresholdFilter.cpp
|
use colortype instead of config
|
2014-06-02 13:07:26 -07:00 |
SkArithmeticMode.cpp
|
Arithmetic mode now has the option of not validating the output color, which will allow multiple arithmetic operations to be done sequentially, without intermediate clamping. This is required for mimicking blink's current behavior.
|
2014-04-02 19:32:15 +00:00 |
SkAvoidXfermode.cpp
|
Allow toString capability to be toggled independent of developer mode.
|
2014-03-13 18:02:17 +00:00 |
SkBicubicImageFilter.cpp
|
use colortype instead of config
|
2014-06-02 13:07:26 -07:00 |
SkBitmapSource.cpp
|
remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code
|
2014-05-27 14:03:51 +00:00 |
SkBlurDrawLooper.cpp
|
Remove legacy constructor for blur draw looper.
|
2014-05-20 14:53:32 +00:00 |
SkBlurImageFilter.cpp
|
use colortype instead of config
|
2014-06-02 13:07:26 -07:00 |
SkBlurMask.cpp
|
add asAShadowBlur for android to drawlooper
|
2014-04-29 15:20:16 +00:00 |
SkBlurMask.h
|
add asAShadowBlur for android to drawlooper
|
2014-04-29 15:20:16 +00:00 |
SkBlurMaskFilter.cpp
|
Fifth attempt to land faster rect blur. Remove unnecessary conditionals from the shader.
|
2014-06-17 13:39:31 -07:00 |
SkColorFilterImageFilter.cpp
|
Implement support for expanding crop rects in image filters
|
2014-03-14 17:44:41 +00:00 |
SkColorFilters.cpp
|
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
|
2014-04-30 14:17:00 +00:00 |
SkColorMatrix.cpp
|
Remove unnecessary includes.
|
2014-02-17 14:20:43 +00:00 |
SkColorMatrixFilter.cpp
|
Allow toString capability to be toggled independent of developer mode.
|
2014-03-13 18:02:17 +00:00 |
SkComposeImageFilter.cpp
|
Implement support for a Context parameter in image filters
|
2014-03-14 15:44:01 +00:00 |
SkCornerPathEffect.cpp
|
Refactor read and write buffers.
|
2014-01-30 18:58:24 +00:00 |
SkDashPathEffect.cpp
|
Move Dashing filterPath to a dashing utils file
|
2014-06-11 06:51:51 -07:00 |
SkDiscretePathEffect.cpp
|
Randomize seed for SkDiscretePathEffect::filterPath()
|
2014-06-12 22:55:08 -07:00 |
SkDisplacementMapEffect.cpp
|
use colortype instead of config
|
2014-06-02 13:07:26 -07:00 |
SkDropShadowImageFilter.cpp
|
Some small cleanups for image filter code.
|
2014-05-07 20:56:08 +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
|
add asAShadowBlur for android to drawlooper
|
2014-04-29 15:20:16 +00:00 |
SkGpuBlurUtils.cpp
|
Fix for crash on large image blur sigma values.
|
2014-03-24 20:50:59 +00:00 |
SkGpuBlurUtils.h
|
This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples.
|
2013-07-24 22:19:24 +00:00 |
SkLayerDrawLooper.cpp
|
add asAShadowBlur for android to drawlooper
|
2014-04-29 15:20:16 +00:00 |
SkLayerRasterizer.cpp
|
Revert of remove guarded code - there are no more callers (https://codereview.chromium.org/343783002/)
|
2014-06-18 15:51:20 -07:00 |
SkLerpXfermode.cpp
|
Allow toString capability to be toggled independent of developer mode.
|
2014-03-13 18:02:17 +00:00 |
SkLightingImageFilter.cpp
|
use colortype instead of config
|
2014-06-02 13:07:26 -07:00 |
SkLumaColorFilter.cpp
|
Allow toString capability to be toggled independent of developer mode.
|
2014-03-13 18:02:17 +00:00 |
SkMagnifierImageFilter.cpp
|
use colortype instead of config
|
2014-06-02 13:07:26 -07:00 |
SkMatrixConvolutionImageFilter.cpp
|
hide SkBitmap::setConfig
|
2014-06-09 19:52:07 -07:00 |
SkMatrixImageFilter.cpp
|
Implement a generic matrix transform image filter.
|
2014-03-25 17:35:10 +00:00 |
SkMergeImageFilter.cpp
|
Implement support for expanding crop rects in image filters
|
2014-03-14 17:44:41 +00:00 |
SkMorphologyImageFilter.cpp
|
use colortype instead of config
|
2014-06-02 13:07:26 -07:00 |
SkOffsetImageFilter.cpp
|
Fix filter bounds computation for SkOffsetImageFilter.
|
2014-05-28 19:29:25 +00:00 |
SkPaintFlagsDrawFilter.cpp
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2013-01-26 07:06:02 +00:00 |
SkPerlinNoiseShader.cpp
|
Perlin noise cleanup.
|
2014-06-16 10:49:58 -07:00 |
SkPictureImageFilter.cpp
|
Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)
|
2014-06-04 05:40:44 -07:00 |
SkPixelXorXfermode.cpp
|
Allow toString capability to be toggled independent of developer mode.
|
2014-03-13 18:02:17 +00:00 |
SkPorterDuff.cpp
|
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning""
|
2013-10-31 17:28:30 +00:00 |
SkRectShaderImageFilter.cpp
|
re-land hide get/setLocalMatrix
|
2014-05-12 20:42:21 +00:00 |
SkStippleMaskFilter.cpp
|
Allow toString capability to be toggled independent of developer mode.
|
2014-03-13 18:02:17 +00:00 |
SkTableColorFilter.cpp
|
Allow toString capability to be toggled independent of developer mode.
|
2014-03-13 18:02:17 +00:00 |
SkTableMaskFilter.cpp
|
Allow toString capability to be toggled independent of developer mode.
|
2014-03-13 18:02:17 +00:00 |
SkTestImageFilters.cpp
|
Implement support for a Context parameter in image filters
|
2014-03-14 15:44:01 +00:00 |
SkTileImageFilter.cpp
|
Implement bounds traversals for tile and matrix convolution filters.
|
2014-04-29 15:20:39 +00:00 |
SkTransparentShader.cpp
|
Remove SkShader virtual method validContext
|
2014-05-05 18:39:18 +00:00 |
SkXfermodeImageFilter.cpp
|
Fix SkXfermodeImageFilter when an input is cropped out.
|
2014-04-01 19:15:23 +00:00 |