Lines Matching defs:fResult
558 std::unique_ptr<const SkImage::AsyncReadResult> fResult;
567 context->fResult = std::move(result);
591 if (!context.fResult) {
594 SkRectMemcpy(pixels.writable_addr(), pixels.rowBytes(), context.fResult->data(0),
595 context.fResult->rowBytes(0), pixels.info().minRowBytes(),
665 if (!asyncContext.fResult) {
668 SkRectMemcpy(pixels.writable_addr(), pixels.rowBytes(), asyncContext.fResult->data(0),
669 asyncContext.fResult->rowBytes(0), pixels.info().minRowBytes(),
755 if (!cbContext.fResult) {
789 cbContext.fResult.reset();
1273 if (!asyncContext.fResult) {
1277 SkPixmap asyncResult(info, asyncContext.fResult->data(0), asyncContext.fResult->rowBytes(0));