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

  /external/chromium_org/third_party/skia/src/image/
SkImage.cpp 74 return as_IB(this)->onReadPixels(bitmap, bounds);
105 bool SkImage_Base::onReadPixels(SkBitmap* bitmap, const SkIRect& subset) const {
SkImage_Raster.cpp 58 virtual bool onReadPixels(SkBitmap*, const SkIRect&) const SK_OVERRIDE;
123 bool SkImage_Raster::onReadPixels(SkBitmap* dst, const SkIRect& subset) const {
125 return this->INHERITED::onReadPixels(dst, subset);
  /external/skia/src/image/
SkImage.cpp 74 return as_IB(this)->onReadPixels(bitmap, bounds);
105 bool SkImage_Base::onReadPixels(SkBitmap* bitmap, const SkIRect& subset) const {
SkImage_Raster.cpp 58 virtual bool onReadPixels(SkBitmap*, const SkIRect&) const SK_OVERRIDE;
123 bool SkImage_Raster::onReadPixels(SkBitmap* dst, const SkIRect& subset) const {
125 return this->INHERITED::onReadPixels(dst, subset);
  /external/chromium_org/third_party/skia/src/core/
SkDevice.cpp 91 return this->onReadPixels(info, dstP, rowBytes, x, y);
113 bool SkBaseDevice::onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) {
SkPixelRef.cpp 277 return this->onReadPixels(dst, subset);
280 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
SkBitmapDevice.cpp 181 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 29 if (!this->onReadPixels(&fBitmap, NULL)) {
162 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
180 SkDebugf("SkGrPixelRef::onReadPixels failed to alloc bitmap for result!\n");
SkGpuDevice.cpp 262 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
    [all...]
  /external/skia/src/core/
SkDevice.cpp 91 return this->onReadPixels(info, dstP, rowBytes, x, y);
113 bool SkBaseDevice::onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) {
SkPixelRef.cpp 277 return this->onReadPixels(dst, subset);
280 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
SkBitmapDevice.cpp 232 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
  /external/skia/src/gpu/
SkGrPixelRef.cpp 29 if (!this->onReadPixels(&fBitmap, NULL)) {
162 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
180 SkDebugf("SkGrPixelRef::onReadPixels failed to alloc bitmap for result!\n");
SkGpuDevice.cpp 262 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 170 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) SK_OVERRIDE;
489 bool SkDeferredDevice::onReadPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 170 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) SK_OVERRIDE;
489 bool SkDeferredDevice::onReadPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]

Completed in 433 milliseconds