Lines Matching defs:data
45 // Webp demux needs a contiguous data buffer.
46 sk_sp<SkData> data = nullptr;
49 data = SkData::MakeWithoutCopy(stream->getMemoryBase(), stream->getLength());
51 data = SkCopyStreamToData(stream.get());
53 // If we are forced to copy the stream to a data, we can go ahead and delete the stream.
60 WebPData webpData = { data->bytes(), data->size() };
175 demux.release(), std::move(data), origin));
551 WebPDemuxer* demux, sk_sp<SkData> data, SkEncodedOrigin origin)
555 , fData(std::move(data))