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

/xsrc/external/mit/libXpm/dist/src/
H A Dparse.c129 Bool got_one, saw_width = False, saw_height = False; local in function:xpmParseValues
148 if (saw_width || strncmp("_width", ptr, 6)
152 saw_width = True;
187 if (!saw_width || !saw_height || !saw_ncolors || !saw_chars_per_pixel)

Completed in 2 milliseconds