Home
last modified time | relevance | path

Searched refs:color_image (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/coders/
Dpng.c4412 DestroyJNG(unsigned char *chunk,Image **color_image, in DestroyJNG() argument
4427 if (color_image && *color_image) in DestroyJNG()
4429 DestroyImage(*color_image); in DestroyJNG()
4430 *color_image = (Image *)NULL; in DestroyJNG()
4443 *color_image, in ReadOneJNGImage() local
4500 color_image=(Image *) NULL; in ReadOneJNGImage()
4565 DestroyJNG(NULL,&color_image,&color_image_info, in ReadOneJNGImage()
4571 DestroyJNG(NULL,&color_image,&color_image_info, in ReadOneJNGImage()
4586 DestroyJNG(NULL,&color_image,&color_image_info, in ReadOneJNGImage()
4617 DestroyJNG(chunk,&color_image,&color_image_info, in ReadOneJNGImage()
[all …]
/external/ImageMagick/MagickCore/
Dfx.c871 *color_image; in ColorMatrixImage() local
907 color_image=CloneImage(image,0,0,MagickTrue,exception); in ColorMatrixImage()
908 if (color_image == (Image *) NULL) in ColorMatrixImage()
910 if (SetImageStorageClass(color_image,DirectClass,exception) == MagickFalse) in ColorMatrixImage()
912 color_image=DestroyImage(color_image); in ColorMatrixImage()
945 color_view=AcquireAuthenticCacheView(color_image,exception); in ColorMatrixImage()
948 magick_number_threads(image,color_image,image->rows,1) in ColorMatrixImage()
967 q=GetCacheViewAuthenticPixels(color_view,0,y,color_image->columns,1, in ColorMatrixImage()
1007 SetPixelViaPixelInfo(color_image,&pixel,q); in ColorMatrixImage()
1009 q+=GetPixelChannels(color_image); in ColorMatrixImage()
[all …]
/external/ImageMagick/MagickWand/
Dmagick-image.c1675 *color_image; in MagickColorMatrixImage() local
1685 color_image=ColorMatrixImage(wand->images,color_matrix,wand->exception); in MagickColorMatrixImage()
1686 if (color_image == (Image *) NULL) in MagickColorMatrixImage()
1688 ReplaceImageInList(&wand->images,color_image); in MagickColorMatrixImage()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp26208 VkImageObj color_image(m_device), ds_image(m_device), depth_image(m_device); in TEST_F() local
26209color_image.Init(128, 128, 1, VK_FORMAT_R32_SFLOAT, VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USA… in TEST_F()
26214 ASSERT_TRUE(color_image.initialized()); in TEST_F()
26258 …vkCmdCopyImage(m_commandBuffer->handle(), color_image.handle(), VK_IMAGE_LAYOUT_GENERAL, color_ima… in TEST_F()
26268 …vkCmdCopyImage(m_commandBuffer->handle(), color_image.handle(), VK_IMAGE_LAYOUT_GENERAL, color_ima… in TEST_F()
26278 …vkCmdCopyImage(m_commandBuffer->handle(), color_image.handle(), VK_IMAGE_LAYOUT_GENERAL, color_ima… in TEST_F()
26287 …vkCmdCopyImage(m_commandBuffer->handle(), color_image.handle(), VK_IMAGE_LAYOUT_GENERAL, color_ima… in TEST_F()
26298 …vkCmdCopyImage(m_commandBuffer->handle(), color_image.handle(), VK_IMAGE_LAYOUT_GENERAL, depth_ima… in TEST_F()
26308 …vkCmdCopyImage(m_commandBuffer->handle(), color_image.handle(), VK_IMAGE_LAYOUT_GENERAL, depth_ima… in TEST_F()
26969 vk_testing::Image color_image; in TEST_F() local
[all …]