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

  /external/skia/src/gpu/
SkGrTexturePixelRef.cpp 33 if (!this->onReadPixels(&fBitmap, NULL)) {
98 bool SkGrTexturePixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
155 bool SkGrRenderTargetPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
SkGpuDevice.cpp 293 bool SkGpuDevice::onReadPixels(const SkBitmap& bitmap,
    [all...]
  /external/skia/src/core/
SkPixelRef.cpp 149 return this->onReadPixels(dst, subset);
152 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
SkDevice.cpp 150 bool result = this->onReadPixels(bmpSubset,
190 bool SkDevice::onReadPixels(const SkBitmap& bitmap,
  /external/skia/src/utils/
SkDeferredCanvas.cpp 590 bool SkDeferredCanvas::DeferredDevice::onReadPixels(
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 184 milliseconds