Home
last modified time | relevance | path

Searched defs:read_header (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/codec/
DSkWbmpCodec.cpp72 static bool read_header(SkStream* stream, SkISize* size) { in read_header() function
DSkPngCodec.cpp792 static SkCodec::Result read_header(SkStream* stream, SkPngChunkReader* chunkReader, in read_header() function
/external/toolchain-utils/rust-analyzer-chromiumos-wrapper/src/
Dmain.rs145 fn read_header<R: BufRead>(r: &mut R, header: &mut Header) -> Result<()> { in read_header() function
/external/skia/src/gpu/graphite/
DPaintParamsKey.cpp20 static PaintParamsKey::Header read_header(SkSpan<const uint8_t> parentSpan, int headerOffset) { in read_header() function
/external/ComputeLibrary/include/libnpy/
Dnpy.hpp448 inline std::string read_header(std::istream &istream) { in read_header() function
/external/libtracefs/src/
Dtracefs-events.c970 static int read_header(struct tep_handle *tep, const char *tracing_dir) in read_header() function
/external/crosvm/disk/src/qcow/
Dmod.rs1760 let read_header = QcowHeader::new(&mut disk_file).expect("Failed to create header."); in header_with_backing() localVariable