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

1 2

  /external/chromium_org/third_party/skia/include/gpu/
SkGrPixelRef.h 18 * Common baseclass that implements onLockPixels() by calling onReadPixels().
57 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE;
SkGpuDevice.h 141 virtual bool onReadPixels(const SkBitmap& bitmap,
  /external/skia/include/gpu/
SkGrPixelRef.h 18 * Common baseclass that implements onLockPixels() by calling onReadPixels().
57 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE;
SkGpuDevice.h 141 virtual bool onReadPixels(const SkBitmap& bitmap,
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 32 if (!this->onReadPixels(&fBitmap, NULL)) {
160 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
179 SkDebugf("SkGrPixelRef::onReadPixels failed to alloc bitmap for result!\n");
GrGpu.h 445 virtual bool onReadPixels(GrRenderTarget* target,
  /external/skia/src/gpu/
SkGrPixelRef.cpp 32 if (!this->onReadPixels(&fBitmap, NULL)) {
160 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
179 SkDebugf("SkGrPixelRef::onReadPixels failed to alloc bitmap for result!\n");
GrGpu.h 445 virtual bool onReadPixels(GrRenderTarget* target,
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 272 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subsetOrNull);
SkBitmapDevice.h 214 virtual bool onReadPixels(const SkBitmap& bitmap,
SkDevice.h 337 virtual bool onReadPixels(const SkBitmap& bitmap,
  /external/chromium_org/third_party/skia/src/core/
SkDevice.cpp 110 bool result = this->onReadPixels(bmpSubset,
SkPixelRef.cpp 274 return this->onReadPixels(dst, subset);
277 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
  /external/skia/include/core/
SkPixelRef.h 272 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subsetOrNull);
SkBitmapDevice.h 214 virtual bool onReadPixels(const SkBitmap& bitmap,
SkDevice.h 337 virtual bool onReadPixels(const SkBitmap& bitmap,
  /external/skia/src/core/
SkDevice.cpp 110 bool result = this->onReadPixels(bmpSubset,
SkPixelRef.cpp 274 return this->onReadPixels(dst, subset);
277 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
  /external/chromium_org/third_party/skia/include/device/xps/
SkXPSDevice.h 146 virtual bool onReadPixels(const SkBitmap& bitmap,
  /external/chromium_org/third_party/skia/include/pdf/
SkPDFDevice.h 213 virtual bool onReadPixels(const SkBitmap& bitmap, int x, int y,
  /external/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp 156 virtual bool onReadPixels(const SkBitmap& bitmap,
  /external/skia/include/device/xps/
SkXPSDevice.h 146 virtual bool onReadPixels(const SkBitmap& bitmap,
  /external/skia/include/pdf/
SkPDFDevice.h 213 virtual bool onReadPixels(const SkBitmap& bitmap, int x, int y,
  /external/skia/src/utils/
SkPictureUtils.cpp 156 virtual bool onReadPixels(const SkBitmap& bitmap,
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 142 virtual bool onReadPixels(GrRenderTarget* target,

Completed in 608 milliseconds

1 2