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

  /external/skia/gm/
shapes.cpp 15 static SkShape* make_shape0(bool red) { function in namespace:skiagm
47 fGroup.appendShape(make_shape0(false))->unref();
50 fGroup.appendShape(make_shape0(true), m)->unref();
  /external/skia/samplecode/
SampleShapes.cpp 20 static SkShape* make_shape0(bool red) { function
55 fGroup.appendShape(make_shape0(false))->unref();
58 fGroup.appendShape(make_shape0(true), m)->unref();

Completed in 68 milliseconds