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

  /external/chromium_org/third_party/skia/src/core/
SkPictureRecorder.cpp 84 const bool deepCopyOps = false;
86 *fPictureRecord.get(), deepCopyOps));
108 const bool deepCopyOps = true;
110 *fPictureRecord.get(), deepCopyOps);
  /external/skia/src/core/
SkPictureRecorder.cpp 78 const bool deepCopyOps = false;
79 picture = SkNEW_ARGS(SkPicture, (fWidth, fHeight, *fPictureRecord, deepCopyOps));
102 const bool deepCopyOps = true;
103 SkPicture picture(fWidth, fHeight, *fPictureRecord, deepCopyOps);

Completed in 81 milliseconds