Searched defs:image (Results 1 - 25 of 970) sorted by relevance

1234567891011>>

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.hpp31 namespace image namespace in namespace:vkt
36 } // image
H A DvktImageCompressionTranscodingSupport.hpp31 namespace image namespace in namespace:vkt
36 } // image
H A DvktImageLoadStoreTests.hpp33 namespace image namespace in namespace:vkt
42 } // image
H A DvktImageMultisampleLoadStoreTests.hpp23 * \brief Multisampled image load/store Tests
31 namespace image namespace in namespace:vkt
36 } // image
H A DvktImageMutableTests.hpp33 namespace image namespace in namespace:vkt
38 } // image
H A DvktImageQualifiersTests.hpp31 namespace image namespace in namespace:vkt
36 } // image
H A DvktImageSizeTests.hpp31 namespace image namespace in namespace:vkt
36 } // image
H A DvktImageTests.hpp31 namespace image namespace in namespace:vkt
36 } // image
H A DvktImageTranscodingSupportTests.hpp31 namespace image namespace in namespace:vkt
36 } // image
H A DvktImageTests.cpp37 namespace image namespace in namespace:vkt
63 return createTestGroup(testCtx, "image", "Image tests", createChildren);
66 } // image
/external/elfutils/libelf/
H A Delf_memory.c41 elf_memory (char *image, size_t size) argument
43 if (image == NULL)
49 return __libelf_read_mmaped_file (-1, image, 0, size, ELF_C_READ, NULL);
/external/skia/gm/
H A Dorientation.cpp19 // EXIF tag for that image's jpg file.
24 auto image = GetResourceAsImage(path.c_str()); local
25 canvas->drawImage(image, 0, 0);
28 canvas->translate(0, image->height());
30 canvas->translate(image->width(), 0);
/external/skia/tests/
H A DInvalidIndexedPngTest.cpp31 SkBitmap image; local
35 decode_memory(gPngData, sizeof(gPngData), &image);
/external/skqp/gm/
H A Dorientation.cpp19 // EXIF tag for that image's jpg file.
24 auto image = GetResourceAsImage(path.c_str()); local
25 canvas->drawImage(image, 0, 0);
28 canvas->translate(0, image->height());
30 canvas->translate(image->width(), 0);
/external/skqp/tests/
H A DInvalidIndexedPngTest.cpp31 SkBitmap image; local
35 decode_memory(gPngData, sizeof(gPngData), &image);
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
H A Dt2.c5 efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab) argument
H A Dt4.c5 efi_main (EFI_HANDLE *image, EFI_SYSTEM_TABLE *systab) argument
H A Dt5.c5 efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab) argument
7 InitializeLib(image, systab);
9 Print(L"\n\n\nHit any key to exit this image\n");
H A Dtpause.c5 efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab) argument
H A Dt7.c5 efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab) argument
10 InitializeLib(image, systab);
14 Print(L"\n\n\nHit any key to exit this image\n");
/external/syslinux/memdisk/
H A Deltorito.c25 void eltorito_dump(uint32_t image) argument
27 printf("-- El Torito dump --\n", image);
30 struct edd4_bvd *bvd = (struct edd4_bvd *)(image + 17 * 2048);
41 (struct edd4_bootcat *)(image + bvd->boot_cat * 2048);
/external/pdfium/third_party/libopenjpeg20/
H A Dt2.h56 /** Encoding: pointer to the src image. Decoding: pointer to the dst image. */
57 opj_image_t *image; member in struct:opj_t2
58 /** pointer to the image coding parameters */
123 * @param p_image Source or destination image
/external/ImageMagick/MagickCore/
H A Dcolormap-private.h16 MagickCore image colormap methods.
21 #include "MagickCore/image.h"
29 static inline ssize_t ConstrainColormapIndex(Image *image,const ssize_t index, argument
32 if ((index < 0) || (index >= (ssize_t) image->colors))
35 "InvalidColormapIndex","`%s'",image->filename);
41 static inline void ValidateColormapValue(Image *image, argument
44 if ((index < 0) || (index >= (ssize_t) image->colors))
47 "InvalidColormapIndex","`%s'",image->filename);
H A Dmonitor-private.h21 #include "MagickCore/image.h"
27 static inline MagickBooleanType SetImageProgress(const Image *image, argument
33 if (image->progress_monitor == (MagickProgressMonitor) NULL)
36 image->filename);
37 return(image->progress_monitor(message,offset,extent,image->client_data));
H A Dmonitor.c45 #include "MagickCore/image.h"
61 % SetImageProgressMonitor() sets the image progress monitor to the specified
74 % MagickProgressMonitor SetImageProgressMonitor(Image *image,
79 % o image: the image.
82 % an image operation.
87 MagickExport MagickProgressMonitor SetImageProgressMonitor(Image *image,
93 previous_monitor=image->progress_monitor;
94 image->progress_monitor=progress_monitor;
95 image
85 SetImageProgressMonitor(Image *image, const MagickProgressMonitor progress_monitor,void *client_data) argument
[all...]

Completed in 419 milliseconds

1234567891011>>