Cleanup: Get rid of make_isize() function from gm.h.
authortfarina <tfarina@chromium.org>
Tue, 10 Jun 2014 06:59:03 +0000 (23:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 10 Jun 2014 06:59:03 +0000 (23:59 -0700)
commitf539318f0d3dba743ec1886d5d9df0fb1be628a1
tree236202e9adfceaf521d1b98bde76c706f8f83960
parent876633087ee3aa591e3d4c7039dfeb3e76bb6cb7
Cleanup: Get rid of make_isize() function from gm.h.

This helper function is not necessary.

The same thing can be achieved by using SkISize::Make() provided by
SkTSize API.

BUG=skia:2645
TEST=make dm && out/Debug/dm
R=robertphillips@google.com, reed@google.com

Author: tfarina@chromium.org

Review URL: https://codereview.chromium.org/326523002
97 files changed:
gm/aarectmodes.cpp
gm/androidfallback.cpp
gm/arcofzorro.cpp
gm/beziereffects.cpp
gm/bicubicfilter.cpp
gm/bigblurs.cpp
gm/bigmatrix.cpp
gm/bitmapcopy.cpp
gm/bitmapfilters.cpp
gm/bitmapmatrix.cpp
gm/bitmapscroll.cpp
gm/blurs.cpp
gm/circles.cpp
gm/cmykjpeg.cpp
gm/coloremoji.cpp
gm/colormatrix.cpp
gm/complexclip.cpp
gm/complexclip2.cpp
gm/convexpaths.cpp
gm/convexpolyclip.cpp
gm/convexpolyeffect.cpp
gm/copyTo4444.cpp
gm/dashing.cpp
gm/degeneratesegments.cpp
gm/deviceproperties.cpp
gm/displacement.cpp
gm/distantclip.cpp
gm/drawbitmaprect.cpp
gm/emptypath.cpp
gm/etc1bitmap.cpp
gm/extractbitmap.cpp
gm/factory.cpp
gm/filltypes.cpp
gm/filltypespersp.cpp
gm/fontscaler.cpp
gm/gammatext.cpp
gm/getpostextpath.cpp
gm/gm.h
gm/gradientDirtyLaundry.cpp
gm/gradients_no_texture.cpp
gm/gradtext.cpp
gm/hairlines.cpp
gm/hairmodes.cpp
gm/imagealphathreshold.cpp
gm/imageblur.cpp
gm/imageblurtiled.cpp
gm/imagefiltersclipped.cpp
gm/imagefiltersscaled.cpp
gm/imagemagnifier.cpp
gm/imageresizetiled.cpp
gm/internal_links.cpp
gm/inversepaths.cpp
gm/lcdtext.cpp
gm/linepaths.cpp
gm/matrixconvolution.cpp
gm/matriximagefilter.cpp
gm/mixedxfermodes.cpp
gm/modecolorfilters.cpp
gm/morphology.cpp
gm/nested.cpp
gm/ninepatchstretch.cpp
gm/offsetimagefilter.cpp
gm/ovals.cpp
gm/patheffects.cpp
gm/pathopsinverse.cpp
gm/pathopsskpclip.cpp
gm/pathreverse.cpp
gm/points.cpp
gm/quadpaths.cpp
gm/rects.cpp
gm/resizeimagefilter.cpp
gm/roundrects.cpp
gm/rrects.cpp
gm/samplerstress.cpp
gm/selftest.cpp
gm/shaderbounds.cpp
gm/shadertext.cpp
gm/shadertext2.cpp
gm/shadertext3.cpp
gm/shadows.cpp
gm/simpleaaclip.cpp
gm/skbug1719.cpp
gm/strokefill.cpp
gm/strokerects.cpp
gm/texdata.cpp
gm/texturedomaineffect.cpp
gm/thinrects.cpp
gm/thinstrokedrects.cpp
gm/tileimagefilter.cpp
gm/tinybitmap.cpp
gm/twopointradial.cpp
gm/verttext.cpp
gm/verttext2.cpp
gm/xfermodeimagefilter.cpp
gm/xfermodes.cpp
gm/xfermodes2.cpp
gm/xfermodes3.cpp