Lines Matching refs:src
12 #include "src/core/SkMessageBus.h"
13 #include "src/core/SkMipmap.h"
14 #include "src/gpu/GrDirectContextPriv.h"
15 #include "src/gpu/GrGpu.h"
16 #include "src/gpu/GrGpuResourceCacheAccess.h"
17 #include "src/gpu/GrGpuResourcePriv.h"
18 #include "src/gpu/GrProxyProvider.h"
19 #include "src/gpu/GrRecordingContextPriv.h"
20 #include "src/gpu/GrRenderTarget.h"
21 #include "src/gpu/GrResourceCache.h"
22 #include "src/gpu/GrResourceProvider.h"
23 #include "src/gpu/GrTexture.h"
24 #include "src/gpu/SkGr.h"
43 SkBitmap src;
44 src.allocN32Pixels(size.width(), size.height());
45 src.eraseColor(SK_ColorBLACK);
46 size_t srcSize = src.computeByteSize();
53 // Set the cache limits so we can fit 10 "src" images and the
62 canvas->drawImage(src.asImage(), 0, 0);
65 // "modify" the src texture
66 src.notifyPixelsChanged();