Home
last modified time | relevance | path

Searched defs:output (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/tests/unity/
Dgenerate_test_runner.rb234 def create_header(output, mocks, testfile_includes = []) argument
273 def create_externs(output, tests, _mocks) argument
285 def create_mock_management(output, mock_headers) argument
320 def create_setup(output) argument
327 def create_teardown(output) argument
334 def create_suite_setup(output) argument
344 def create_suite_teardown(output) argument
354 def create_reset(output) argument
372 def create_run_test(output) argument
379 def create_args_wrappers(output, tests) argument
[all …]
/lvgl-latest/scripts/
Dproperties.py87 def write_widget_properties(output, properties_by_widget): argument
157 def write_style_header(output, properties_by_widget): argument
192 def main(directory, output): argument
Dimage_viewer.py18 output = name + ".png" variable
/lvgl-latest/src/libs/rle/
Dlv_rle.c39 uint32_t input_buff_len, uint8_t * output, in lv_rle_decompress()
/lvgl-latest/src/libs/thorvg/
DtvgCompressor.cpp315 static bool outputByte(int code, uint8_t*& output, int outputSizeBytes, int& bytesDecodedSoFar) in outputByte()
324 static bool outputSequence(const Dictionary& dict, int code, uint8_t*& output, int outputSizeBytes,… in outputSequence()
448 auto output = static_cast<char*>(malloc(reserved * sizeof(char))); in b64Decode() local
DtvgLottieModel.cpp194 Array<Fill::ColorStop> output(count + alphaCnt); in populate() local
/lvgl-latest/src/libs/bin_decoder/
Dlv_bin_decoder.c1128 uint8_t * output = img_data; in decompress_image() local
1145 char * output = (char *)img_data; in decompress_image() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h4095 STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo * info, unsigned char * output, i…
4115 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo * info, unsigned char * output, int out_w…
4128 …oid stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fontinfo * info, unsigned char * output,
4136 …d stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo * info, unsigned char * output, int out_w,
4149 STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo * info, unsigned char * output, int o…
4543 …tt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontinfo * info, unsigned char * output, int out_w,