Searched refs:flip (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/ |
D | miniz.h | 681 …ex(const void *pImage, int w, int h, int num_chans, size_t *pLen_out, mz_uint level, mz_bool flip);
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | miniz.h | 639 …ex(const void *pImage, int w, int h, int num_chans, size_t *pLen_out, mz_uint level, mz_bool flip);
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 2102 …_ex(const void *pImage, int w, int h, int num_chans, size_t *pLen_out, mz_uint level, mz_bool flip) in tdefl_write_image_to_png_file_in_memory_ex() argument 2129 …tdefl_compress_buffer(pComp, (mz_uint8 *)pImage + (flip ? (h - 1 - y) : y) * bpl, bpl, TDEFL_NO_FL… in tdefl_write_image_to_png_file_in_memory_ex()
|