HomeSort by relevance Sort by last modified time
    Searched refs:read_mbf (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/images/
SkImageDecoder_wbmp.cpp 33 static bool read_mbf(SkStream* stream, int* value) function
62 if (!read_mbf(stream, &fWidth) || (unsigned)fWidth > 0xFFFF) {
65 if (!read_mbf(stream, &fHeight) || (unsigned)fHeight > 0xFFFF) {
  /external/skia/src/images/
SkImageDecoder_wbmp.cpp 33 static bool read_mbf(SkStream* stream, int* value) function
62 if (!read_mbf(stream, &fWidth) || (unsigned)fWidth > 0xFFFF) {
65 if (!read_mbf(stream, &fHeight) || (unsigned)fHeight > 0xFFFF) {

Completed in 889 milliseconds