Lines Matching defs:src
21 #include "src/core/SkAnnotationKeys.h"
22 #include "src/core/SkAutoMalloc.h"
23 #include "src/core/SkMatrixPriv.h"
24 #include "src/core/SkOSFile.h"
25 #include "src/core/SkPicturePriv.h"
26 #include "src/core/SkReadBuffer.h"
27 #include "src/core/SkWriteBuffer.h"
28 #include "src/shaders/SkShaderBase.h"
736 static sk_sp<SkPicture> copy_picture_via_serialization(SkPicture* src) {
738 src->serialize(&wstream);
819 char src[kSize];
820 sk_bzero(src, kSize);
825 writer.write(src, kSize - 4);
835 writer.write(src, kSize - 4);