.. |
gradients
|
Return color shader instead of 2-color gradient when color count is 1
|
2016-08-18 14:50:56 -07:00 |
GrAlphaThresholdFragmentProcessor.cpp
|
sk_sp for Ganesh.
|
2016-06-09 08:01:03 -07:00 |
GrAlphaThresholdFragmentProcessor.h
|
Split AlphaThresholdEffect out into its own file
|
2016-04-18 07:20:05 -07:00 |
GrCircleBlurFragmentProcessor.cpp
|
Improvements for circluar blurs in GPU backend.
|
2016-08-16 09:24:57 -07:00 |
GrCircleBlurFragmentProcessor.h
|
Improvements for circluar blurs in GPU backend.
|
2016-08-16 09:24:57 -07:00 |
Sk1DPathEffect.cpp
|
change flattenable factory to return sk_sp
|
2016-04-03 09:11:13 -07:00 |
Sk2DPathEffect.cpp
|
change flattenable factory to return sk_sp
|
2016-04-03 09:11:13 -07:00 |
SkAlphaThresholdFilter.cpp
|
Rename GrContext's newDrawContext & drawContext to makeDrawContext
|
2016-07-27 12:13:51 -07:00 |
SkArcToPathEffect.cpp
|
change flattenable factory to return sk_sp
|
2016-04-03 09:11:13 -07:00 |
SkArithmeticMode_gpu.cpp
|
sk_sp for Ganesh.
|
2016-06-09 08:01:03 -07:00 |
SkArithmeticMode_gpu.h
|
sk_sp for Ganesh.
|
2016-06-09 08:01:03 -07:00 |
SkArithmeticMode.cpp
|
Arithmetic xfermode stage.
|
2016-07-25 05:56:16 -07:00 |
SkBlurDrawLooper.cpp
|
switch maskfilters to sk_sp
|
2016-04-04 10:02:58 -07:00 |
SkBlurImageFilter.cpp
|
Remove all usage of SkSurfaceProps::isGammaCorrect()
|
2016-07-26 10:21:55 -07:00 |
SkBlurMask.cpp
|
Style bikeshed - remove extraneous whitespace
|
2016-03-29 09:03:53 -07:00 |
SkBlurMask.h
|
Add default ctor to SkMask
|
2015-12-17 11:33:12 -08:00 |
SkBlurMaskFilter.cpp
|
Revert of Start using vertex attributes for nine-patch blurred rrect draws (patchset #8 id:140001 of https://codereview.chromium.org/2245653002/ )
|
2016-08-16 15:49:20 -07:00 |
SkColorCubeFilter.cpp
|
sk_sp for Ganesh.
|
2016-06-09 08:01:03 -07:00 |
SkColorFilterImageFilter.cpp
|
Image filters: fix filtering of transparent black in CFIF.
|
2016-05-18 07:00:08 -07:00 |
SkColorMatrix.cpp
|
Style bikeshed - remove extraneous whitespace
|
2016-03-29 09:03:53 -07:00 |
SkColorMatrixFilter.cpp
|
Simplify ColorFilter in the add-free case.
|
2016-05-02 09:45:43 -07:00 |
SkComposeImageFilter.cpp
|
Outline SkImageFilter Make methods
|
2016-04-17 14:27:05 -07:00 |
SkCornerPathEffect.cpp
|
change flattenable factory to return sk_sp
|
2016-04-03 09:11:13 -07:00 |
SkDashPathEffect.cpp
|
limit the number of points in SkDashPathEffect::asPoints
|
2016-07-21 09:37:59 -07:00 |
SkDiscretePathEffect.cpp
|
Reverse dependency between SkScalar.h and SkFixed.h.
|
2016-04-07 08:49:31 -07:00 |
SkDisplacementMapEffect.cpp
|
Rename GrContext's newDrawContext & drawContext to makeDrawContext
|
2016-07-27 12:13:51 -07:00 |
SkDropShadowImageFilter.cpp
|
Handle negative scale in SkDropShadowImageFilter::onFilterNodeBounds.
|
2016-07-11 14:07:59 -07:00 |
SkEmbossMask_Table.h
|
Style bikeshed - remove extraneous whitespace
|
2016-03-29 09:03:53 -07:00 |
SkEmbossMask.cpp
|
Reverse dependency between SkScalar.h and SkFixed.h.
|
2016-04-07 08:49:31 -07:00 |
SkEmbossMask.h
|
Style bikeshed - remove extraneous whitespace
|
2016-03-29 09:03:53 -07:00 |
SkEmbossMaskFilter.cpp
|
switch maskfilters to sk_sp
|
2016-04-04 10:02:58 -07:00 |
SkGammaColorFilter.cpp
|
Add SkGammaColorFilter
|
2016-07-28 09:20:33 -07:00 |
SkGaussianEdgeShader.cpp
|
Add alternative spot shadow to Android shadow sample
|
2016-08-17 10:06:18 -07:00 |
SkGpuBlurUtils.cpp
|
Create blurred RRect mask on GPU (rather than uploading it)
|
2016-08-10 12:00:09 -07:00 |
SkGpuBlurUtils.h
|
Create blurred RRect mask on GPU (rather than uploading it)
|
2016-08-10 12:00:09 -07:00 |
SkImageSource.cpp
|
Begin removing deprecated (and now, unused) ImageFilter code paths
|
2016-04-20 11:48:36 -07:00 |
SkLayerDrawLooper.cpp
|
switch maskfilters to sk_sp
|
2016-04-04 10:02:58 -07:00 |
SkLayerRasterizer.cpp
|
Take SkStrokeRec::InitStyle rather than SkPaint::Style in mask filter and DrawMask
|
2016-05-06 07:22:58 -07:00 |
SkLightingImageFilter.cpp
|
Rename GrContext's newDrawContext & drawContext to makeDrawContext
|
2016-07-27 12:13:51 -07:00 |
SkLumaColorFilter.cpp
|
sk_sp for Ganesh.
|
2016-06-09 08:01:03 -07:00 |
SkMagnifierImageFilter.cpp
|
Adding color space to SkSpecialImage
|
2016-07-21 07:15:37 -07:00 |
SkMatrixConvolutionImageFilter.cpp
|
Adding color space to SkSpecialImage
|
2016-07-21 07:15:37 -07:00 |
SkMergeImageFilter.cpp
|
Outline SkImageFilter Make methods
|
2016-04-17 14:27:05 -07:00 |
SkMorphologyImageFilter.cpp
|
Rename GrContext's newDrawContext & drawContext to makeDrawContext
|
2016-07-27 12:13:51 -07:00 |
SkOffsetImageFilter.cpp
|
Outline SkImageFilter Make methods
|
2016-04-17 14:27:05 -07:00 |
SkPackBits.cpp
|
Move SkPackBits to src/effects.
|
2016-02-23 12:55:20 -08:00 |
SkPackBits.h
|
Style bikeshed - remove extraneous whitespace
|
2016-03-29 09:03:53 -07:00 |
SkPaintFlagsDrawFilter.cpp
|
|
|
SkPaintImageFilter.cpp
|
Outline SkImageFilter Make methods
|
2016-04-17 14:27:05 -07:00 |
SkPerlinNoiseShader.cpp
|
Add destination color space to AsFPArgs. Eliminates last XFORMTODO.
|
2016-07-25 05:12:53 -07:00 |
SkPictureImageFilter.cpp
|
SkPictureImageFilter - clear local canvas before use
|
2016-05-12 09:06:44 -07:00 |
SkTableColorFilter.cpp
|
sk_sp for Ganesh.
|
2016-06-09 08:01:03 -07:00 |
SkTableMaskFilter.cpp
|
Revert of remove unused TableMaskFilter (patchset #1 id:1 of https://codereview.chromium.org/2156463002/ )
|
2016-07-18 08:18:51 -07:00 |
SkTileImageFilter.cpp
|
Update TileImageFilter to sk_sp
|
2016-04-15 07:57:40 -07:00 |
SkXfermodeImageFilter.cpp
|
Kick the can down the road a bit w.r.t. fuzzer complaint
|
2016-08-17 09:28:59 -07:00 |