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

  /external/skia/src/core/
SkPicturePlayback.h 83 SkASSERT(index > 0 && index <= fShapeCount);
174 int fShapeCount;
SkPicturePlayback.cpp 124 fShapeCount = shapes.count();
125 if (fShapeCount > 0) {
126 fShapes = SkNEW_ARRAY(SkShape*, fShapeCount);
127 for (int i = 0; i < fShapeCount; i++) {
206 fShapeCount = src.fShapeCount;
207 fShapes = SkNEW_ARRAY(SkShape*, fShapeCount);
208 for (int i = 0; i < fShapeCount; i++) {
230 fRegionCount = fShapeCount = 0;
250 for (int i = 0; i < fShapeCount; i++)
    [all...]

Completed in 122 milliseconds