Searched defs:buffer (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.4.0/src/misc/ |
D | lv_printf.c | 125 static inline void _out_buffer(char character, void * buffer, size_t idx, size_t maxlen) in _out_buffer() 133 static inline void _out_null(char character, void * buffer, size_t idx, size_t maxlen) in _out_null() 168 static size_t _out_rev(out_fct_type out, char * buffer, size_t idx, size_t maxlen, const char * buf… in _out_rev() 197 static size_t _ntoa_format(out_fct_type out, char * buffer, size_t idx, size_t maxlen, char * buf, … in _ntoa_format() 251 static size_t _ntoa_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned long … in _ntoa_long() 276 static size_t _ntoa_long_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned … in _ntoa_long_long() 309 static size_t _ftoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _ftoa() 438 static size_t _etoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _etoa() 550 static int _vsnprintf(out_fct_type out, char * buffer, const size_t maxlen, const char * format, va… in _vsnprintf() 865 int lv_snprintf(char * buffer, size_t count, const char * format, ...) in lv_snprintf() [all …]
|
D | lv_fs.h | 95 void * buffer; member
|
D | lv_fs.c | 136 char * buffer = file_p->cache->buffer; in lv_fs_read_cached() local
|
/lvgl-3.4.0/src/extra/libs/gif/ |
D | gifdec.c | 477 render_frame_rect(gd_GIF *gif, uint8_t *buffer) in render_frame_rect() 580 gd_render_frame(gd_GIF *gif, uint8_t *buffer) in gd_render_frame()
|
/lvgl-3.4.0/src/extra/libs/png/ |
D | lodepng.c | 284 static ucvector ucvector_init(unsigned char* buffer, size_t size) { in ucvector_init() 322 static unsigned lodepng_read32bitInt(const unsigned char* buffer) { in lodepng_read32bitInt() 330 static void lodepng_set32bitInt(unsigned char* buffer, unsigned value) { in lodepng_set32bitInt() 386 unsigned lodepng_save_file(const unsigned char* buffer, size_t buffersize, const char* filename) { in lodepng_save_file() 459 unsigned buffer; /*buffer for reading bits. NOTE: 'unsigned' must support at least 32 bits*/ member 3333 static void getPixelColorsRGBA8(unsigned char* LODEPNG_RESTRICT buffer, size_t numpixels, in getPixelColorsRGBA8() 3429 static void getPixelColorsRGB8(unsigned char* LODEPNG_RESTRICT buffer, size_t numpixels, in getPixelColorsRGB8() 5021 unsigned char* buffer = 0; in lodepng_decode_file() local 6106 unsigned char* buffer; in lodepng_encode_file() local 6281 unsigned load_file(std::vector<unsigned char>& buffer, const std::string& filename) { in load_file() [all …]
|
/lvgl-3.4.0/src/extra/libs/qrcode/ |
D | qrcodegen.c | 184 testable void appendBitsToBuffer(unsigned int val, int numBits, uint8_t buffer[], int *bitLen) { in appendBitsToBuffer()
|