Home
last modified time | relevance | path

Searched refs:fShapes (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkPicturePlayback.h80 return fShapes[index - 1]; in getShape()
169 SkShape** fShapes; variable
DSkPicturePlayback.cpp126 fShapes = SkNEW_ARRAY(SkShape*, fShapeCount); in SkPicturePlayback()
130 fShapes[i] = s; in SkPicturePlayback()
207 fShapes = SkNEW_ARRAY(SkShape*, fShapeCount); in SkPicturePlayback()
209 SkShape* s = src.fShapes[i]; in SkPicturePlayback()
211 fShapes[i] = s; in SkPicturePlayback()
227 fShapes = NULL; in init()
251 SkSafeUnref(fShapes[i]); in ~SkPicturePlayback()
253 SkDELETE_ARRAY(fShapes); in ~SkPicturePlayback()
383 buffer.writeFlattenable(fShapes[i]); in serialize()
496 fShapes = SkNEW_ARRAY(SkShape*, fShapeCount); in SkPicturePlayback()
[all …]
DSkPictureRecord.h76 return fShapes; in getShapes()
175 SkTDArray<SkShape*> fShapes; variable
DSkPictureRecord.cpp368 int index = fShapes.find(shape); in drawShape()
370 index = fShapes.count(); in drawShape()
371 *fShapes.append() = shape; in drawShape()
430 fShapes.safeUnrefAll(); in reset()