9f686f3639
Add a test and a GM for the factory, and a PNG file for it to decode. The PNG file is copyright-free, obtained from http://openclipart.org/detail/29213/paper-plane-by-ddoo In cmykjpeg, do not attempt to decode in the constructor, since it currently crashes on Mac (if you provide the correct resource path). Even when we fix this crash there is no need to do it in the constructor, since we create all of the gms in order to get their names (to determine whether to run them). Review URL: https://codereview.appspot.com/6847122 git-svn-id: http://skia.googlecode.com/svn/trunk@6618 2bbb7eff-a529-9590-31e7-b0007b416f81
96 lines
2.5 KiB
Python
96 lines
2.5 KiB
Python
# include this gypi to include all the golden master slides.
|
|
{
|
|
'sources': [
|
|
'../gm/aaclip.cpp',
|
|
'../gm/aarectmodes.cpp',
|
|
'../gm/arithmode.cpp',
|
|
'../gm/bigmatrix.cpp',
|
|
'../gm/bitmapcopy.cpp',
|
|
'../gm/bitmapmatrix.cpp',
|
|
'../gm/bitmapfilters.cpp',
|
|
'../gm/bitmaprect.cpp',
|
|
'../gm/bitmapscroll.cpp',
|
|
'../gm/blend.cpp',
|
|
'../gm/blurs.cpp',
|
|
'../gm/blurrect.cpp',
|
|
'../gm/circles.cpp',
|
|
'../gm/colorfilterimagefilter.cpp',
|
|
'../gm/colormatrix.cpp',
|
|
'../gm/complexclip.cpp',
|
|
'../gm/complexclip2.cpp',
|
|
'../gm/composeshader.cpp',
|
|
'../gm/convexpaths.cpp',
|
|
'../gm/cubicpaths.cpp',
|
|
'../gm/cmykjpeg.cpp',
|
|
'../gm/degeneratesegments.cpp',
|
|
'../gm/dashcubics.cpp',
|
|
'../gm/dashing.cpp',
|
|
'../gm/distantclip.cpp',
|
|
'../gm/drawbitmaprect.cpp',
|
|
'../gm/drawlooper.cpp',
|
|
'../gm/extractbitmap.cpp',
|
|
'../gm/emptypath.cpp',
|
|
'../gm/fatpathfill.cpp',
|
|
'../gm/factory.cpp',
|
|
'../gm/filltypes.cpp',
|
|
'../gm/filltypespersp.cpp',
|
|
'../gm/fontscaler.cpp',
|
|
'../gm/gammatext.cpp',
|
|
'../gm/getpostextpath.cpp',
|
|
'../gm/giantbitmap.cpp',
|
|
'../gm/gradients.cpp',
|
|
'../gm/gradtext.cpp',
|
|
'../gm/hairmodes.cpp',
|
|
'../gm/hittestpath.cpp',
|
|
'../gm/imageblur.cpp',
|
|
'../gm/imagemagnifier.cpp',
|
|
'../gm/lighting.cpp',
|
|
'../gm/image.cpp',
|
|
'../gm/imagefiltersbase.cpp',
|
|
'../gm/imagefiltersgraph.cpp',
|
|
'../gm/lcdtext.cpp',
|
|
'../gm/linepaths.cpp',
|
|
'../gm/matrixconvolution.cpp',
|
|
'../gm/modecolorfilters.cpp',
|
|
'../gm/morphology.cpp',
|
|
'../gm/ninepatchstretch.cpp',
|
|
'../gm/nocolorbleed.cpp',
|
|
'../gm/patheffects.cpp',
|
|
'../gm/pathfill.cpp',
|
|
'../gm/pathreverse.cpp',
|
|
'../gm/points.cpp',
|
|
'../gm/poly2poly.cpp',
|
|
'../gm/quadpaths.cpp',
|
|
'../gm/samplerstress.cpp',
|
|
'../gm/shaderbounds.cpp',
|
|
'../gm/shadertext.cpp',
|
|
'../gm/shadertext2.cpp',
|
|
'../gm/shadertext3.cpp',
|
|
'../gm/shadows.cpp',
|
|
'../gm/simpleaaclip.cpp',
|
|
'../gm/srcmode.cpp',
|
|
'../gm/strokefill.cpp',
|
|
'../gm/strokerect.cpp',
|
|
'../gm/strokerects.cpp',
|
|
'../gm/strokes.cpp',
|
|
'../gm/tablecolorfilter.cpp',
|
|
'../gm/texteffects.cpp',
|
|
'../gm/testimagefilters.cpp',
|
|
'../gm/texdata.cpp',
|
|
'../gm/tilemodes.cpp',
|
|
'../gm/tinybitmap.cpp',
|
|
'../gm/twopointradial.cpp',
|
|
'../gm/typeface.cpp',
|
|
'../gm/verttext.cpp',
|
|
'../gm/verttext2.cpp',
|
|
'../gm/verylargebitmap.cpp',
|
|
'../gm/xfermodes.cpp',
|
|
],
|
|
}
|
|
|
|
# Local Variables:
|
|
# tab-width:2
|
|
# indent-tabs-mode:nil
|
|
# End:
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|