Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/imageio/
H A Dpnmdec.c24 WIDTH_FLAG = 1 << 0, enumerator
29 ALL_NEEDED_FLAGS = WIDTH_FLAG | HEIGHT_FLAG | DEPTH_FLAG | MAXVAL_FLAG
83 if (info->seen_flags & WIDTH_FLAG) return FlagError("WIDTH"); in ReadPAMFields()
84 info->seen_flags |= WIDTH_FLAG; in ReadPAMFields()
126 (info->seen_flags & WIDTH_FLAG) ? "" : " WIDTH", in ReadPAMFields()

Completed in 1 milliseconds