OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEF_SAMPLE
(Results
1 - 8
of
8
) sorted by null
/external/skia/samplecode/
SampleCode.h
20
#define
DEF_SAMPLE
(code) \
SampleLayers.cpp
235
DEF_SAMPLE
( return new LayersView; )
310
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); )
SampleAtlas.cpp
253
DEF_SAMPLE
( return new DrawAtlasView("DrawAtlas", draw_atlas); )
254
DEF_SAMPLE
( return new DrawAtlasView("DrawAtlasSim", draw_atlas_sim); )
SamplePath.cpp
221
DEF_SAMPLE
( return new PathView; )
348
DEF_SAMPLE
( return new ArcToView; )
SamplePathClip.cpp
74
DEF_SAMPLE
( return new PathClipView; )
320
DEF_SAMPLE
( return new EdgeClipView; )
PerlinPatch.cpp
211
DEF_SAMPLE
( return new PerlinPatchView(); )
SampleXfer.cpp
252
DEF_SAMPLE
( return new XferDemo; )
Completed in 1366 milliseconds