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

  /external/skia/legacy/include/effects/
SkGroupShape.h 81 int countShapes() const;
97 specified index. If index == countShapes(), then the shape will be
102 0 will be drawn first, and the shape at index countShapes() - 1 will be
113 /** Helper method to append a shape, passing countShapes() for the index
116 this->addShape(this->countShapes(), shape, mr);
121 this->addShape(this->countShapes(), shape, matrix);
  /external/skia/legacy/src/effects/
SkGroupShape.cpp 16 int SkGroupShape::countShapes() const {

Completed in 1062 milliseconds