Searched refs:fileBits (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | file.js | 13 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 D | skdiff_utils.h | 27 /** 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 D | skdiff_utils.cpp | 37 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 D | skdiff_main.cpp | 330 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