Searched refs:extent (Results 101 - 125 of 222) sorted by relevance

123456789

/external/ImageMagick/coders/
H A Dsun.c147 const size_t length,unsigned char *pixels,size_t extent)
167 ((size_t) (q-pixels) < extent))
186 while ((count >= 0) && ((size_t) (q-pixels) < extent))
193 return(((size_t) (q-pixels) == extent) ? MagickTrue : MagickFalse);
269 extent,
320 extent=sun_info.height*sun_info.width;
321 if ((sun_info.height != 0) && (sun_info.width != extent/sun_info.height))
142 DecodeImage(const unsigned char *compressed_pixels, const size_t length,unsigned char *pixels,size_t extent) argument
264 extent, local
H A Dpict.c336 % unsigned size_t extent)
349 % o extent: the number of pixels allocated.
422 size_t bytes_per_line,const unsigned int bits_per_pixel,size_t *extent,
478 *extent=row_bytes*image->rows*sizeof(*pixels);
479 (void) ResetMagickMemory(pixels,0,*extent);
502 if ((q+number_pixels) > (pixels+(*extent)))
543 if ((q-pixels+number_pixels) <= *extent)
555 if ((q-pixels+number_pixels) <= *extent)
846 extent,
1208 pixels=DecodeImage(image,tile_image,1UL*bytes_per_line,1,&extent,
418 DecodeImage(Image *blob,Image *image, size_t bytes_per_line,const unsigned int bits_per_pixel,size_t *extent, ExceptionInfo *exception) argument
840 extent, local
[all...]
/external/vulkan-validation-layers/demos/smoke/
H A DSmoke.cpp580 prepare_viewport(ctx.extent);
598 void Smoke::prepare_viewport(const VkExtent2D &extent) argument
600 extent_ = extent;
604 viewport_.width = static_cast<float>(extent.width);
605 viewport_.height = static_cast<float>(extent.height);
610 scissor_.extent = extent_;
797 render_pass_begin_info_.renderArea.extent = extent_;
H A DSmoke.h172 void prepare_viewport(const VkExtent2D &extent);
/external/ImageMagick/MagickCore/
H A Dfourier.c858 size_t extent=image->columns < image->rows ? image->rows : image->columns;
859 fourier_info.width=(extent & 0x01) == 1 ? extent+1UL : extent;
919 size_t extent=image->columns < image->rows ? image->rows :
921 width=(extent & 0x01) == 1 ? extent+1UL : extent;
1444 size_t extent=magnitude_image->columns < magnitude_image->rows ?
1446 fourier_info.width=(extent
854 size_t extent=image->columns < image->rows ? image->rows : image->columns; local
915 size_t extent=image->columns < image->rows ? image->rows : local
1439 size_t extent=magnitude_image->columns < magnitude_image->rows ? local
[all...]
H A Dmatrix.c181 extent,
191 extent=(MagickOffsetType) length-1;
192 count=WriteMatrixElements(matrix_info,extent,1,(const unsigned char *) "");
195 (void) posix_fallocate(matrix_info->file,offset+1,extent-offset);
178 extent, local
H A Dconstitute.c300 extent,
317 extent=(ssize_t) (read_info->scene+read_info->number_scenes);
318 for (scene=(ssize_t) read_info->scene; scene < (ssize_t) extent; scene++)
827 extent,
844 extent=(ssize_t) (read_info->scene+read_info->number_scenes);
845 for (scene=(ssize_t) read_info->scene; scene < (ssize_t) extent; scene++)
296 extent, local
821 extent, local
H A Dmontage.c383 extent,
636 extent=1;
639 extent+=strlen(image_list[tile]->filename)+1;
642 montage->directory=(char *) AcquireQuantumMemory(extent,
664 image_list[tile]->filename,extent);
665 (void) ConcatenateMagickString(montage->directory,"\n",extent);
378 extent, local
H A Dproperty.c2392 (void) FormatMagickSize(image->extent,MagickFalse,"B",MagickPathExtent,
2394 if (image->extent == 0)
3280 if ((size_t) (q-interpret_text+length+1) >= extent) \
3282 extent+=length; \
3283 interpret_text=(char *) ResizeQuantumMemory(interpret_text,extent+ \
3296 if ((size_t) (q-interpret_text+length+1) >= extent) \
3298 extent+=length; \
3299 interpret_text=(char *) ResizeQuantumMemory(interpret_text,extent+ \
3305 q+=FormatLocaleString(q,extent,"%s=%s\n",(key),(value)); \
3313 if ((size_t) (q-interpret_text+length+1) >= extent) \
3330 extent; /* allocated length of interpret_text */ local
[all...]
H A Dcolor.c2036 extent;
2048 extent=strlen(token)+MagickPathExtent;
2054 GetNextToken(q,&q,extent,token);
2064 GetNextToken(q,&q,extent,token);
2073 GetNextToken(q,&q,extent,token);
2084 GetNextToken(q,&q,extent,token);
2087 GetNextToken(q,&q,extent,token);
2145 GetNextToken(q,(const char **) NULL,extent,token);
2148 GetNextToken(q,&q,extent,token);
2149 GetNextToken(q,&q,extent,toke
2015 extent; local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.hpp127 const vk::VkExtent3D& extent);
209 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent,
245 const vk::VkExtent3D& extent);
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp207 vk::VkExtent3D extent; member in struct:vkt::synchronization::ImageResource
215 vk::VkImageCreateInfo makeImageCreateInfo (const vk::VkImageType imageType, const vk::VkExtent3D& extent, const vk::VkFormat format, const vk::VkImageUsageFlags usage);
226 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkImageSubresourceLayers subresourceLayers, const vk::VkExtent3D extent);
H A DvktSynchronizationUtil.cpp221 VkImageCreateInfo makeImageCreateInfo (const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage) argument
230 extent, // VkExtent3D extent;
266 const VkExtent3D extent)
275 extent, // VkExtent3D imageExtent;
265 makeBufferImageCopy(const VkImageSubresourceLayers subresourceLayers, const VkExtent3D extent) argument
H A DvktSynchronizationSmokeTests.cpp246 imageCreateParams.extent = imageParameters.extent3D;
482 renderPassBeginState.renderArea.extent.width = renderInfo.width;
483 renderPassBeginState.renderArea.extent.height = renderInfo.height;
683 VkExtent3D extent; local
721 extent.width = testContext.renderDimension.x();
722 extent.height = testContext.renderDimension.y();
723 extent.depth = 1;
727 imageParameters.extent3D = extent;
773 scissor.extent.width = testContext.renderDimension.x();
774 scissor.extent
[all...]
/external/ImageMagick/www/api/
H A Dmonitor.php63 const MagickOffsetType offset,const MagickSizeType extent,
102 const MagickOffsetType offset,const MagickSizeType extent,
H A Dimage-view.php103 <p>DuplexTransferImageViewIterator() iterates over three image views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
231 <p>GetImageViewExtent() returns the image view extent.</p>
275 <p>GetImageViewIterator() iterates over the image view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
436 <dd> These values define the perimeter of a extent of pixel_wands view. </dd>
473 <p>SetImageViewIterator() iterates over the image view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
519 <p>TransferImageViewIterator() iterates over two image views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
570 <p>UpdateImageViewIterator() iterates over the image view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
H A Dwand-view.php103 <p>DuplexTransferWandViewIterator() iterates over three wand views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
186 <p>GetWandViewExtent() returns the wand view extent.</p>
208 <p>GetWandViewIterator() iterates over the wand view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
363 <dd> These values define the perimeter of a extent of pixel_wands view. </dd>
395 <p>SetWandViewIterator() iterates over the wand view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
441 <p>TransferWandViewIterator() iterates over two wand views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
492 <p>UpdateWandViewIterator() iterates over the wand view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
/external/bison/build-aux/
H A Dgnu-web-doc-update58 There is NO WARRANTY, to the extent permitted by law.
/external/e2fsprogs/lib/ext2fs/
H A Dalloc.c352 struct ext2fs_extent extent; local
369 err = ext2fs_extent_get(handle, EXT2_EXTENT_CURRENT, &extent);
373 return extent.e_pblk + (lblk - extent.e_lblk);
/external/skia/src/gpu/vk/
H A DGrVkPipeline.cpp498 scissor.extent.width = scissorState.rect().width();
506 scissor.extent.height = scissorState.rect().height();
511 scissor.extent.width = target.width();
512 scissor.extent.height = target.height();
/external/syslinux/core/fs/
H A Dgetfssec.c46 * If the filesystem can map the entire file as a single extent
47 * (e.g. iso9660), then the filesystem can simply insert the extent
51 * Note: the filesystem driver is not required to do extent coalescing,
52 * if that is difficult to do; this routine will perform extent lookahead
68 static inline sector_t next_pstart(const struct extent *e)
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.cpp237 scissor.extent.width = width;
238 scissor.extent.height = height;
/external/Microsoft-GSL/tests/
H A Dstrided_span_tests.cpp345 // zero extent
351 // zero extent and stride
620 for (auto i = 0; i < section.extent<0>(); ++i)
622 for (auto j = 0; j < section.extent<1>(); ++j)
623 for (auto k = 0; k < section.extent<2>(); ++k)
630 for (auto i = 0; i < section.extent<0>(); ++i)
632 for (auto j = 0; j < section.extent<1>(); ++j)
633 for (auto k = 0; k < section.extent<2>(); ++k)
/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp240 scissor.extent.width = (int32_t)width;
241 scissor.extent.height = (int32_t)height;
375 m_renderPassBeginInfo.renderArea.extent.width = (int32_t)m_width;
376 m_renderPassBeginInfo.renderArea.extent.height = (int32_t)m_height;
713 imageCreateInfo.extent.width = w;
714 imageCreateInfo.extent.height = h;
789 copy_region.extent = src_image.extent();
850 for (y = 0; y < extent().height; y++) {
852 for (x = 0; x < extent()
[all...]
/external/e2fsprogs/resize/
H A Dresize2fs.c473 /* Zero out the high bits of extent fields */
478 struct ext2fs_extent extent; local
490 errcode = ext2fs_extent_get(handle, op, &extent);
496 if (extent.e_pblk > (1ULL << 32)) {
497 extent.e_pblk &= (1ULL << 32) - 1;
498 errcode = ext2fs_extent_replace(handle, 0, &extent);
1799 * The extent translation table is stored in clusters so we need to
1803 static __u64 extent_translate(ext2_filsys fs, ext2_extent extent, __u64 old_loc) argument
1805 __u64 new_block = C2B(ext2fs_extent_translate(extent, B2C(old_loc)));
1933 struct ext2fs_extent extent; local
[all...]

Completed in 3451 milliseconds

123456789