HomeSort by relevance Sort by last modified time
    Searched refs:readPixels (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/skia/tests/
PremulAlphaRoundTripTest.cpp 96 canvas.readPixels(&readBmp1, 0, 0, gUnpremulConfigs[upmaIdx]);
98 canvas.readPixels(&readBmp2, 0, 0, gUnpremulConfigs[upmaIdx]);
ReadWriteAlphaTest.cpp 68 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
96 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
ResourceCacheTest.cpp 47 canvas->readPixels(size, &readback);
GpuBitmapCopyTest.cpp 66 bool readBack = src.pixelRef()->readPixels(&srcReadBack);
70 bool readBack = dst.pixelRef()->readPixels(&dstReadBack);
  /external/chromium_org/third_party/skia/include/gpu/
GrRenderTarget.h 46 virtual bool readPixels(int left, int top, int width, int height,
GrSurface.h 97 virtual bool readPixels(int left, int top, int width, int height,
GrTexture.h 65 virtual bool readPixels(int left, int top, int width, int height,
  /external/skia/bench/
PremulAndUnpremulAlphaOpsBench.cpp 54 canvas->readPixels(&bmp2, 0, 0, fUnPremulConfig);
ReadPixBench.cpp 50 canvas->readPixels(&bitmap, x * offX, y * offY);
  /external/skia/include/gpu/
GrRenderTarget.h 46 virtual bool readPixels(int left, int top, int width, int height,
GrSurface.h 97 virtual bool readPixels(int left, int top, int width, int height,
GrTexture.h 65 virtual bool readPixels(int left, int top, int width, int height,
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 148 bool readPixels(SkBitmap* dst, const SkIRect* subset = NULL);
  /external/chromium_org/third_party/skia/src/gpu/
GrRenderTarget.cpp 18 bool GrRenderTarget::readPixels(int left, int top, int width, int height,
GrTexture.cpp 48 bool GrTexture::readPixels(int left, int top, int width, int height,
SkGrPixelRef.cpp 32 // SkDebugf("---------- calling readpixels in support of lockpixels\n");
176 return fSurface->readPixels(left, top, width, height,
  /external/skia/include/core/
SkPixelRef.h 148 bool readPixels(SkBitmap* dst, const SkIRect* subset = NULL);
  /external/skia/src/gpu/
GrRenderTarget.cpp 18 bool GrRenderTarget::readPixels(int left, int top, int width, int height,
GrTexture.cpp 48 bool GrTexture::readPixels(int left, int top, int width, int height,
SkGrPixelRef.cpp 32 // SkDebugf("---------- calling readpixels in support of lockpixels\n");
176 return fSurface->readPixels(left, top, width, height,
  /external/skia/tools/
CopyTilesRenderer.cpp 70 dst.pixelRef()->readPixels(&copy, &subset);
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h 73 void readPixels(size_t l, size_t b, size_t w, size_t h, uint32_t* pixels);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
DeferredImageDecoderTest.cpp 158 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/
SkPixelRef.cpp 191 bool SkPixelRef::readPixels(SkBitmap* dst, const SkIRect* subset) {
  /external/skia/src/core/
SkPixelRef.cpp 191 bool SkPixelRef::readPixels(SkBitmap* dst, const SkIRect* subset) {

Completed in 482 milliseconds

1 2 3 4