Searched refs:pictureRecord (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
D | SkRecordedDrawable.cpp | 46 SkPictureRecord pictureRecord(SkISize::Make(fBounds.width(), fBounds.height()), 0); in flatten() local 50 if (pictureRecord.getLocalClipBounds().contains(fBounds)) { in flatten() 57 pictureRecord.beginRecording(); in flatten() 58 SkRecordDraw(*fRecord, &pictureRecord, nullptr, fDrawableList->begin(), fDrawableList->count(), in flatten() 60 pictureRecord.endRecording(); in flatten() 63 SkPictureData pictureData(pictureRecord, info); in flatten()
|
/third_party/flutter/skia/src/core/ |
D | SkRecordedDrawable.cpp | 50 SkPictureRecord pictureRecord(SkISize::Make(fBounds.width(), fBounds.height()), 0); in flatten() local 54 if (pictureRecord.getLocalClipBounds().contains(fBounds)) { in flatten() 61 pictureRecord.beginRecording(); in flatten() 62 SkRecordDraw(*fRecord, &pictureRecord, nullptr, fDrawableList->begin(), fDrawableList->count(), in flatten() 64 pictureRecord.endRecording(); in flatten() 67 SkPictureData pictureData(pictureRecord, info); in flatten()
|