/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageAtomicOperationTests.hpp | 31 namespace image namespace in namespace:vkt 36 } // image
|
H A D | vktImageLoadStoreTests.hpp | 33 namespace image namespace in namespace:vkt 42 } // image
|
H A D | vktImageQualifiersTests.hpp | 31 namespace image namespace in namespace:vkt 36 } // image
|
H A D | vktImageSizeTests.hpp | 31 namespace image namespace in namespace:vkt 36 } // image
|
H A D | vktImageTests.hpp | 31 namespace image namespace in namespace:vkt 36 } // image
|
H A D | vktImageTests.cpp | 33 namespace image namespace in namespace:vkt 55 return createTestGroup(testCtx, "image", "Image tests", createChildren); 58 } // image
|
/external/elfutils/libelf/ |
H A D | elf_memory.c | 41 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/tests/ |
H A D | InvalidIndexedPngTest.cpp | 31 SkBitmap image; local 35 decode_memory(gPngData, sizeof(gPngData), &image);
|
H A D | IndexedPngOverflowTest.cpp | 15 // A 20x1 image with 8 bits per pixel and a palette size of 2. Pixel values are 255, 254... Run 32 SkBitmap image; local 33 bool success = decode_memory(gPng, sizeof(gPng), &image); 39 canvas->drawBitmapRect(image, destRect, nullptr);
|
/external/pdfium/third_party/libopenjpeg20/ |
H A D | t2.h | 55 /** Encoding: pointer to the src image. Decoding: pointer to the dst image. */ 56 opj_image_t *image; member in struct:opj_t2 57 /** pointer to the image coding parameters */ 117 * @param p_image Source or destination image
|
/external/ImageMagick/MagickCore/ |
H A D | colormap-private.h | 16 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 D | monitor-private.h | 21 #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 D | monitor.c | 45 #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...] |
H A D | prepress.c | 47 #include "MagickCore/image.h" 72 % GetImageTotalInkDensity() returns the total ink density for a CMYK image. 74 % darkest shadow area in an image. 78 % double GetImageTotalInkDensity(const Image *image, 83 % o image: the image. 88 MagickExport double GetImageTotalInkDensity(Image *image, 103 assert(image != (Image *) NULL); 104 if (image->debug != MagickFalse) 106 assert(image 86 GetImageTotalInkDensity(Image *image, ExceptionInfo *exception) argument [all...] |
H A D | resample-private.h | 16 MagickCore image resampling private methods. 42 const Image *image,const VirtualPixelMethod method, 62 filter[i]=AcquireResampleFilter(image,exception); 41 AcquireResampleFilterThreadSet( const Image *image,const VirtualPixelMethod method, const MagickBooleanType interpolate,ExceptionInfo *exception) argument
|
/external/libpcap/ |
H A D | bpf_image.c | 56 static char image[256]; local 311 (void)snprintf(image, sizeof image, 315 (void)snprintf(image, sizeof image, 319 return image;
|
/external/libpng/contrib/examples/ |
H A D | pngtopng.c | 32 png_image image; local 34 /* Only the image structure version number needs to be set. */ 35 memset(&image, 0, sizeof image); 36 image.version = PNG_IMAGE_VERSION; 38 if (png_image_begin_read_from_file(&image, argv[1])) 45 image.format = PNG_FORMAT_RGBA; 47 buffer = malloc(PNG_IMAGE_SIZE(image)); 51 if (png_image_finish_read(&image, NULL/*background*/, buffer, 54 if (png_image_write_to_file(&image, arg [all...] |
/external/pdfium/core/src/fxcodec/jbig2/ |
H A D | JBig2_SymbolDict.cpp | 22 CJBig2_Image* image = src->m_SDEXSYMS.get(i); local 23 dst->m_SDEXSYMS.push_back(image ? new CJBig2_Image(*image) : nullptr);
|
/external/skia/src/animator/ |
H A D | SkDrawShader.h | 23 SkBaseBitmap* image; member in class:SkDrawBitmapShader
|
/external/chromium-trace/catapult/third_party/flot/ |
H A D | jquery.flot.image.js | 6 The data syntax is [ [ image, x1, y1, x2, y2 ], ... ] where (x1, y1) and 7 (x2, y2) are where you intend the two opposite corners of the image to end up 8 in the plot. Image must be a fully loaded Javascript image (you can make one 9 with new Image()). If the image is not complete, it's skipped when plotting. 16 Then call $.plot.image.loadData( data, options, callback ) where data and 22 A more low-level helper, $.plot.image.load(urls, callback) is also included. 46 Setting "anchor" to "center" causes the pixels in the image to be anchored at 66 $.plot.image = {}; 68 $.plot.image.loadDataImages = function (series, options, callback) { 88 $.plot.image [all...] |
H A D | jquery.flot.image.min.js | 7 (function($){var options={series:{images:{show:false,alpha:1,anchor:"corner"}}};$.plot.image={};$.plot.image.loadDataImages=function(series,options,callback){var urls=[],points=[];var defaultShow=options.series.images.show;$.each(series,function(i,s){if(!(defaultShow||s.images.show))return;if(s.data)s=s.data;$.each(s,function(i,p){if(typeof p[0]=="string"){urls.push(p[0]);points.push(p)}})});$.plot.image.load(urls,function(loadedImages){$.each(points,function(i,p){var url=p[0];if(loadedImages[url])p[0]=loadedImages[url]});callback()})};$.plot.image.load=function(urls,callback){var missing=urls.length,loaded={};if(missing==0)callback({});$.each(urls,function(i,url){var handler=function(){--missing;loaded[url]=this;if(missing==0)callback(loaded)};$("<img />").load(handler).error(handler).attr("src",url)})};function drawSeries(plot,ctx,series){var plotOffset=plot.getPlotOffset();if(!series.images||!series.images.show)return;var points=series.datapoints.points,ps=series.datapoints.pointsize;for(var i=0;i<points.length;i+=ps){var img=points[i],x1=points[i+1],y1=points[i+2],x2=points[i+3],y2=points[i+4],xaxis=series.xaxis,yaxis=series.yaxis,tmp;if(!img||img.width<=0||img.height<=0)continue;if(x1>x2){tmp=x2;x2=x1;x1=tmp}if(y1>y2){tmp=y2;y2=y1;y1=tmp}if(series.images.anchor=="center"){tmp=.5*(x2-x1)/(img.width-1);x1-=tmp;x2+=tmp;tmp=.5*(y2-y1)/(img.height-1);y1-=tmp;y2+=tmp}if(x1==x2||y1==y2||x1>=xaxis.max||x2<=xaxis.min||y1>=yaxis.max||y2<=yaxis.min)continue;var sx1=0,sy1=0,sx2=img.width,sy2=img.height;if(x1<xaxis.min){sx1+=(sx2-sx1)*(xaxis.min-x1)/(x2-x1);x1=xaxis.min}if(x2>xaxis.max){sx2+=(sx2-sx1)*(xaxis.max-x2)/(x2-x1);x2=xaxis.max}if(y1<yaxis.min){sy2+=(sy1-sy2)*(yaxis.min-y1)/(y2-y1);y1=yaxis.min}if(y2>yaxis.max){sy1+=(sy1-sy2)*(yaxis.max-y2)/(y2-y1);y2=yaxis.max}x1=xaxis.p2c(x1);x2=xaxis.p2c(x2);y1=yaxis.p2c(y1);y2=yaxis.p2c(y2);if(x1>x2){tmp=x2;x2=x1;x1=tmp}if(y1>y2){tmp=y2;y2=y1;y1=tmp}tmp=ctx.globalAlpha;ctx.globalAlpha*=series.images.alpha;ctx.drawImage(img,sx1,sy1,sx2-sx1,sy2-sy1,x1+plotOffset.left,y1+plotOffset.top,x2-x1,y2-y1);ctx.globalAlpha=tmp}}function processRawData(plot,series,data,datapoints){if(!series.images.show)return;datapoints.format=[{required:true},{x:true,number:true,required:true},{y:true,number:true,required:true},{x:true,number:true,required:true},{y:true,number:true,required:true}]}function init(plot){plot.hooks.processRawData.push(processRawData);plot.hooks.drawSeries.push(drawSeries)}$.plot.plugins.push({init:init,options:options,name:"image",version:"1.1"})})(jQuery)
|
/external/ImageMagick/Magick++/tests/ |
H A D | colorHistogram.cpp | 41 // Read image 42 Image image; local 43 image.read( srcdir + "test_image.miff" ); 52 colorHistogram( &histogram, image ); 63 cout << "Histogram for file \"" << image.fileName() << "\"" << endl
|
/external/ImageMagick/coders/ |
H A D | fd.c | 50 #include "MagickCore/image.h" 51 #include "MagickCore/image-private.h" 75 % ReadFDImage retrieves an image via a file descriptor, decodes the image, 77 % structure and returns a pointer to the new image. 85 % o image_info: the image info. 93 *image; 99 Open image file. 119 image=ReadImage(read_info,exception); 122 if (image 91 *image; local [all...] |
H A D | mpr.c | 75 % ReadMPRImage() reads a Magick Persistent Registry image as a blob from 77 % returns a pointer to the new image. 86 % o image_info: the image info. 94 *image; 103 image=(Image *) GetImageRegistry(ImageRegistryType,image_info->filename, 105 if (image != (Image *) NULL) 106 (void) SyncImageSettings(image_info,image,exception); 107 return(image); 122 % RegisterMPRImage() adds attributes for the MPR image format to 123 % the list of supported formats. The attributes include the image forma 91 *image; local 206 WriteMPRImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument [all...] |
H A D | tile.c | 49 #include "MagickCore/image.h" 50 #include "MagickCore/image-private.h" 73 % ReadTILEImage tiles a texture on an image. It allocates the 75 % new image. 84 % o image_info: the image info. 93 *image, 119 image=AcquireImage(image_info,exception); 120 if ((image->columns == 0) || (image->rows == 0)) 124 status=SetImageExtent(image,imag 91 *image, local [all...] |