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

  /external/skia/src/core/
SkPicturePlayback.h 78 return *fPictureRefs[index - 1];
171 SkPicture** fPictureRefs;
SkPicturePlayback.cpp 116 fPictureRefs = SkNEW_ARRAY(SkPicture*, fPictureCount);
118 fPictureRefs[i] = pictures[i];
119 fPictureRefs[i]->ref();
200 fPictureRefs = SkNEW_ARRAY(SkPicture*, fPictureCount);
202 fPictureRefs[i] = src.fPictureRefs[i];
203 fPictureRefs[i]->ref();
226 fPictureRefs = NULL;
246 fPictureRefs[i]->unref();
248 SkDELETE_ARRAY(fPictureRefs);
    [all...]
SkPictureRecord.h 74 return fPictureRefs;
175 SkTDArray<SkPicture*> fPictureRefs;
SkPictureRecord.cpp 448 fPictureRefs.unrefAll();
489 int index = fPictureRefs.find(&picture);
491 index = fPictureRefs.count();
492 *fPictureRefs.append() = &picture;

Completed in 18 milliseconds