HomeSort by relevance Sort by last modified time
    Searched refs:DEF_SAMPLE (Results 1 - 12 of 12) sorted by null

  /external/skia/samplecode/
SampleCode.h 20 #define DEF_SAMPLE(code) \
SampleLayers.cpp 212 DEF_SAMPLE( return new LayersView; )
287 DEF_SAMPLE( return new BackdropView; )
SampleShip.cpp 184 DEF_SAMPLE( return new DrawShipView("DrawShip", draw_atlas); )
185 DEF_SAMPLE( return new DrawShipView("DrawShipSim", draw_atlas_sim); )
SamplePath.cpp 207 DEF_SAMPLE( return new PathView; )
334 DEF_SAMPLE( return new ArcToView; )
471 DEF_SAMPLE( return new FatStroke; )
SampleAtlas.cpp 255 DEF_SAMPLE( return new DrawAtlasView("DrawAtlas", draw_atlas); )
256 DEF_SAMPLE( return new DrawAtlasView("DrawAtlasSim", draw_atlas_sim); )
SamplePathText.cpp 405 DEF_SAMPLE( return new WavyPathText; )
406 DEF_SAMPLE( return new MovingPathText; )
407 DEF_SAMPLE( return new PathText; )
SamplePathClip.cpp 71 DEF_SAMPLE( return new PathClipView; )
317 DEF_SAMPLE( return new EdgeClipView; )
PerlinPatch.cpp 218 DEF_SAMPLE( return new PerlinPatchView(); )
SampleXfer.cpp 248 DEF_SAMPLE( return new XferDemo; )
SampleBigGradient.cpp 312 DEF_SAMPLE( return new RasterAllocatorSample; )
SampleCCPRGeometry.cpp 340 DEF_SAMPLE( return new CCPRGeometryView; )
SampleAAGeometry.cpp     [all...]

Completed in 551 milliseconds