HomeSort by relevance Sort by last modified time
    Searched refs:image (Results 26 - 50 of 3785) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ImageMagick/coders/
avs.c 13 % Read/Write AVS X Image Format %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
69 WriteAVSImage(const ImageInfo *,Image *,ExceptionInfo *);
83 % ReadAVSImage() reads an AVS X image file and returns it. It
84 % allocates the memory necessary for the new Image structure and returns a
85 % pointer to the new image.
89 % Image *ReadAVSImage(const ImageInfo *image_info,ExceptionInfo *exception)
93 % o image_info: the image info.
98 static Image *ReadAVSImage(const ImageInfo *image_info,ExceptionInfo *exception local
    [all...]
ipl.c 17 % Read/Write Scanalytics IPLab Image Format %
52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
85 WriteIPLImage(const ImageInfo *,Image *,ExceptionInfo *);
110 % IsIPL() returns MagickTrue if the image format type, identified by the
119 % o magick: compare image format pattern against these bytes.
144 % ReadIPLImage() reads a Scanalytics IPLab image file and returns it. It
145 % allocates the memory necessary for the new Image structure and returns a
146 % pointer to the new image.
149 % { t, z, c, y, x }. When we return the image, the latter three are folde
181 Image *image; local
    [all...]
mpc.c 13 % Read/Write Magick Persistant Cache Image Format %
57 #include "MagickCore/image.h"
58 #include "MagickCore/image-private.h"
82 WriteMPCImage(const ImageInfo *,Image *,ExceptionInfo *);
96 % IsMPC() returns MagickTrue if the image format type, identified by the
97 % magick string, is an Magick Persistent Cache image.
105 % o magick: compare image format pattern against these bytes.
131 % ReadMPCImage() reads an Magick Persistent Cache image file and returns
132 % it. It allocates the memory necessary for the new Image structure and
133 % returns a pointer to the new image
159 *image; local
    [all...]
tim.c 13 % Read PSX TIM Image Format %
50 #include "MagickCore/image.h"
51 #include "MagickCore/image-private.h"
75 % ReadTIMImage() reads a PSX TIM image file and returns it. It
76 % allocates the memory necessary for the new Image structure and returns a
77 % pointer to the new image.
83 % Image *ReadTIMImage(const ImageInfo *image_info,ExceptionInfo *exception)
87 % o image_info: the image info.
92 static Image *ReadTIMImage(const ImageInfo *image_info,ExceptionInfo *exception)
104 Image
103 *image; local
    [all...]
mtv.c 13 % Read/Write MTV Raytracer Image Format %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
69 WriteMTVImage(const ImageInfo *,Image *,ExceptionInfo *);
83 % ReadMTVImage() reads a MTV image file and returns it. It allocates
84 % the memory necessary for the new Image structure and returns a pointer to
85 % the new image.
89 % Image *ReadMTVImage(const ImageInfo *image_info,ExceptionInfo *exception)
93 % o image_info: the image info.
98 static Image *ReadMTVImage(const ImageInfo *image_info,ExceptionInfo *exception
101 *image; local
    [all...]
otb.c 13 % Read/Write On-The-Air Image Format %
52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
70 WriteOTBImage(const ImageInfo *,Image *,ExceptionInfo *);
85 % allocates the memory necessary for the new Image structure and returns a
86 % pointer to the new image.
90 % Image *ReadOTBImage(const ImageInfo *image_info,ExceptionInfo *exception)
94 % o image_info: the image info.
100 static Image *ReadOTBImage(const ImageInfo *image_info,ExceptionInfo *exception)
104 Image
103 *image; local
    [all...]
  /prebuilts/go/darwin-x86/src/image/draw/
clip_test.go 8 "image"
14 r, dr, sr, mr image.Rectangle
15 sp, mp image.Point
17 r0 image.Rectangle
18 sp0, mp0 image.Point
25 image.Rect(0, 0, 100, 100),
26 image.Rect(0, 0, 100, 100),
27 image.Rect(0, 0, 100, 100),
28 image.ZR,
29 image.ZP
    [all...]
  /prebuilts/go/linux-x86/src/image/draw/
clip_test.go 8 "image"
14 r, dr, sr, mr image.Rectangle
15 sp, mp image.Point
17 r0 image.Rectangle
18 sp0, mp0 image.Point
25 image.Rect(0, 0, 100, 100),
26 image.Rect(0, 0, 100, 100),
27 image.Rect(0, 0, 100, 100),
28 image.ZR,
29 image.ZP
    [all...]
  /external/ImageMagick/PerlMagick/t/ps/
read.t 10 use Image::Magick;
20 $image=Image::Magick->new;
21 $x=$image->ReadImage('input.ps');
28 undef $image;
35 $image=Image::Magick->new;
36 $x=$image->ReadImage('input.eps');
43 undef $image;
51 $image=Image::Magick->new
    [all...]
  /external/syslinux/gpxe/src/arch/i386/image/
comboot.c 22 * SYSLINUX COMBOOT (16-bit) image format
38 #include <gpxe/image.h>
51 /** INT 20 instruction, executed if COMBOOT image returns with RET */
68 * @v image COMBOOT image
70 static void comboot_copy_cmdline ( struct image * image, userptr_t seg_userptr ) {
71 const char *cmdline = ( image->cmdline ? image->cmdline : "" );
101 * @v image COMBOOT imag
    [all...]
com32.c 22 * SYSLINUX COM32 image format
38 #include <gpxe/image.h>
46 * Execute COMBOOT image
48 * @v image COM32 image
51 static int com32_exec ( struct image *image ) {
65 /* Find end of block covering COM32 image loading area */
68 (memmap.regions[i].end > COM32_START_PHYS + image->len) ) {
74 DBGC ( image, "COM32 %p: available memory top = 0x%x\n"
    [all...]
  /external/skia/gm/
grayscalejpg.cpp 18 sk_sp<SkImage> image(GetResourceAsImage(kResource));
19 if (image) {
20 canvas->drawImage(image, 0.0f, 0.0f);
  /external/skqp/gm/
grayscalejpg.cpp 18 sk_sp<SkImage> image(GetResourceAsImage(kResource));
19 if (image) {
20 canvas->drawImage(image, 0.0f, 0.0f);
  /external/ImageMagick/PerlMagick/demo/
shapes.pl 4 use Image::Magick;
9 $image=Image::Magick->new;
10 $image->Set(size=>'300x300');
11 $image->Read('xc:white');
15 $tile=Image::Magick->new;
17 $image->Draw(primitive=>'Polygon',tile=>$tile,fill=>'none',
19 $image->Draw(stroke=>'red',primitive=>'Ellipse',stroke=>'black',fill=>'red',
21 $image->Draw(primitive=>'Polygon',fill=>'none',stroke=>'black',strokewidth=>5,
23 $image->FloodfillPaint(geometry=>'+132+62',fill=>'blue',bordercolor=>'black'
    [all...]
  /art/test/1938-transform-abstract-single-impl/
run 17 ./default-run "$@" --jvmti --no-app-image
  /art/test/1950-unprepared-transform/
run 17 ./default-run "$@" --jvmti --no-app-image
  /art/test/669-moveable-string-class-equals/
run 17 # Run without image, so that String.class is moveable.
19 ${RUN} --no-image --runtime-option -Xmx16m "$@"
  /art/test/912-classes/
run 22 --no-app-image
  /art/test/929-search/
run 21 --no-app-image
  /art/test/931-agent-thread/
run 21 --no-app-image
  /art/test/933-misc-events/
run 21 --no-app-image
  /art/test/934-load-transform/
run 17 ./default-run "$@" --jvmti --no-app-image
  /art/test/935-non-retransformable/
run 17 ./default-run "$@" --jvmti --no-app-image
  /art/test/936-search-onload/
run 21 --no-app-image
  /art/test/938-load-transform-bcp/
run 17 ./default-run "$@" --jvmti --no-app-image

Completed in 487 milliseconds

12 3 4 5 6 7 8 91011>>