Home
last modified time | relevance | path

Searched refs:DEF_SAMPLE (Results 1 – 12 of 12) sorted by relevance

/external/skia/samplecode/
DSampleShip.cpp184 DEF_SAMPLE( return new DrawShipView("DrawShip", draw_atlas); )
185 DEF_SAMPLE( return new DrawShipView("DrawShipSim", draw_atlas_sim); )
DSampleLayers.cpp212 DEF_SAMPLE( return new LayersView; )
287 DEF_SAMPLE( return new BackdropView; )
DSamplePath.cpp207 DEF_SAMPLE( return new PathView; )
334 DEF_SAMPLE( return new ArcToView; )
471 DEF_SAMPLE( return new FatStroke; )
DSamplePathText.cpp405 DEF_SAMPLE( return new WavyPathText; )
406 DEF_SAMPLE( return new MovingPathText; )
407 DEF_SAMPLE( return new PathText; )
DSampleAtlas.cpp255 DEF_SAMPLE( return new DrawAtlasView("DrawAtlas", draw_atlas); )
256 DEF_SAMPLE( return new DrawAtlasView("DrawAtlasSim", draw_atlas_sim); )
DSampleCode.h20 #define DEF_SAMPLE(code) \ macro
DSamplePathClip.cpp71 DEF_SAMPLE( return new PathClipView; ) in DEF_SAMPLE() function
317 DEF_SAMPLE( return new EdgeClipView; )
DSampleXfer.cpp248 DEF_SAMPLE( return new XferDemo; )
DPerlinPatch.cpp218 DEF_SAMPLE( return new PerlinPatchView(); )
DSampleCCPRGeometry.cpp340 DEF_SAMPLE( return new CCPRGeometryView; )
DSampleBigGradient.cpp312 DEF_SAMPLE( return new RasterAllocatorSample; )
DSampleAAGeometry.cpp1873 DEF_SAMPLE( return new AAGeometryView; )