Home
last modified time | relevance | path

Searched refs:read_pnm_header (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/png/
Dpng.py3598 def read_pnm_header(infile, supported=('P5','P6')): function
3810 read_pnm_header(infile, ('P5','P6','P7'))
3839 read_pnm_header(pgmfile, 'P5')