Searched refs:topngbytes (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/png/ |
D | png.py | 2437 def topngbytes(name, rows, x, y, **k): function 2634 pngi = topngbytes('adam7wn'+name+'.png', pixels, 2642 pngs = topngbytes('adam7wi'+name+'.png', pixels, 2686 bytes = topngbytes('la4.png', [[5, 12]], 1, 1, 2889 b = topngbytes('numpyuint16.png', rows, 4, 1, 2901 b = topngbytes('numpyuint8.png', rows, 4, 1, 2913 b = topngbytes('numpybool.png', rows, 2, 1,
|