Lines Matching defs:data
250 options.fComments = SkDataTable::MakeCopyArrays((void const *const *)commentPointers.data(),
251 commentSizes.data(), commentStrings.size());
259 dst.copyTo(output.data());
261 // Each chunk is of the form length (4 bytes), chunk type (tEXt), data,
350 auto test = [&r](const sk_sp<SkData>& data, Format expected) {
360 if (!data) {
366 auto status = WebPGetFeatures(data->bytes(), data->size(), &features);
448 auto data = SkEncodeBitmap(bm, format, 100);
451 REPORTER_ASSERT(r, data != nullptr);
453 REPORTER_ASSERT(r, data == nullptr);