Lines Matching refs:src
13 #include "src/core/SkPicturePriv.h"
14 #include "src/core/SkRecord.h"
15 #include "src/core/SkRecordDraw.h"
16 #include "src/core/SkRecordOpts.h"
17 #include "src/core/SkRecorder.h"
156 sk_sp<SkPicture> src(SkPicture::MakeFromStream(stream.get()));
157 if (!src) {
161 const int w = SkScalarCeilToInt(src->cullRect().width());
162 const int h = SkScalarCeilToInt(src->cullRect().height());
166 src->playback(&rec);