Searched refs:readPixels (Results 1 - 25 of 80) sorted by relevance

1234

/external/skia/tests/
H A DPremulAlphaRoundTripTest.cpp96 canvas.readPixels(&readBmp1, 0, 0, gUnpremulConfigs[upmaIdx]);
98 canvas.readPixels(&readBmp2, 0, 0, gUnpremulConfigs[upmaIdx]);
H A DReadWriteAlphaTest.cpp68 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
96 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
H A DResourceCacheTest.cpp47 canvas->readPixels(size, &readback);
H A DGpuBitmapCopyTest.cpp66 bool readBack = src.pixelRef()->readPixels(&srcReadBack);
70 bool readBack = dst.pixelRef()->readPixels(&dstReadBack);
/external/chromium_org/third_party/skia/include/gpu/
H A DGrSurface.h97 virtual bool readPixels(int left, int top, int width, int height,
H A DGrRenderTarget.h46 virtual bool readPixels(int left, int top, int width, int height,
H A DGrTexture.h65 virtual bool readPixels(int left, int top, int width, int height,
/external/skia/bench/
H A DPremulAndUnpremulAlphaOpsBench.cpp54 canvas->readPixels(&bmp2, 0, 0, fUnPremulConfig);
H A DReadPixBench.cpp50 canvas->readPixels(&bitmap, x * offX, y * offY);
/external/skia/include/gpu/
H A DGrSurface.h97 virtual bool readPixels(int left, int top, int width, int height,
H A DGrRenderTarget.h46 virtual bool readPixels(int left, int top, int width, int height,
H A DGrTexture.h65 virtual bool readPixels(int left, int top, int width, int height,
/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h148 bool readPixels(SkBitmap* dst, const SkIRect* subset = NULL);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRenderTarget.cpp18 bool GrRenderTarget::readPixels(int left, int top, int width, int height, function in class:GrRenderTarget
H A DGrTexture.cpp48 bool GrTexture::readPixels(int left, int top, int width, int height, function in class:GrTexture
H A DSkGrPixelRef.cpp176 return fSurface->readPixels(left, top, width, height,
/external/skia/include/core/
H A DSkPixelRef.h148 bool readPixels(SkBitmap* dst, const SkIRect* subset = NULL);
/external/skia/src/gpu/
H A DGrRenderTarget.cpp18 bool GrRenderTarget::readPixels(int left, int top, int width, int height, function in class:GrRenderTarget
H A DGrTexture.cpp48 bool GrTexture::readPixels(int left, int top, int width, int height, function in class:GrTexture
H A DSkGrPixelRef.cpp176 return fSurface->readPixels(left, top, width, height,
/external/skia/tools/
H A DCopyTilesRenderer.cpp70 dst.pixelRef()->readPixels(&copy, &subset);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DDeferredImageDecoderTest.cpp158 ASSERT_TRUE(m_canvas->readPixels(&canvasBitmap, 0, 0));
184 ASSERT_TRUE(m_canvas->readPixels(&canvasBitmap, 0, 0));
220 ASSERT_TRUE(m_canvas->readPixels(&canvasBitmap, 0, 0));
/external/chromium_org/third_party/skia/src/core/
H A DSkPixelRef.cpp191 bool SkPixelRef::readPixels(SkBitmap* dst, const SkIRect* subset) { function in class:SkPixelRef
/external/skia/src/core/
H A DSkPixelRef.cpp191 bool SkPixelRef::readPixels(SkBitmap* dst, const SkIRect* subset) { function in class:SkPixelRef
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrConfigConversionEffect.cpp244 readTex->readPixels(0, 0, 256, 256, kRGBA_8888_GrPixelConfig, firstRead);
256 readTex->readPixels(0, 0, 256, 256, kRGBA_8888_GrPixelConfig, secondRead);

Completed in 395 milliseconds

1234