Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkWbmpCodec.cpp46 static bool read_mbf(SkStream* stream, uint64_t* value) { in read_mbf() function
76 if (!read_mbf(stream, &width) || width > 0xFFFF || !width) { in read_header()
79 if (!read_mbf(stream, &height) || height > 0xFFFF || !height) { in read_header()

Completed in 1 milliseconds