Searched refs:read_mbf (Results 1 – 2 of 2) sorted by relevance
36 static bool read_mbf(SkStream* stream, int* value) in read_mbf() function65 if (!read_mbf(stream, &fWidth) || (unsigned)fWidth > 0xFFFF) { in init()68 if (!read_mbf(stream, &fHeight) || (unsigned)fHeight > 0xFFFF) { in init()
52 static bool read_mbf(SkStream* stream, uint64_t* value) { in read_mbf() function82 if (!read_mbf(stream, &width) || width > 0xFFFF || !width) { in read_header()85 if (!read_mbf(stream, &height) || height > 0xFFFF || !height) { in read_header()