Searched refs:from_array (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | 2007-04-05-PackedBitFieldsOverlap-2.cpp | 11 unsigned long from_array : 1; member
|
/external/chromium-trace/catapult/telemetry/third_party/png/ |
D | png.py | 1073 def from_array(a, mode=None, info={}): function 1267 fromarray = from_array 2857 img = from_array([[0, 0x33, 0x66], [0xff, 0xcc, 0x99]], 'L') 2860 img = from_array(group(range(2**16), 256), 'L;16') 2863 img = from_array([[0,0,0, 0,0,1, 0,1,0, 0,1,1], 2872 img = from_array(i, 'RGB;5', dict(height=20)) 2924 img = from_array(pixels, 'L')
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | _bitmap.py | 207 diff_img = png.from_array(diff, mode='RGB')
|