skia2/samplecode
Mike Klein 4fee323522 override getTypeName() instead of using table
This should let getTypeName() and serialization work even
when deserialization factories haven't been registered.

I've made getTypeName() pure virtual like getFactory(),
and moved all the overrides into SK_FLATTENABLE_HOOKS,
cleaning up all the various ways we've done it before.

All the subclasses override getTypeName() and getFactory()
privately, so there should be no need to document them?

Change-Id: I723cb20099d250c2f2a10be266e3aacc6a061937
Reviewed-on: https://skia-review.googlesource.com/c/163543
Reviewed-by: Cary Clark <caryclark@google.com>
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2018-10-19 18:07:04 +00:00
..
DecodeFile.h use unique_ptr for codec factories 2017-07-25 15:35:23 +00:00
PerlinPatch.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
Sample2PtRadial.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
Sample.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
Sample.h Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleAAClip.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleAAGeometry.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleAARectModes.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleAARects.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleAll.cpp override getTypeName() instead of using table 2018-10-19 18:07:04 +00:00
SampleAndroidShadows.cpp Simplify perspective shadows to match future MD specs. 2018-08-31 18:15:19 +00:00
SampleAnimatedImage.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleAnimatedText.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleAnimBlur.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleArc.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleAtlas.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleBigBlur.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleBigGradient.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleBitmapRect.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleBlur.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleCamera.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleCCPRGeometry.cpp Move GrBackend enum to enum class. 2018-10-12 14:01:58 +00:00
SampleChart.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleChineseFling.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleCircle.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleClamp.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleClip.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleClipDrawMatch.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleClock.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleColorFilter.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleComplexClip.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleConcavePaths.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleCowboy.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleCusp.cpp add circles to stroked cubics with cusps 2018-08-31 19:55:44 +00:00
SampleDash.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleDegenerateTwoPtRadials.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleEffects.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleEmboss.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleFatBits.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleFillType.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleFilter2.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleFilterFuzz.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleFilterQuality.cpp Revert "makeSurface defaults to raster" 2018-09-05 18:41:45 +00:00
SampleFlutterAnimate.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleFontCache.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleFontScalerTest.cpp Remove a largue quantity of 4444 and/or dithering code 2018-09-21 00:50:06 +00:00
SampleFuzz.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleGlyphTransform.cpp Beautify GlyphTransform sample. 2018-08-16 14:17:46 +00:00
SampleGradients.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleHairCurves.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleHairline.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleHairModes.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleHT.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleIdentityScale.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleLayerMask.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleLayers.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleLCD.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleLighting.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleLines.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleLitAtlas.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleLua.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleManyRects.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleMeasure.cpp Remove a largue quantity of 4444 and/or dithering code 2018-09-21 00:50:06 +00:00
SampleMegaStroke.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleNima.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleNimaActor.cpp renamed samplecode/Nima to samplecode/SampleNimaActor 2018-06-22 20:36:17 +00:00
SampleNimaActor.h renamed samplecode/Nima to samplecode/SampleNimaActor 2018-06-22 20:36:17 +00:00
SamplePatch.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SamplePath.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SamplePathClip.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SamplePathEffects.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SamplePathFill.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SamplePathFuzz.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SamplePathOverstroke.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SamplePathText.cpp Use onOnceBeforeDraw instead of constructor for glyphs. 2018-09-17 19:52:27 +00:00
SamplePdfFileViewer.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SamplePoints.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SamplePolyToPoly.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleQuadStroker.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleRectanizer.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleRegion.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleRepeatTile.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleShaders.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleShadowColor.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleShadowReference.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleShadowUtils.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleShip.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleSlides.cpp delete textonpath code -- not used anywhere 2018-10-01 16:52:32 +00:00
SampleStringArt.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleStrokePath.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleStrokeRect.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleSubpixelTranslate.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleSVGFile.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleText.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleTextAlpha.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleTextBox.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleTextEffects.cpp override getTypeName() instead of using table 2018-10-19 18:07:04 +00:00
SampleTextureDomain.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleTiling.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleUnpremul.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleVertices.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleWritePixels.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleXfer.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleXfermodesBlur.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
vertexdump.cpp