HomeSort by relevance Sort by last modified time
    Searched refs:image (Results 251 - 275 of 3566) sorted by null

<<11121314151617181920>>

  /external/ImageMagick/coders/
pes.c 13 % Read/Write Brother PES Image Format %
59 #include "MagickCore/image.h"
60 #include "MagickCore/image-private.h"
376 % IsPES() returns MagickTrue if the image format type, identified by the
385 % o magick: compare image format pattern against these bytes.
411 % ReadPESImage() reads a Brother PES image file and returns it. It allocates
412 % the memory necessary for the new Image structure and returns a pointer to
413 % the new image.
417 % image=ReadPESImage(image_info)
421 % o image_info: the image info
430 *image; local
    [all...]
jpeg.c 13 % Read/Write JPEG Image Format %
63 #include "MagickCore/image.h"
64 #include "MagickCore/image-private.h"
119 Image
120 *image;
131 Image
132 *image;
149 Image
150 *image;
183 WriteJPEGImage(const ImageInfo *,Image *,ExceptionInfo *)
118 *image; member in struct:_DestinationManager
130 *image; member in struct:_ErrorManager
148 *image; member in struct:_SourceManager
317 *image; local
350 *image; local
390 *image; local
449 *image; local
543 *image; local
652 *image; local
1007 *image; local
    [all...]
xwd.c 54 #include "MagickCore/image.h"
55 #include "MagickCore/image-private.h"
82 WriteXWDImage(const ImageInfo *,Image *,ExceptionInfo *);
97 % IsXWD() returns MagickTrue if the image format type, identified by the
106 % o magick: compare image format pattern against these bytes.
138 % ReadXWDImage() reads an X Window System window dump image file and
139 % returns it. It allocates the memory necessary for the new Image structure
140 % and returns a pointer to the new image.
144 % Image *ReadXWDImage(const ImageInfo *image_info,ExceptionInfo *exception)
148 % o image_info: the image info
159 *image; local
    [all...]
histogram.c 13 % Write A Histogram Image. %
55 #include "MagickCore/image-private.h"
77 WriteHISTOGRAMImage(const ImageInfo *,Image *,ExceptionInfo *);
91 % RegisterHISTOGRAMImage() adds attributes for the Histogram image format
92 % to the list of supported formats. The attributes include the image format
108 entry=AcquireMagickInfo("HISTOGRAM","HISTOGRAM","Histogram of the image");
153 % WriteHISTOGRAMImage() writes an image to a file in Histogram format.
154 % The image shows a histogram of the color (or gray) values in the image. The
155 % image consists of three overlaid histograms: a red one for the red channel
    [all...]
ttf.c 49 #include "MagickCore/image.h"
50 #include "MagickCore/image-private.h"
81 % IsPFA()() returns MagickTrue if the image format type, identified by the
90 % o magick: compare image format pattern against these bytes.
117 % IsTTF()() returns MagickTrue if the image format type, identified by the
126 % o magick: compare image format pattern against these bytes.
157 % allocates the memory necessary for the new Image structure and returns a
158 % pointer to the new image.
162 % Image *ReadTTFImage(const ImageInfo *image_info,ExceptionInfo *exception)
166 % o image_info: the image info
186 *image; local
    [all...]
  /external/autotest/client/cros/chameleon/
screen_capture.py 9 from PIL import Image
46 @return An Image object.
49 image = self._chameleon_port.capture_screen()
52 pmin, pmax = image_generator.ImageGenerator.get_extrema(image)
55 image = Image.eval(image, _unlevel)
56 return image
75 @return An Image object.
78 image = self._chameleon_port.capture_screen(
    [all...]
  /external/syslinux/gpxe/src/core/
downloader.c 29 #include <gpxe/image.h>
34 * Image downloader
48 /** Image to contain downloaded file */
49 struct image *image; member in struct:downloader
50 /** Current position within image buffer */
52 /** Image registration routine */
53 int ( * register_image ) ( struct image *image );
65 image_put ( downloader->image );
    [all...]
  /external/ImageMagick/MagickCore/
constitute.c 13 % MagickCore Methods to Consitute an Image %
57 #include "MagickCore/image-private.h"
96 % ConstituteImage() returns an image from the pixel data you supply.
100 % create a 640x480 image from unsigned red-green-blue character data, use:
102 % image = ConstituteImage(640,480,"RGB",CharPixel,pixels,&exception);
106 % Image *ConstituteImage(const size_t columns,const size_t rows,
112 % o columns: width in pixels of the image.
114 % o rows: height in pixels of the image.
134 MagickExport Image *ConstituteImage(const size_t columns,const size_t rows,
138 Image
137 *image; local
200 magick_unreferenced(image); variable
213 *image; local
271 *image, local
381 *image, local
794 *image, local
890 *image; local
    [all...]
  /system/extras/verity/
BootSignature.java 77 * Initializes the object for signing an image file
79 * @param length Length of the image, included in the signed data
88 * Initializes the object for verifying a signed image file
155 public byte[] generateSignableImage(byte[] image) throws IOException {
157 byte[] signable = Arrays.copyOf(image, image.length + attrs.length);
159 signable[i+image.length] = attrs[i];
164 public byte[] sign(byte[] image, PrivateKey key) throws Exception {
165 byte[] signable = generateSignableImage(image);
169 public boolean verify(byte[] image) throws Exception
195 ByteBuffer image = ByteBuffer.wrap(data); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 250 __DRIimage *image; local
252 image = CALLOC(sizeof *image);
253 if (image == NULL)
256 image->dri_format = dri_format;
257 image->offset = 0;
261 image->format = MESA_FORMAT_RGB565;
264 image->format = MESA_FORMAT_XRGB8888;
267 image->format = MESA_FORMAT_ARGB8888;
270 image->format = MESA_FORMAT_RGBA8888_REV
301 __DRIimage *image; local
324 __DRIimage *image; local
384 __DRIimage *image; local
442 __DRIimage *image; local
486 __DRIimage *image; local
525 __DRIimage *image; local
    [all...]
  /external/skia/gm/
repeated_bitmap.cpp 13 static void draw_rotated_image(SkCanvas* canvas, const SkImage* image) {
16 if (!image) {
22 SkScalar scale = SkTMin(128.0f / image->width(),
23 128.0f / image->height());
24 SkScalar point[2] = {-0.5f * image->width(), -0.5f * image->height()};
32 canvas->drawImage(image, point[0], point[1]);
  /packages/apps/Camera2/src/com/android/camera/burst/
RingBuffer.java 49 * Insert an image in the ring buffer, evicting any frames if necessary.
51 * @param image the image to be inserted.
53 public synchronized void insertImage(T image) {
54 long timestamp = image.getTimestamp();
56 image.close();
59 // Add image to ring buffer so it can be closed in case eviction
61 addImage(image);
98 private synchronized void addImage(T image) {
99 mImages.put(image.getTimestamp(), image) local
    [all...]
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImageList.java 36 public int getImageIndex(IImage image) {
37 return mList.indexOf(image);
44 public boolean removeImage(IImage image) {
45 return mList.remove(image);
52 public void addImage(MockImage image) {
53 mList.add(image);
54 image.setContainer(this);
  /cts/apps/CameraITS/tests/scene1/
test_jpeg.py 15 import its.image
42 img = its.image.convert_capture_to_rgb_image(cap)
43 its.image.write_image(img, "%s_fmt=yuv.jpg" % (NAME))
44 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
45 rgb0 = its.image.compute_image_means(tile)
51 img = its.image.decompress_jpeg_to_rgb_image(cap["data"])
52 its.image.write_image(img, "%s_fmt=jpg.jpg" % (NAME))
53 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
54 rgb1 = its.image.compute_image_means(tile)
test_yuv_plus_jpeg.py 15 import its.image
42 # should look the same (once converted by the its.image module).
48 img = its.image.convert_capture_to_rgb_image(cap_yuv, True)
49 its.image.write_image(img, "%s_yuv.jpg" % (NAME))
50 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
51 rgb0 = its.image.compute_image_means(tile)
53 img = its.image.convert_capture_to_rgb_image(cap_jpeg, True)
54 its.image.write_image(img, "%s_jpeg.jpg" % (NAME))
55 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
56 rgb1 = its.image.compute_image_means(tile
    [all...]
test_yuv_plus_raw.py 15 import its.image
37 # should look the same (once converted by the its.image module).
49 img = its.image.convert_capture_to_rgb_image(cap_yuv)
50 its.image.write_image(img, "%s_yuv.jpg" % (NAME), True)
51 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
52 rgb0 = its.image.compute_image_means(tile)
56 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
57 its.image.write_image(img, "%s_raw.jpg" % (NAME), True)
58 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
59 rgb1 = its.image.compute_image_means(tile
    [all...]
test_yuv_plus_raw10.py 15 import its.image
37 # should look the same (once converted by the its.image module).
49 img = its.image.convert_capture_to_rgb_image(cap_yuv)
50 its.image.write_image(img, "%s_yuv.jpg" % (NAME), True)
51 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
52 rgb0 = its.image.compute_image_means(tile)
56 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
57 its.image.write_image(img, "%s_raw.jpg" % (NAME), True)
58 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
59 rgb1 = its.image.compute_image_means(tile
    [all...]
test_yuv_plus_raw12.py 15 import its.image
37 # should look the same (once converted by the its.image module).
49 img = its.image.convert_capture_to_rgb_image(cap_yuv)
50 its.image.write_image(img, "%s_yuv.jpg" % (NAME), True)
51 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
52 rgb0 = its.image.compute_image_means(tile)
56 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
57 its.image.write_image(img, "%s_raw.jpg" % (NAME), True)
58 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
59 rgb1 = its.image.compute_image_means(tile
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /cts/apps/CameraITS/tests/inprog/
test_test_patterns.py 15 import its.image
36 img = its.image.convert_capture_to_rgb_image(caps[1])
37 its.image.write_image(img, "%s_pattern=%d.jpg" % (NAME, i))
  /cts/apps/CameraITS/tools/
convert_yuv_to_jpg.py 15 import its.image
23 w: The width of the image.
24 h: The height of the image.
32 img = its.image.load_yuv420_to_rgb_image(fname, w,h, layout=layout)
33 its.image.write_image(img, fname.replace(".yuv",".jpg"), False)
  /external/ImageMagick/PerlMagick/demo/
annotate_words.pl 18 use Image::Magick;
20 my $image = Image::Magick->new;
21 $image->Set(size=>'500x200');
22 my $rc = $image->Read("xc:white");
32 $image->Annotate(
45 $image->QueryFontMetrics(
68 $image->Write("show:");
  /external/libvncserver/webclients/novnc/include/
blue.css 11 background-image: -webkit-gradient(
18 background-image: -moz-linear-gradient(
26 background-image: -webkit-gradient(
33 background-image: -moz-linear-gradient(
41 background-image: -webkit-gradient(
48 background-image: -moz-linear-gradient(
  /external/skia/src/utils/
SkBitmapSourceDeserializer.cpp 26 sk_sp<SkImage> image = buffer.readBitmapAsImage(); local
27 if (image) {
28 return SkImageSource::Make(std::move(image), src, dst, filterQuality);
  /external/vboot_reference/scripts/image_signing/
strip_boot_from_image.sh 7 # Script to remove /boot directory from an image.
15 DEFINE_string image "chromiumos_image.bin" \
16 "Input file name of Chrome OS image to strip /boot from."
26 die "Error: need a valid file by --image"
43 local image=$1
45 # Mount image so we can modify it.
47 mount_image_partition ${image} 3 ${rootfs_dir}
54 # done when the image was built, but needs to be repeated now that we've
60 IMAGE=$(readlink -f "${FLAGS_image}")
61 if [[ -z "${IMAGE}" || ! -f "${IMAGE}" ]]; the
    [all...]

Completed in 363 milliseconds

<<11121314151617181920>>