Home
last modified time | relevance | path

Searched defs:out (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/src/libs/lodepng/
Dlodepng.c319 static void string_cleanup(char ** out) in string_cleanup()
328 char * out = (char *)lodepng_malloc(insize + 1); in alloc_string_sized() local
389 static unsigned lodepng_buffer_file(unsigned char * out, size_t size, const char * filename) in lodepng_buffer_file()
405 unsigned lodepng_load_file(unsigned char ** out, size_t * outsize, const char * filename) in lodepng_load_file()
1311 static unsigned inflateHuffmanBlock(ucvector * out, LodePNGBitReader * reader, in inflateHuffmanBlock()
1426 static unsigned inflateNoCompression(ucvector * out, LodePNGBitReader * reader, in inflateNoCompression()
1464 static unsigned lodepng_inflatev(ucvector * out, in lodepng_inflatev()
1491 unsigned lodepng_inflate(unsigned char ** out, size_t * outsize, in lodepng_inflate()
1502 static unsigned inflatev(ucvector * out, const unsigned char * in, size_t insize, in inflatev()
1682 static unsigned encodeLZ77(uivector * out, Hash * hash, in encodeLZ77()
[all …]
/lvgl-latest/src/libs/barcode/
Dcode128.c190 static void code128_append_pattern(int pattern, int pattern_length, char * out) in code128_append_pattern()
202 static int code128_append_code(int code, char * out) in code128_append_code()
209 static int code128_append_stop_code(char * out) in code128_append_stop_code()
452 size_t code128_encode_raw(const char * s, char * out, size_t maxlength) in code128_encode_raw()
554 size_t code128_encode_gs1(const char * s, char * out, size_t maxlength) in code128_encode_gs1()
/lvgl-latest/src/stdlib/builtin/
Dlv_sprintf_builtin.c173 static size_t _out_rev(out_fct_type out, char * buffer, size_t idx, size_t maxlen, const char * buf… in _out_rev()
202 static size_t _ntoa_format(out_fct_type out, char * buffer, size_t idx, size_t maxlen, char * buf, … in _ntoa_format()
256 static size_t _ntoa_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned long … in _ntoa_long()
281 static size_t _ntoa_long_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned … in _ntoa_long_long()
314 static size_t _ftoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _ftoa()
443 static size_t _etoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _etoa()
555 static int lv_vsnprintf_inner(out_fct_type out, char * buffer, const size_t maxlen, const char * fo… in lv_vsnprintf_inner()
/lvgl-latest/src/drivers/x11/
Dlv_x11_display.c84 lv_color32_t out = { .red = p.red, .green = p.green, .blue = p.blue }; in get_px() local
91 lv_color32_t out = { .red = p.red << 3, .green = p.green << 2, .blue = p.blue << 3 }; in get_px() local
98 lv_color32_t out = { .red = p, .green = p, .blue = p }; in get_px() local
/lvgl-latest/src/font/
Dlv_font_fmt_txt.c394 static void decompress(const uint8_t * in, uint8_t * out, int32_t w, int32_t h, uint8_t bpp, bool p… in decompress()
461 static inline void decompress_line(uint8_t * out, int32_t w) in decompress_line()
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dregex.h156 SizeType out; //!< Equals to kInvalid for matching state in RAPIDJSON_DIAG_OFF() member
165 SizeType out; //!< link-list of all output states in RAPIDJSON_DIAG_OFF() member
Dbiginteger.h191 bool Difference(const BigInteger& rhs, BigInteger* out) const { in Difference()
/lvgl-latest/src/libs/bin_decoder/
Dlv_bin_decoder.c655 uint8_t * out = img_data; in decode_indexed() local
876 uint8_t * out = img_data + buf_len - 1; in decode_alpha_only() local
1024 int32_t w_px, const uint8_t * in, lv_color32_t * out) in decode_indexed_line()
/lvgl-latest/src/libs/thorvg/
DtvgSwRle.cpp754 auto out = outSpans; in _intersectSpansRegion() local
806 auto out = outSpans; in _intersectSpansRect() local
DtvgMath.cpp120 bool inverse(const Matrix* m, Matrix* out) in inverse()
DtvgLottieParser.cpp210 auto out = outs.begin(); in getValue() local
391 LottieInterpolator* LottieParser::getInterpolator(const char* key, Point& in, Point& out) in getInterpolator()
DtvgSwRaster.cpp1840 auto out = &dst[x * stride]; in rasterXYFlip() local
/lvgl-latest/src/misc/
Dlv_bidi.c398 static void fill_pos_conv(uint16_t * out, uint16_t len, uint16_t index) in fill_pos_conv()
/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h1375 static void AssignIfExist(bool& out, const ValueType& value, const ValueType& name) { in AssignIfExist()
1381 static void AssignIfExist(SizeType& out, const ValueType& value, const ValueType& name) { in AssignIfExist()
1387 …void AssignIfExist(SchemaArray& out, SchemaDocumentType& schemaDocument, const PointerType& p, con… in AssignIfExist()
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp2542 int32_t w_px, const uint8_t * in, vg_lite_uint32_t * out) in decode_indexed_line()
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h1334 static void stbtt__dict_get_ints(stbtt__buf * b, int key, int outcount, stbtt_uint32 * out) in stbtt__dict_get_ints()