Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPicturePlayback.cpp124 fShapeCount = shapes.count(); in SkPicturePlayback()
125 if (fShapeCount > 0) { in SkPicturePlayback()
126 fShapes = SkNEW_ARRAY(SkShape*, fShapeCount); in SkPicturePlayback()
127 for (int i = 0; i < fShapeCount; i++) { in SkPicturePlayback()
206 fShapeCount = src.fShapeCount; in SkPicturePlayback()
207 fShapes = SkNEW_ARRAY(SkShape*, fShapeCount); in SkPicturePlayback()
208 for (int i = 0; i < fShapeCount; i++) { in SkPicturePlayback()
230 fRegionCount = fShapeCount = 0; in init()
250 for (int i = 0; i < fShapeCount; i++) { in ~SkPicturePlayback()
381 writeTagSize(buffer, PICT_SHAPE_TAG, fShapeCount); in serialize()
[all …]
DSkPicturePlayback.h79 SkASSERT(index > 0 && index <= fShapeCount); in getShape()
170 int fShapeCount; variable