Home
last modified time | relevance | path

Searched refs:sparse_image (Results 1 – 5 of 5) sorted by relevance

/external/avb/test/
Davbtool_unittest.cc55 void AddHashFooterTest(bool sparse_image);
56 void AddHashtreeFooterTest(bool sparse_image);
57 void AddHashtreeFooterFECTest(bool sparse_image);
387 const bool sparse_image, const uint64_t partition_size) { in AddHashFooterGetExpectedVBMetaInfo() argument
414 sparse_image ? " (Sparse)" : ""); in AddHashFooterGetExpectedVBMetaInfo()
417 void AvbToolTest::AddHashFooterTest(bool sparse_image) { in AddHashFooterTest() argument
443 if (sparse_image) { in AddHashFooterTest()
469 ASSERT_EQ(AddHashFooterGetExpectedVBMetaInfo(sparse_image, partition_size), in AddHashFooterTest()
509 AddHashFooterGetExpectedVBMetaInfo(sparse_image, resized_partition_size), in AddHashFooterTest()
512 if (sparse_image) { in AddHashFooterTest()
[all …]
/external/ImageMagick/MagickCore/
Ddistort.c2894 *sparse_image; in SparseColorImage() local
3015 sparse_image=CloneImage(image,0,0,MagickTrue,exception); in SparseColorImage()
3016 if (sparse_image == (Image *) NULL) in SparseColorImage()
3018 if (SetImageStorageClass(sparse_image,DirectClass,exception) == MagickFalse) in SparseColorImage()
3020 sparse_image=DestroyImage(sparse_image); in SparseColorImage()
3038 sparse_view=AcquireAuthenticCacheView(sparse_image,exception); in SparseColorImage()
3041 magick_threads(image,sparse_image,sparse_image->rows,1) in SparseColorImage()
3043 for (j=0; j < (ssize_t) sparse_image->rows; j++) in SparseColorImage()
3057 q=GetCacheViewAuthenticPixels(sparse_view,0,j,sparse_image->columns, in SparseColorImage()
3064 GetPixelInfo(sparse_image,&pixel); in SparseColorImage()
[all …]
/external/ImageMagick/MagickWand/
Doperation.c190 *sparse_image; in SparseColorOption() local
369 sparse_image=SparseColorImage(image,method,number_arguments,sparse_arguments, in SparseColorOption()
372 return( sparse_image ); in SparseColorOption()
Dmagick-image.c11252 *sparse_image; in MagickSparseColorImage() local
11260 sparse_image=SparseColorImage(wand->images,method,number_arguments,arguments, in MagickSparseColorImage()
11262 if (sparse_image == (Image *) NULL) in MagickSparseColorImage()
11264 ReplaceImageInList(&wand->images,sparse_image); in MagickSparseColorImage()
Dmogrify.c462 *sparse_image; in SparseColorOption() local
668 sparse_image=SparseColorImage(image,method,number_arguments,sparse_arguments, in SparseColorOption()
671 return( sparse_image ); in SparseColorOption()