Home
last modified time | relevance | path

Searched refs:image_view (Results 1 – 25 of 63) sorted by relevance

123

/external/ImageMagick/MagickCore/
Dimage-view.c104 MagickExport ImageView *CloneImageView(const ImageView *image_view) in CloneImageView() argument
109 assert(image_view != (ImageView *) NULL); in CloneImageView()
110 assert(image_view->signature == MagickCoreSignature); in CloneImageView()
113 clone_view->description=ConstantString(image_view->description); in CloneImageView()
114 clone_view->extent=image_view->extent; in CloneImageView()
115 clone_view->view=CloneCacheView(image_view->view); in CloneImageView()
117 InheritException(clone_view->exception,image_view->exception); in CloneImageView()
118 clone_view->debug=image_view->debug; in CloneImageView()
145 MagickExport ImageView *DestroyImageView(ImageView *image_view) in DestroyImageView() argument
147 assert(image_view != (ImageView *) NULL); in DestroyImageView()
[all …]
Dquantize.c529 *image_view; in AssignImageColors() local
535 image_view=AcquireAuthenticCacheView(image,exception); in AssignImageColors()
556 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1, in AssignImageColors()
627 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in AssignImageColors()
640 image_view=DestroyCacheView(image_view); in AssignImageColors()
757 *image_view; in ClassifyImageColors() local
799 image_view=AcquireVirtualCacheView(image,exception); in ClassifyImageColors()
808 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in ClassifyImageColors()
915 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in ClassifyImageColors()
1009 image_view=DestroyCacheView(image_view); in ClassifyImageColors()
[all …]
Dcolormap.c183 *image_view; in CycleColormapImage() local
198 image_view=AcquireAuthenticCacheView(image,exception); in CycleColormapImage()
216 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in CycleColormapImage()
231 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in CycleColormapImage()
234 image_view=DestroyCacheView(image_view); in CycleColormapImage()
293 *image_view; in SortColormapByIntensity() local
337 image_view=AcquireAuthenticCacheView(image,exception); in SortColormapByIntensity()
349 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SortColormapByIntensity()
362 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SortColormapByIntensity()
367 image_view=DestroyCacheView(image_view); in SortColormapByIntensity()
Dattribute.c137 const CacheView *image_view,const GravityType gravity,const size_t width, in GetEdgeBackgroundFactor() argument
172 p=GetCacheViewVirtualPixels(image_view,0,0,1,1,exception); in GetEdgeBackgroundFactor()
178 p=GetCacheViewVirtualPixels(image_view,(ssize_t) image->columns-1,0,1,1, in GetEdgeBackgroundFactor()
185 p=GetCacheViewVirtualPixels(image_view,(ssize_t) image->columns-1, in GetEdgeBackgroundFactor()
192 p=GetCacheViewVirtualPixels(image_view,0,(ssize_t) image->rows-1,1,1, in GetEdgeBackgroundFactor()
407 *image_view; in GetImageDepth() local
479 image_view=AcquireVirtualCacheView(image,exception); in GetImageDepth()
529 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in GetImageDepth()
551 image_view=DestroyCacheView(image_view); in GetImageDepth()
581 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in GetImageDepth()
[all …]
Dthreshold.c185 *image_view, in AdaptiveThresholdImage() local
227 image_view=AcquireVirtualCacheView(image,exception); in AdaptiveThresholdImage()
257 p=GetCacheViewVirtualPixels(image_view,-((ssize_t) width/2L),y-(ssize_t) in AdaptiveThresholdImage()
352 image_view=DestroyCacheView(image_view); in AdaptiveThresholdImage()
662 *image_view; in AutoThresholdImage() local
696 image_view=AcquireVirtualCacheView(image,exception); in AutoThresholdImage()
705 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in AutoThresholdImage()
715 image_view=DestroyCacheView(image_view); in AutoThresholdImage()
807 *image_view; in BilevelImage() local
831 image_view=AcquireAuthenticCacheView(image,exception); in BilevelImage()
[all …]
Denhance.c617 *image_view; in CLAHEImage() local
687 image_view=AcquireVirtualCacheView(image,exception); in CLAHEImage()
701 p=GetCacheViewVirtualPixels(image_view,-(tile_info.x >> 1),y- in CLAHEImage()
728 image_view=DestroyCacheView(image_view); in CLAHEImage()
737 image_view=AcquireAuthenticCacheView(image,exception); in CLAHEImage()
749 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in CLAHEImage()
762 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in CLAHEImage()
779 image_view=DestroyCacheView(image_view); in CLAHEImage()
838 *image_view; in ClutImage() local
887 image_view=AcquireAuthenticCacheView(image,exception); in ClutImage()
[all …]
Dchannel.c569 *image_view; in CombineImages() local
607 image_view=AcquireVirtualCacheView(next,exception); in CombineImages()
608 p=GetCacheViewVirtualPixels(image_view,0,y,next->columns,1,exception); in CombineImages()
621 image_view=DestroyCacheView(image_view); in CombineImages()
715 *image_view, in SeparateImage() local
755 image_view=AcquireVirtualCacheView(image,exception); in SeparateImage()
774 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in SeparateImage()
817 image_view=DestroyCacheView(image_view); in SeparateImage()
978 *image_view; in SetImageAlphaChannel() local
1006 image_view=AcquireAuthenticCacheView(image,exception); in SetImageAlphaChannel()
[all …]
Dcompare.c133 *image_view, in CompareImages() local
225 image_view=AcquireVirtualCacheView(image,exception); in CompareImages()
249 p=GetCacheViewVirtualPixels(image_view,0,y,columns,1,exception); in CompareImages()
319 image_view=DestroyCacheView(image_view); in CompareImages()
366 *image_view, in GetAbsoluteDistortion() local
391 image_view=AcquireVirtualCacheView(image,exception); in GetAbsoluteDistortion()
412 p=GetCacheViewVirtualPixels(image_view,0,y,columns,1,exception); in GetAbsoluteDistortion()
480 image_view=DestroyCacheView(image_view); in GetAbsoluteDistortion()
488 *image_view, in GetFuzzDistortion() local
511 image_view=AcquireVirtualCacheView(image,exception); in GetFuzzDistortion()
[all …]
Dpaint.c137 *image_view; in FloodfillPaintImage() local
215 image_view=AcquireVirtualCacheView(image,exception); in FloodfillPaintImage()
239 p=GetCacheViewVirtualPixels(image_view,0,y,(size_t) (x1+1),1,exception); in FloodfillPaintImage()
273 p=GetCacheViewVirtualPixels(image_view,x,y,image->columns-x,1, in FloodfillPaintImage()
302 p=GetCacheViewVirtualPixels(image_view,x,y,(size_t) (x2-x+1),1, in FloodfillPaintImage()
340 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in FloodfillPaintImage()
356 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in FloodfillPaintImage()
360 image_view=DestroyCacheView(image_view); in FloodfillPaintImage()
693 *image_view, in OilPaintImage() local
754 image_view=AcquireVirtualCacheView(linear_image,exception); in OilPaintImage()
[all …]
Dcolorspace.c284 *image_view; in sRGBTransformImage() local
335 image_view=AcquireAuthenticCacheView(image,exception); in sRGBTransformImage()
356 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1, in sRGBTransformImage()
371 sync=SyncCacheViewAuthenticPixels(image_view,exception); in sRGBTransformImage()
375 image_view=DestroyCacheView(image_view); in sRGBTransformImage()
395 image_view=AcquireAuthenticCacheView(image,exception); in sRGBTransformImage()
413 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1, in sRGBTransformImage()
425 sync=SyncCacheViewAuthenticPixels(image_view,exception); in sRGBTransformImage()
429 image_view=DestroyCacheView(image_view); in sRGBTransformImage()
467 image_view=AcquireAuthenticCacheView(image,exception); in sRGBTransformImage()
[all …]
Dprepress.c90 *image_view; in GetImageTotalInkDensity() local
113 image_view=AcquireVirtualCacheView(image,exception); in GetImageTotalInkDensity()
129 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in GetImageTotalInkDensity()
150 image_view=DestroyCacheView(image_view); in GetImageTotalInkDensity()
Dimage.c540 *image_view; in AppendImages() local
551 image_view=AcquireVirtualCacheView(next,exception); in AppendImages()
575 p=GetCacheViewVirtualPixels(image_view,0,y,next->columns,1,exception); in AppendImages()
595 image_view=DestroyCacheView(image_view); in AppendImages()
1054 *image_view, in CopyImagePixels() local
1085 image_view=AcquireAuthenticCacheView(image,exception); in CopyImagePixels()
1108 q=QueueCacheViewAuthenticPixels(image_view,offset->x,y+offset->y, in CopyImagePixels()
1134 sync=SyncCacheViewAuthenticPixels(image_view,exception); in CopyImagePixels()
1152 image_view=DestroyCacheView(image_view); in CopyImagePixels()
1440 *image_view; in GetImageMask() local
[all …]
Dtransform.c195 *image_view; in ChopImage() local
251 image_view=AcquireVirtualCacheView(image,exception); in ChopImage()
270 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in ChopImage()
335 p=GetCacheViewVirtualPixels(image_view,0,extent.y+extent.height+y, in ChopImage()
382 image_view=DestroyCacheView(image_view); in ChopImage()
419 *image_view; in ConsolidateCMYKImages() local
456 image_view=AcquireVirtualCacheView(images,exception); in ConsolidateCMYKImages()
469 p=GetCacheViewVirtualPixels(image_view,0,y,images->columns,1,exception); in ConsolidateCMYKImages()
495 image_view=DestroyCacheView(image_view); in ConsolidateCMYKImages()
542 *image_view; in CropImage() local
[all …]
Dcipher.c564 *image_view; in PasskeyDecipherImage() local
656 image_view=AcquireAuthenticCacheView(image,exception); in PasskeyDecipherImage()
666 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in PasskeyDecipherImage()
669 length=ExportQuantumPixels(image,image_view,quantum_info,quantum_type, in PasskeyDecipherImage()
690 (void) ImportQuantumPixels(image,image_view,quantum_info,quantum_type, in PasskeyDecipherImage()
692 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in PasskeyDecipherImage()
699 image_view=DestroyCacheView(image_view); in PasskeyDecipherImage()
774 *image_view; in PasskeyEncipherImage() local
876 image_view=AcquireAuthenticCacheView(image,exception); in PasskeyEncipherImage()
886 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in PasskeyEncipherImage()
[all …]
Dstatistic.c518 *image_view; in EvaluateImages() local
563 image_view=AcquireVirtualCacheView(next,exception); in EvaluateImages()
564 p=GetCacheViewVirtualPixels(image_view,x,y,1,1,exception); in EvaluateImages()
567 image_view=DestroyCacheView(image_view); in EvaluateImages()
584 image_view=DestroyCacheView(image_view); in EvaluateImages()
621 *image_view; in EvaluateImages() local
661 image_view=AcquireVirtualCacheView(next,exception); in EvaluateImages()
662 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1, in EvaluateImages()
666 image_view=DestroyCacheView(image_view); in EvaluateImages()
690 image_view=DestroyCacheView(image_view); in EvaluateImages()
[all …]
Dshear.c329 *image_view; in RadonTransform() local
380 image_view=AcquireVirtualCacheView(image,exception); in RadonTransform()
403 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in RadonTransform()
460 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in RadonTransform()
494 image_view=DestroyCacheView(image_view); in RadonTransform()
504 *image_view; in GetImageBackgroundColor() local
522 image_view=AcquireVirtualCacheView(image,exception); in GetImageBackgroundColor()
533 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in GetImageBackgroundColor()
549 image_view=DestroyCacheView(image_view); in GetImageBackgroundColor()
712 *image_view, in IntegralRotateImage() local
[all …]
Deffect.c138 *image_view; in AdaptiveBlurImage() local
251 image_view=AcquireVirtualCacheView(image,exception); in AdaptiveBlurImage()
300 p=GetCacheViewVirtualPixels(image_view,x-((ssize_t) (width-j)/2L),y- in AdaptiveBlurImage()
406 image_view=DestroyCacheView(image_view); in AdaptiveBlurImage()
459 *image_view; in AdaptiveSharpenImage() local
572 image_view=AcquireVirtualCacheView(image,exception); in AdaptiveSharpenImage()
621 p=GetCacheViewVirtualPixels(image_view,x-((ssize_t) (width-j)/2L),y- in AdaptiveSharpenImage()
727 image_view=DestroyCacheView(image_view); in AdaptiveSharpenImage()
979 *image_view; in DespeckleImage() local
1050 image_view=AcquireVirtualCacheView(image,exception); in DespeckleImage()
[all …]
Dcomposite.c294 *image_view, in CompositeOverImage() local
322 image_view=AcquireAuthenticCacheView(image,exception); in CompositeOverImage()
372 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in CompositeOverImage()
507 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in CompositeOverImage()
524 image_view=DestroyCacheView(image_view); in CompositeOverImage()
537 *image_view; local
616 image_view=AcquireAuthenticCacheView(image,exception);
639 q=GetCacheViewAuthenticPixels(image_view,x_offset,y+y_offset,
673 sync=SyncCacheViewAuthenticPixels(image_view,exception);
688 image_view=DestroyCacheView(image_view);
[all …]
Dfx.c273 *image_view, in AddNoiseImage() local
324 image_view=AcquireVirtualCacheView(image,exception); in AddNoiseImage()
350 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in AddNoiseImage()
401 image_view=DestroyCacheView(image_view); in AddNoiseImage()
442 *image_view, in BlueShiftImage() local
479 image_view=AcquireVirtualCacheView(image,exception); in BlueShiftImage()
507 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in BlueShiftImage()
556 image_view=DestroyCacheView(image_view); in BlueShiftImage()
671 *image_view; in ColorizeImage() local
744 image_view=AcquireVirtualCacheView(colorize_image,exception); in ColorizeImage()
[all …]
/external/deqp/android/cts/nyc/src/
Dvk-master.txt46832 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.r_g_b_a
46833 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.g_b_a_r
46834 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.b_a_r_g
46835 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.a_r_g_b
46836 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_base_mip_lev…
46837 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_mip_levels
46838 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.array_layer_seco…
46839 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.array_layer_last
46840 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_base_mip_lev…
46841 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_mip_levels_a…
[all …]
/external/deqp/external/vulkancts/mustpass/1.0.0/
Dvk-default.txt49310 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.r_g_b_a
49311 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.g_b_a_r
49312 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.b_a_r_g
49313 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.a_r_g_b
49314 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_base_mip_lev…
49315 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_mip_levels
49316 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.array_layer_seco…
49317 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.array_layer_last
49318 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_base_mip_lev…
49319 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_mip_levels_a…
[all …]
/external/deqp/external/vulkancts/mustpass/1.0.0/src/
Dmaster.txt49310 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.r_g_b_a
49311 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.g_b_a_r
49312 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.b_a_r_g
49313 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.a_r_g_b
49314 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_base_mip_lev…
49315 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_mip_levels
49316 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.array_layer_seco…
49317 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.array_layer_last
49318 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_base_mip_lev…
49319 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_mip_levels_a…
[all …]
/external/ImageMagick/coders/
Dmask.c218 *image_view, in MaskImage() local
244 image_view=AcquireVirtualCacheView(image,exception); in MaskImage()
259 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in MaskImage()
278 image_view=DestroyCacheView(image_view); in MaskImage()
/external/ImageMagick/www/source/
Danalyze.c120 *image_view; in analyzeImage() local
146 image_view=AcquireCacheView(image); in analyzeImage()
160 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in analyzeImage()
184 image_view=DestroyCacheView(image_view); in analyzeImage()
/external/ImageMagick/filters/
Danalyze.c120 *image_view; in analyzeImage() local
146 image_view=AcquireVirtualCacheView(image,exception); in analyzeImage()
157 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in analyzeImage()
181 image_view=DestroyCacheView(image_view); in analyzeImage()

123