Searched refs:color_image (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | fx.c | 874 *color_image; in ColorMatrixImage() local 910 color_image=CloneImage(image,0,0,MagickTrue,exception); in ColorMatrixImage() 911 if (color_image == (Image *) NULL) in ColorMatrixImage() 913 if (SetImageStorageClass(color_image,DirectClass,exception) == MagickFalse) in ColorMatrixImage() 915 color_image=DestroyImage(color_image); in ColorMatrixImage() 948 color_view=AcquireAuthenticCacheView(color_image,exception); in ColorMatrixImage() 951 magick_threads(image,color_image,image->rows,1) in ColorMatrixImage() 970 q=GetCacheViewAuthenticPixels(color_view,0,y,color_image->columns,1, in ColorMatrixImage() 1010 SetPixelViaPixelInfo(color_image,&pixel,q); in ColorMatrixImage() 1012 q+=GetPixelChannels(color_image); in ColorMatrixImage() [all …]
|
/external/ImageMagick/coders/ |
D | png.c | 4110 *color_image, in ReadOneJNGImage() local 4167 color_image=(Image *) NULL; in ReadOneJNGImage() 4324 color_image=AcquireImage(color_image_info,exception); in ReadOneJNGImage() 4326 if (color_image == (Image *) NULL) in ReadOneJNGImage() 4333 (void) AcquireUniqueFilename(color_image->filename); in ReadOneJNGImage() 4334 status=OpenBlob(color_image_info,color_image,WriteBinaryBlobMode, in ReadOneJNGImage() 4406 (void) WriteBlob(color_image,length,chunk); in ReadOneJNGImage() 4623 assert(color_image == (Image *) NULL); in ReadOneJNGImage() 4628 if (color_image == (Image *) NULL) in ReadOneJNGImage() 4634 (void) SeekBlob(color_image,0,SEEK_SET); in ReadOneJNGImage() [all …]
|
/external/ImageMagick/MagickWand/ |
D | magick-image.c | 1625 *color_image; in MagickColorMatrixImage() local 1635 color_image=ColorMatrixImage(wand->images,color_matrix,wand->exception); in MagickColorMatrixImage() 1636 if (color_image == (Image *) NULL) in MagickColorMatrixImage() 1638 ReplaceImageInList(&wand->images,color_image); in MagickColorMatrixImage()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 14820 vk_testing::Image color_image; in TEST_F() local 14821 color_image.init(*m_device, (const VkImageCreateInfo &)image_create_info, reqs); in TEST_F() 14861 vkCmdClearDepthStencilImage(m_commandBuffer->GetBufferHandle(), color_image.handle(), in TEST_F()
|