moz-skia/gm
senorblanco@chromium.org 5faa2dc266 Implements a matrix convolution filter (raster path only). The filtering loop
is templated on the tiling mode for speed:  interior pixels are unconditionally
fetched; border pixels apply the appropriate tiling mode before fetching.  It
handles target, bias, divisor (as gain), and edge modes (named to be more
skia-like).  It does not handle the "preserveAlpha" semantics of
feConvolveMatrix, nor "kernelUnitLength".



git-svn-id: http://skia.googlecode.com/svn/trunk@5592 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-09-18 20:32:34 +00:00
..
resources
aaclip.cpp re-re-land 5578 2012-09-18 15:14:33 +00:00
aarectmodes.cpp
arithmode.cpp
bigmatrix.cpp
bitmapcopy.cpp
bitmapfilters.cpp
bitmapmatrix.cpp
bitmaprect.cpp re-re-land 5578 2012-09-18 15:14:33 +00:00
bitmapscroll.cpp
blend.cpp Fixed Windows compiler complaints (esp. in debugger) 2012-09-06 18:43:21 +00:00
blurs.cpp
circles.cpp
cmykjpeg.cpp
colormatrix.cpp
complexclip.cpp
complexclip2.cpp
composeshader.cpp
convexpaths.cpp
cubicpaths.cpp
dashcubics.cpp
dashing.cpp
degeneratesegments.cpp
distantclip.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2012-09-18 02:01:09 +00:00
drawbitmaprect.cpp
drawlooper.cpp
emptypath.cpp
extractbitmap.cpp
filltypes.cpp
filltypespersp.cpp
fontscaler.cpp
gammatext.cpp
getpostextpath.cpp
giantbitmap.cpp
gm.cpp
gm.h
gmmain.cpp revert 5580 2012-09-18 14:04:54 +00:00
gradients.cpp
gradtext.cpp fixed compiler complaints 2012-09-17 12:05:40 +00:00
hairmodes.cpp
hittestpath.cpp
image.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2012-09-07 02:01:30 +00:00
image.h
imageblur.cpp
imagefiltersbase.cpp
imagefiltersgraph.cpp
imagemagnifier.cpp
lcdtext.cpp
lighting.cpp
linepaths.cpp
matrixconvolution.cpp Implements a matrix convolution filter (raster path only). The filtering loop 2012-09-18 20:32:34 +00:00
morphology.cpp
ninepatchstretch.cpp
nocolorbleed.cpp
patheffects.cpp
pathfill.cpp
pathreverse.cpp
points.cpp
poly2poly.cpp
quadpaths.cpp
samplerstress.cpp
shaderbounds.cpp
shadertext.cpp
shadows.cpp
simpleaaclip.cpp
strokefill.cpp
strokerects.cpp
strokes.cpp
system_preferences.h
system_preferences_default.cpp
system_preferences_mac.mm
tablecolorfilter.cpp
techtalk1.cpp re-re-land 5578 2012-09-18 15:14:33 +00:00
testimagefilters.cpp
texdata.cpp
texteffects.cpp Make texteffects gm work through serialization and pipe. 2012-09-12 18:53:49 +00:00
tilemodes.cpp
tinybitmap.cpp
twopointradial.cpp
typeface.cpp
valgrind.supp
verttext.cpp
verttext2.cpp
verylargebitmap.cpp
xfermodes.cpp