Searched refs:pImage (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_jbig.c | 55 unsigned char* pImage = NULL; in JBIGDecode() local 101 pImage = jbg_dec_getimage(&decoder, 0); in JBIGDecode() 102 _TIFFmemcpy(buffer, pImage, jbg_dec_getsize(&decoder)); in JBIGDecode()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | miniz.h | 843 MINIZ_STATIC void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, int h, int… 844 MINIZ_STATIC void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, int nu… 2819 MINIZ_STATIC void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, int h, int… in tdefl_write_image_to_png_file_in_memory_ex() argument 2830 …r(pComp, &z, 1, TDEFL_NO_FLUSH); tdefl_compress_buffer(pComp, (mz_uint8*)pImage + (flip ? (h - 1 -… in tdefl_write_image_to_png_file_in_memory_ex() 2857 MINIZ_STATIC void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, int nu… in tdefl_write_image_to_png_file_in_memory() argument 2860 …return tdefl_write_image_to_png_file_in_memory_ex(pImage, w, h, num_chans, bpl, pLen_out, 6, MZ_FA… in tdefl_write_image_to_png_file_in_memory()
|
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/ |
A D | vulkan_core.h | 2904 …e, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage); 3280 VkImage* pImage);
|
A D | vulkan.hpp | 1599 …t VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage ) const in vkCreateImage() 1601 return ::vkCreateImage( device, pCreateInfo, pAllocator, pImage); in vkCreateImage() 40319 …geCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Image* pImage, Dispatch const &d… 42195 …geCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Image* pImage, Dispatch const &d… in createImage() argument 42197 …terpret_cast<const VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkImage*>( pImage ) ) ); in createImage()
|
Completed in 291 milliseconds