Home
last modified time | relevance | path

Searched refs:make_shape0 (Results 1 – 2 of 2) sorted by relevance

/external/skia/gm/
Dshapes.cpp22 static SkShape* make_shape0(bool red) { in make_shape0() function
56 fGroup.appendShape(make_shape0(false))->unref(); in ShapesGM()
59 fGroup.appendShape(make_shape0(true), m)->unref(); in ShapesGM()
/external/skia/samplecode/
DSampleShapes.cpp27 static SkShape* make_shape0(bool red) { in make_shape0() function
62 fGroup.appendShape(make_shape0(false))->unref(); in ShapesView()
65 fGroup.appendShape(make_shape0(true), m)->unref(); in ShapesView()