Searched defs:output (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/tests/unity/ |
D | generate_test_runner.rb | 234 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/ |
D | properties.py | 87 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
|
D | image_viewer.py | 18 output = name + ".png" variable
|
/lvgl-latest/src/libs/rle/ |
D | lv_rle.c | 39 uint32_t input_buff_len, uint8_t * output, in lv_rle_decompress()
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgCompressor.cpp | 315 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
|
D | tvgLottieModel.cpp | 194 Array<Fill::ColorStop> output(count + alphaCnt); in populate() local
|
/lvgl-latest/src/libs/bin_decoder/ |
D | lv_bin_decoder.c | 1128 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/ |
D | stb_truetype_htcw.h | 4095 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,
|