Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/imageio/
H A Dpnmdec.c26 DEPTH_FLAG = 1 << 2, enumerator
29 ALL_NEEDED_FLAGS = WIDTH_FLAG | HEIGHT_FLAG | DEPTH_FLAG | MAXVAL_FLAG
91 if (info->seen_flags & DEPTH_FLAG) return FlagError("DEPTH"); in ReadPAMFields()
92 info->seen_flags |= DEPTH_FLAG; in ReadPAMFields()
128 (info->seen_flags & DEPTH_FLAG) ? "" : " DEPTH", in ReadPAMFields()

Completed in 2 milliseconds