Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_wbmp.cpp36 static bool read_mbf(SkStream* stream, int* value) in read_mbf() function
65 if (!read_mbf(stream, &fWidth) || (unsigned)fWidth > 0xFFFF) { in init()
68 if (!read_mbf(stream, &fHeight) || (unsigned)fHeight > 0xFFFF) { in init()
/external/skia/src/codec/
DSkWbmpCodec.cpp52 static bool read_mbf(SkStream* stream, uint64_t* value) { in read_mbf() function
82 if (!read_mbf(stream, &width) || width > 0xFFFF || !width) { in read_header()
85 if (!read_mbf(stream, &height) || height > 0xFFFF || !height) { in read_header()