Searched defs:out (Results 1 – 9 of 9) sorted by relevance
/lvgl-3.7.0/src/draw/sdl/ |
D | lv_draw_sdl_utils.c | 70 void lv_area_to_sdl_rect(const lv_area_t * in, SDL_Rect * out) in lv_area_to_sdl_rect() 78 void lv_color_to_sdl_color(const lv_color_t * in, SDL_Color * out) in lv_color_to_sdl_color() 95 void lv_area_zoom_to_sdl_rect(const lv_area_t * in, SDL_Rect * out, uint16_t zoom, const lv_point_t… in lv_area_zoom_to_sdl_rect()
|
D | lv_draw_sdl_arc.c | 205 lv_area_t * out) in get_cap_area()
|
/lvgl-3.7.0/src/extra/libs/png/ |
D | lodepng.c | 295 static void string_cleanup(char** out) { in string_cleanup() 302 char* out = (char*)lodepng_malloc(insize + 1); in alloc_string_sized() local 359 static unsigned lodepng_buffer_file(unsigned char* out, size_t size, const char* filename) { in lodepng_buffer_file() 372 unsigned lodepng_load_file(unsigned char** out, size_t* outsize, const char* filename) { in lodepng_load_file() 1262 static unsigned inflateHuffmanBlock(ucvector* out, LodePNGBitReader* reader, in inflateHuffmanBlock() 1355 static unsigned inflateNoCompression(ucvector* out, LodePNGBitReader* reader, in inflateNoCompression() 1387 static unsigned lodepng_inflatev(ucvector* out, in lodepng_inflatev() 1412 unsigned lodepng_inflate(unsigned char** out, size_t* outsize, in lodepng_inflate() 1422 static unsigned inflatev(ucvector* out, const unsigned char* in, size_t insize, in inflatev() 1592 static unsigned encodeLZ77(uivector* out, Hash* hash, in encodeLZ77() [all …]
|
/lvgl-3.7.0/src/misc/ |
D | lv_printf.c | 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()
|
D | lv_bidi.c | 422 static void fill_pos_conv(uint16_t * out, uint16_t len, uint16_t index) in fill_pos_conv()
|
D | lv_color.h | 474 static inline void LV_ATTRIBUTE_FAST_MEM lv_color_premult(lv_color_t c, uint8_t mix, uint16_t * out) in lv_color_premult()
|
/lvgl-3.7.0/src/font/ |
D | lv_font_fmt_txt.c | 356 static void decompress(const uint8_t * in, uint8_t * out, lv_coord_t w, lv_coord_t h, uint8_t bpp, … in decompress() 411 static inline void decompress_line(uint8_t * out, lv_coord_t w) in decompress_line() 469 static inline void bits_write(uint8_t * out, uint32_t bit_pos, uint8_t val, uint8_t len) in bits_write()
|
/lvgl-3.7.0/src/draw/sw/ |
D | lv_draw_sw_gradient.c | 96 static lv_res_t iterate_cache(op_cache_t func, void * ctx, lv_grad_t ** out) in iterate_cache()
|
/lvgl-3.7.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1334 static void stbtt__dict_get_ints(stbtt__buf * b, int key, int outcount, stbtt_uint32 * out) in stbtt__dict_get_ints()
|