.. |
gradients
|
Move GrInvariantOutput out of GrProcessor and into its own class.
|
2014-11-12 08:35:25 -08:00 |
Sk1DPathEffect.cpp
|
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
|
2014-08-21 07:59:51 -07:00 |
Sk2DPathEffect.cpp
|
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
|
2014-08-21 07:59:51 -07:00 |
SkAlphaThresholdFilter.cpp
|
Move GrInvariantOutput out of GrProcessor and into its own class.
|
2014-11-12 08:35:25 -08:00 |
SkArithmeticMode.cpp
|
Move GrInvariantOutput out of GrProcessor and into its own class.
|
2014-11-12 08:35:25 -08:00 |
SkAvoidXfermode.cpp
|
"NULL !=" = NULL
|
2014-09-05 13:34:00 -07:00 |
SkBitmapSource.cpp
|
add roundOut that returns its result
|
2014-11-19 05:03:18 -08:00 |
SkBlurDrawLooper.cpp
|
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
|
2014-08-21 07:59:51 -07:00 |
SkBlurImageFilter.cpp
|
Allow negative values in SkBlurImageFilter sigma.
|
2014-09-09 09:15:04 -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
|
add roundOut that returns its result
|
2014-11-19 05:03:18 -08:00 |
SkColorCubeFilter.cpp
|
Move GrInvariantOutput out of GrProcessor and into its own class.
|
2014-11-12 08:35:25 -08:00 |
SkColorFilterImageFilter.cpp
|
notice null colorfilter in legacy unflattening
|
2014-11-11 13:13:35 -08:00 |
SkColorFilters.cpp
|
Move GrInvariantOutput out of GrProcessor and into its own class.
|
2014-11-12 08:35:25 -08:00 |
SkColorMatrix.cpp
|
Remove unnecessary includes.
|
2014-02-17 14:20:43 +00:00 |
SkColorMatrixFilter.cpp
|
Move GrInvariantOutput out of GrProcessor and into its own class.
|
2014-11-12 08:35:25 -08:00 |
SkComposeImageFilter.cpp
|
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
|
2014-08-21 07:59:51 -07:00 |
SkCornerPathEffect.cpp
|
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
|
2014-08-21 07:59:51 -07:00 |
SkDashPathEffect.cpp
|
Bug fix for cull_line in SkDashPathEffect.
|
2014-11-05 05:02:27 -08:00 |
SkDiscretePathEffect.cpp
|
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
|
2014-08-21 07:59:51 -07:00 |
SkDisplacementMapEffect.cpp
|
Move GrInvariantOutput out of GrProcessor and into its own class.
|
2014-11-12 08:35:25 -08:00 |
SkDropShadowImageFilter.cpp
|
Adding an option to render only the shadow in SkDropShadowImageFilter
|
2014-10-23 13:59:52 -07:00 |
SkEmbossMask_Table.h
|
|
|
SkEmbossMask.cpp
|
|
|
SkEmbossMask.h
|
|
|
SkEmbossMaskFilter.cpp
|
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
|
2014-08-21 07:59:51 -07:00 |
SkGpuBlurUtils.cpp
|
add roundOut that returns its result
|
2014-11-19 05:03:18 -08: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
|
"NULL !=" = NULL
|
2014-09-05 13:34:00 -07:00 |
SkLayerRasterizer.cpp
|
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
|
2014-08-21 07:59:51 -07:00 |
SkLerpXfermode.cpp
|
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
|
2014-08-21 07:59:51 -07:00 |
SkLightingImageFilter.cpp
|
Move GrInvariantOutput out of GrProcessor and into its own class.
|
2014-11-12 08:35:25 -08:00 |
SkLumaColorFilter.cpp
|
Move GrInvariantOutput out of GrProcessor and into its own class.
|
2014-11-12 08:35:25 -08:00 |
SkMagnifierImageFilter.cpp
|
Move GrInvariantOutput out of GrProcessor and into its own class.
|
2014-11-12 08:35:25 -08:00 |
SkMatrixConvolutionImageFilter.cpp
|
Added missing validation
|
2014-11-17 05:45:55 -08:00 |
SkMatrixImageFilter.cpp
|
add roundOut that returns its result
|
2014-11-19 05:03:18 -08:00 |
SkMergeImageFilter.cpp
|
Reimplement deserialization of SkImageFilter's uniqueID.
|
2014-08-26 12:27:12 -07:00 |
SkMorphologyImageFilter.cpp
|
Move GrInvariantOutput out of GrProcessor and into its own class.
|
2014-11-12 08:35:25 -08:00 |
SkOffsetImageFilter.cpp
|
Reimplement deserialization of SkImageFilter's uniqueID.
|
2014-08-26 12:27:12 -07:00 |
SkPaintFlagsDrawFilter.cpp
|
|
|
SkPerlinNoiseShader.cpp
|
Move GrInvariantOutput out of GrProcessor and into its own class.
|
2014-11-12 08:35:25 -08:00 |
SkPictureImageFilter.cpp
|
Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()
|
2014-11-20 10:44:58 -08:00 |
SkPixelXorXfermode.cpp
|
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
|
2014-08-21 07:59:51 -07: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
|
Trying to be consistent when members are allowed to be NULL
|
2014-10-30 14:05:15 -07:00 |
SkTableColorFilter.cpp
|
Move GrInvariantOutput out of GrProcessor and into its own class.
|
2014-11-12 08:35:25 -08:00 |
SkTableMaskFilter.cpp
|
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
|
2014-08-21 07:59:51 -07:00 |
SkTestImageFilters.cpp
|
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
|
2014-08-21 07:59:51 -07:00 |
SkTileImageFilter.cpp
|
add roundOut that returns its result
|
2014-11-19 05:03:18 -08:00 |
SkTransparentShader.cpp
|
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
|
2014-08-21 07:59:51 -07:00 |
SkXfermodeImageFilter.cpp
|
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
|
2014-10-28 14:33:06 -07:00 |