HomeSort by relevance Sort by last modified time
    Searched defs:onReadPixels (Results 1 - 16 of 16) sorted by null

  /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");
SkGpuDevice.cpp 334 bool SkGpuDevice::onReadPixels(const SkBitmap& bitmap,
    [all...]
  /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");
SkGpuDevice.cpp 334 bool SkGpuDevice::onReadPixels(const SkBitmap& bitmap,
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp 274 return this->onReadPixels(dst, subset);
277 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
SkBitmapDevice.cpp 112 bool SkBitmapDevice::onReadPixels(const SkBitmap& bitmap,
  /external/skia/src/core/
SkPixelRef.cpp 274 return this->onReadPixels(dst, subset);
277 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
SkBitmapDevice.cpp 112 bool SkBitmapDevice::onReadPixels(const SkBitmap& bitmap,
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 179 virtual bool onReadPixels(const SkBitmap& bitmap,
510 bool DeferredDevice::onReadPixels(
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 179 virtual bool onReadPixels(const SkBitmap& bitmap,
510 bool DeferredDevice::onReadPixels(
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 1277 milliseconds