Home
last modified time | relevance | path

Searched refs:fileBits (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/undici/src/lib/fetch/
H A Dfile.js13 constructor (fileBits, fileName, options = {}) {
19 fileBits = webidl.converters['sequence<BlobPart>'](fileBits)
23 // 1. Let bytes be the result of processing blob parts given fileBits and
69 super(processBlobParts(fileBits, options), { type: t })
104 // 1. Let bytes be the result of processing blob parts given fileBits and
/third_party/skia/tools/skdiff/
H A Dskdiff_utils.h27 /** Decodes the fileBits into the resource.fBitmap. Returns false on failure. */
28 bool get_bitmap(sk_sp<SkData> fileBits, DiffResource& resource, bool sizeOnly,
H A Dskdiff_utils.cpp37 bool get_bitmap(sk_sp<SkData> fileBits, DiffResource& resource, bool sizeOnly, in get_bitmap() argument
39 auto codec = SkCodec::MakeFromData(fileBits); in get_bitmap()
H A Dskdiff_main.cpp330 sk_sp<SkData> fileBits(read_file(resource.fFullPath.c_str())); in get_bounds()
331 if (fileBits) { in get_bounds()
332 get_bitmap(fileBits, resource, true, true); in get_bounds()

Completed in 3 milliseconds