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

  /external/skia/gm/
shapes.cpp 42 SkGroupShape fGroup;
47 fGroup.appendShape(make_shape0(false))->unref();
50 fGroup.appendShape(make_shape0(true), m)->unref();
53 fGroup.appendShape(make_shape1(), m)->unref();
55 fGroup.appendShape(make_shape2(), m)->unref();
58 SkSafeRef(fMatrixRefs[i] = fGroup.getShapeMatrixRef(i));
90 gs->appendShape(&fGroup);
93 gs->appendShape(&fGroup, matrix);
96 gs->appendShape(&fGroup, matrix);
  /external/skia/samplecode/
SampleShapes.cpp 50 SkGroupShape fGroup;
55 fGroup.appendShape(make_shape0(false))->unref();
58 fGroup.appendShape(make_shape0(true), m)->unref();
61 fGroup.appendShape(make_shape1(), m)->unref();
63 fGroup.appendShape(make_shape2(), m)->unref();
66 SkSafeRef(fMatrixRefs[i] = fGroup.getShapeMatrixRef(i));
122 gs->appendShape(&fGroup);
125 gs->appendShape(&fGroup, matrix);
128 gs->appendShape(&fGroup, matrix);

Completed in 88 milliseconds