Home
last modified time | relevance | path

Searched defs:DEF_SLIDE (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/tools/viewer/
H A DSlide.h25 #define DEF_SLIDE(code) \ macro
H A DPathSlide.cpp419 DEF_SLIDE( return new FatStrokeSlide; ) in DEF_SLIDE() function
525 DEF_SLIDE( return new CubicCurveSlide; ) in DEF_SLIDE() function
H A DClipSlide.cpp340 DEF_SLIDE( return new HalfPlaneSlide(); ) in DEF_SLIDE() function
425 DEF_SLIDE( return new HalfPlaneSlide2(); ) in DEF_SLIDE() function
H A DPathClipSlide.cpp64 DEF_SLIDE( return new PathClipSlide; ) in DEF_SLIDE() function