Home
last modified time | relevance | path

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 Dtif_jbig.c55 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 Dminiz.h843 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 Dvulkan_core.h2904 …e, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage);
3280 VkImage* pImage);
A Dvulkan.hpp1599 …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