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

/external/python/cpython2/Lib/test/
H A Dtest_imgfile.py1 """Simple test script for imgfile.c
7 imgfile = import_module('imgfile', deprecated=True) variable
12 """Run through the imgfile's battery of possible methods
26 sizes = imgfile.getsizes(name)
27 except imgfile.error:
37 sizes = imgfile.getsizes(name)
45 image = imgfile.read(name)
54 imgfile.write (outputfile, image, sizes[0], sizes[1], sizes[2])
73 simage = imgfile
[all...]
H A Dtest_imageop.py2 effect of partially testing the imgfile module as well.
73 import imgfile namespace
181 image (in 'imgfile' format) width and height
183 import imgfile namespace
185 sizes = imgfile.getsizes(name)
186 except imgfile.error:
188 sizes = imgfile.getsizes(name)
190 print 'imgfile opening test image: %s, sizes: %s' % (name, str(sizes))
192 image = imgfile.read(name)
/external/vboot_reference/utility/
H A Dbmpblk_font.c168 char *imgfile = argv[optind+i]; local
174 s = strrchr(imgfile, '_');
176 error("Unable to parse the character from filename %s\n", imgfile);
180 imgdata = read_entire_file(imgfile, &imgsize);
185 error("%s does not contain a valid BMP image\n", imgfile);
201 printf("%s => 0x%x %dx%d\n", imgfile, entry.ascii,
/external/python/cpython2/PC/os2vacpp/
H A Dmakefile.omk176 # imgfile.c -- Wrapper of SGI ImageLib API
578 imgfile.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
H A Dmakefile743 imgfile.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \

Completed in 1777 milliseconds