.. |
gradients
|
SkNx Load/store: take any pointer.
|
2016-01-31 08:02:47 -08:00 |
GrCircleBlurFragmentProcessor.cpp
|
Address precision issue in circle blur effect
|
2015-12-10 13:29:14 -08:00 |
GrCircleBlurFragmentProcessor.h
|
Increase the amount of debug information printed out by batches
|
2015-11-16 09:06:59 -08:00 |
Sk1DPathEffect.cpp
|
Forward declare SkStrokeRec in SkPathEffect
|
2015-09-15 12:53:07 -07:00 |
Sk2DPathEffect.cpp
|
Forward declare SkStrokeRec in SkPathEffect
|
2015-09-15 12:53:07 -07:00 |
SkAlphaThresholdFilter.cpp
|
Fix SkAlphaThresholdFilter bounds handling.
|
2016-01-19 08:50:18 -08:00 |
SkArcToPathEffect.cpp
|
Add patheffects to debugger printout
|
2015-01-26 06:08:52 -08:00 |
SkArithmeticMode_gpu.cpp
|
Add gpu implementation of OverdrawXfermode
|
2016-01-27 05:00:04 -08:00 |
SkArithmeticMode_gpu.h
|
added support for PLS path rendering
|
2016-01-30 09:59:10 -08:00 |
SkArithmeticMode.cpp
|
kill SkValue
|
2016-01-27 13:08:33 -08:00 |
SkAvoidXfermode.cpp
|
Move SkAvoidXfermode over from Android
|
2016-01-29 08:44:17 -08:00 |
SkBlurDrawLooper.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
SkBlurImageFilter.cpp
|
Refactor to use GrWrapTextureInBitmap more
|
2016-01-14 06:03:29 -08:00 |
SkBlurMask.cpp
|
Revert of Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) (patchset #2 id:20001 of https://codereview.chromium.org/1378023004/ )
|
2015-10-04 12:21:33 -07:00 |
SkBlurMask.h
|
Add default ctor to SkMask
|
2015-12-17 11:33:12 -08:00 |
SkBlurMaskFilter.cpp
|
Cleaning up trailing spaces and typos.
|
2016-01-26 09:10:48 -08:00 |
SkColorCubeFilter.cpp
|
Add a class representing texture swizzle.
|
2016-01-08 13:20:12 -08:00 |
SkColorFilterImageFilter.cpp
|
Matrix convolution bounds fix; affectsTransparentBlack fixes.
|
2015-12-07 07:48:34 -08:00 |
SkColorMatrix.cpp
|
add virtuals to optimize composing colorfilters
|
2015-03-02 13:46:03 -08:00 |
SkColorMatrixFilter.cpp
|
SkNx Load/store: take any pointer.
|
2016-01-31 08:02:47 -08:00 |
SkComposeImageFilter.cpp
|
Image filters: Make a recursive, forward-mapping bounds
|
2016-01-28 08:23:02 -08:00 |
SkCornerPathEffect.cpp
|
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/)
|
2015-05-12 10:37:34 -07:00 |
SkDashPathEffect.cpp
|
Forward declare SkStrokeRec in SkPathEffect
|
2015-09-15 12:53:07 -07:00 |
SkDiscretePathEffect.cpp
|
Forward declare SkStrokeRec in SkPathEffect
|
2015-09-15 12:53:07 -07:00 |
SkDisplacementMapEffect.cpp
|
Image filters: Make a recursive, forward-mapping bounds
|
2016-01-28 08:23:02 -08:00 |
SkDropShadowImageFilter.cpp
|
Fix filter primitive bounds computations.
|
2015-12-09 10:11:43 -08: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
|
Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ )
|
2015-12-21 08:52:45 -08:00 |
SkGpuBlurUtils.cpp
|
remove imagefilter::sizeconstraint
|
2016-01-11 10:56:59 -08:00 |
SkGpuBlurUtils.h
|
remove imagefilter::sizeconstraint
|
2016-01-11 10:56:59 -08:00 |
SkImageSource.cpp
|
Remove SkNEW and SkDELETE macros
|
2015-09-22 06:10:35 -07:00 |
SkLayerDrawLooper.cpp
|
Eliminate some clutter in SkFlattenable
|
2015-09-24 15:04:45 -07:00 |
SkLayerRasterizer.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
SkLightingImageFilter.cpp
|
Refactor to use GrWrapTextureInBitmap more
|
2016-01-14 06:03:29 -08:00 |
SkLumaColorFilter.cpp
|
Create GLSLUniformHandler class for gpu backend
|
2015-12-03 09:20:44 -08:00 |
SkMagnifierImageFilter.cpp
|
Create GLSLUniformHandler class for gpu backend
|
2015-12-03 09:20:44 -08:00 |
SkMatrixConvolutionImageFilter.cpp
|
Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ )
|
2015-12-21 08:52:45 -08:00 |
SkMergeImageFilter.cpp
|
Image filters: Make a recursive, forward-mapping bounds
|
2016-01-28 08:23:02 -08:00 |
SkMorphologyImageFilter.cpp
|
Refactor to use GrWrapTextureInBitmap more
|
2016-01-14 06:03:29 -08:00 |
SkOffsetImageFilter.cpp
|
Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused).
|
2016-01-21 06:49:15 -08:00 |
SkPaintFlagsDrawFilter.cpp
|
Sanitizing source files in Skia_Periodic_House_Keeping
|
2013-01-26 07:06:02 +00:00 |
SkPaintImageFilter.cpp
|
Implement an SkPaint-based image filter
|
2016-01-08 14:58:35 -08:00 |
SkPerlinNoiseShader.cpp
|
move SkDither.h to private, remove unused shadeSpan16
|
2016-01-04 05:06:07 -08:00 |
SkPictureImageFilter.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
SkPixelXorXfermode.cpp
|
added support for PLS path rendering
|
2016-01-30 09:59:10 -08:00 |
SkTableColorFilter.cpp
|
Add a class representing texture swizzle.
|
2016-01-08 13:20:12 -08:00 |
SkTableMaskFilter.cpp
|
Replace SkPin32 with SkTPin and remove.
|
2015-08-28 09:09:32 -07:00 |
SkTestImageFilters.cpp
|
Style Change: NULL->nullptr
|
2015-08-27 07:41:16 -07:00 |
SkTileImageFilter.cpp
|
Image filters: Make a recursive, forward-mapping bounds
|
2016-01-28 08:23:02 -08:00 |
SkXfermodeImageFilter.cpp
|
Refactor to use GrWrapTextureInBitmap more
|
2016-01-14 06:03:29 -08:00 |