/lvgl-latest/tests/unity/ |
D | generate_test_runner.rb | 91 File.open(output_file, 'w') do |output| 92 create_header(output, used_mocks, testfile_includes) 93 create_externs(output, tests, used_mocks) 94 create_mock_management(output, used_mocks) 95 create_setup(output) 96 create_teardown(output) 97 create_suite_setup(output) 98 create_suite_teardown(output) 99 create_reset(output) 100 create_run_test(output) unless tests.empty? [all …]
|
/lvgl-latest/src/libs/rle/ |
D | lv_rle.c | 39 uint32_t input_buff_len, uint8_t * output, in lv_rle_decompress() argument 64 lv_memcpy(output, input, output_buff_len - (wr_len - bytes)); in lv_rle_decompress() 68 lv_memcpy(output, input, bytes); in lv_rle_decompress() 69 output += bytes; in lv_rle_decompress() 84 lv_memcpy(output, input, blk_size); in lv_rle_decompress() 85 output += blk_size; in lv_rle_decompress() 92 lv_memset(output, input[0], ctrl_byte); in lv_rle_decompress() 93 output += ctrl_byte; in lv_rle_decompress() 97 lv_memcpy(output, input, blk_size); in lv_rle_decompress() 98 output += blk_size; in lv_rle_decompress()
|
D | lv_rle.h | 33 uint32_t input_buff_len, uint8_t * output,
|
/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 194 write_widget_properties(output, property) 195 write_style_header(output, property) 211 if args.output is None: 212 args.output = os.path.join(args.directory, "src/widgets/property/") 215 os.makedirs(args.output, exist_ok=True) 217 main(args.directory, args.output)
|
D | image_viewer.py | 18 output = name + ".png" variable 20 img.to_png(output) 30 image = Image.open(output) 31 image.show(title=output)
|
D | cppcheck_run.sh | 3 cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-…
|
D | LVGLImage.py | 1269 self.output = odir 1283 output = name + ext 1284 output = path.join(self.output, output) 1285 return output 1288 output = [] 1300 output.append((f, img)) 1310 return output 1387 args.output, 1394 output = converter.convert() 1395 for f, img in output:
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModel.cpp | 194 Array<Fill::ColorStop> output(count + alphaCnt); in populate() local 218 if (output.count > 0) { in populate() 219 …auto p = ((*color.input)[cidx] - output.last().offset) / ((*color.input)[aidx] - output.last().off… in populate() 220 … cs.a = lerp<uint8_t>(output.last().a, (uint8_t)nearbyint((*color.input)[aidx + 1] * 255.0f), p); in populate() 227 if (output.count > 0) { in populate() 228 …auto p = ((*color.input)[aidx] - output.last().offset) / ((*color.input)[cidx] - output.last().off… in populate() 229 … cs.r = lerp<uint8_t>(output.last().r, (uint8_t)nearbyint((*color.input)[cidx + 1] * 255.0f), p); in populate() 230 … cs.g = lerp<uint8_t>(output.last().g, (uint8_t)nearbyint((*color.input)[cidx + 2] * 255.0f), p); in populate() 231 … cs.b = lerp<uint8_t>(output.last().b, (uint8_t)nearbyint((*color.input)[cidx + 3] * 255.0f), p); in populate() 239 output.push(cs); in populate() [all …]
|
D | tvgCompressor.cpp | 315 static bool outputByte(int code, uint8_t*& output, int outputSizeBytes, int& bytesDecodedSoFar) in outputByte() argument 318 *output++ = static_cast<uint8_t>(code); in outputByte() 324 static bool outputSequence(const Dictionary& dict, int code, uint8_t*& output, int outputSizeBytes,… in outputSequence() argument 339 if (!outputByte(sequence[i], output, outputSizeBytes, bytesDecodedSoFar)) return false; in outputSequence() 448 auto output = static_cast<char*>(malloc(reserved * sizeof(char))); in b64Decode() local 449 if (!output) return 0; in b64Decode() 450 output[reserved - 1] = '\0'; in b64Decode() 462 output[idx++] = (value1 << 2) + ((value2 & 0x30) >> 4); in b64Decode() 466 output[idx++] = ((value2 & 0x0f) << 4) + ((value3 & 0x3c) >> 2); in b64Decode() 470 output[idx++] = ((value3 & 0x03) << 6) + value4; in b64Decode() [all …]
|
/lvgl-latest/docs/details/debugging/ |
D | profiler.rst | 22 The output trace logs are formatted according to Android's `systrace <https://developer.android.com… 99 …output configuration: LVGL uses the :cpp:func:`LV_LOG` interface by default to output trace inform… 125 Save the output log as `my_trace.txt`, use `trace_filter.py` for filtering and preprocessing: 227 …gs. You need to disable the log output of other threads or refer to the configuration above to use… 238 …omes full, the profiler will output all the data in the buffer, which can cause UI blocking and st… 243 Trace logs are not being output 246 …lly printed when the buffer is not full, you can try the following methods to force the log output: 249 … or use a timer to call the :cpp:func:`lv_profiler_builtin_flush` function to force the log output.
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | image_generation.rst | 82 mkdir -p output 84 make defconfig O=../output BR2_DEFCONFIG=../resources/configs/raspberrypi4_lvgl_defconfig 93 Running this script creates an output folder that contains everything the 101 an (almost) empty folder named ``output`` is created, as the build process has 108 cd output 128 Let's explore the contents of the output folder and what it contains. 153 This directory holds the final output images generated for the target system, 184 As mentioned in :ref:`images`, the output image is in ``images`` and named
|
D | lvgl_app.rst | 16 cd output 31 packages (``make`` in **output** folder). 53 A ``.tar.gz`` is generated in output/images. This is the SDK! 118 Verify that the output executable was compiled with the correct toolchain: 125 The output should contain these information: 151 cd output
|
D | quick_setup.rst | 27 cd output 52 cd output
|
/lvgl-latest/tests/ |
D | main.py | 208 output = os.path.join(outputs, f"{Path(png).stem}_{fmt.name}.bin") 209 img.to_bin(output, compress=compress) 210 … output = os.path.join(outputs, f"{Path(png).stem}_{fmt.name}_{compress.name}_align{align}.c") 211 img.to_c_array(output, compress=compress)
|
/lvgl-latest/docs/ |
D | Doxyfile | 52 # the logo to the output directory. 64 # directories (in 2 levels) under the output directory of each output format and 83 # information to generate all constant output in the proper language. 250 # only. Doxygen will then generate output that is more tailored for C. For 258 # Python sources only. Doxygen will then generate output that is more tailored 266 # sources. Doxygen will then generate output that is tailored for Fortran. 272 # sources. Doxygen will then generate output that is tailored for VHDL. 299 # The output of markdown processing is further processed by doxygen, so you can 690 # by doxygen. Whatever the program writes to standard output is used as the file 697 # output files in an output format independent way. To create the layout file [all …]
|
D | doc_builder.py | 152 output = f'\033[31;1m {args}\033[0m\n' 154 output = f'\033[31;1m{warning_type}: {args}\033[0m\n' 156 sys.stdout.write(output) 1632 output = ('\n'.join(html_includes)) + '\n' 1645 data += output
|
/lvgl-latest/scripts/built_in_font/ |
D | built_in_font_gen.py | 61 …at(subpx, compr, args.bpp, args.size, args.font, args.range[0], args.symbols[0], syms, args.output)
|
/lvgl-latest/docs/details/integration/bindings/ |
D | api_json.rst | 20 - `--output-path`: output directory for JSON file. If one is not supplied then it will be output st… 30 …python /scripts/gen_json/gen_json.py --output-path=json/output/directory --lvgl-config=path/to/lv_… 33 or if you want to run a subprocess from inside of a generation script and read the output from stdo… 255 Here is an example of what the output will look like.
|
/lvgl-latest/tests/micropy_test/ |
D | __init__.py | 43 output = '' 45 output += f'\033[31;1m{line}\033[0m\n' 46 return output
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | renesas_glcdc.rst | 16 GLCDC is a multi-stage graphics output peripheral used in Renesas MCUs. 22 - Supports various color formats for output (RGB888, RGB666, RGB565, Serial RGB888)
|
/lvgl-latest/docs/details/libs/ |
D | tjpgd.rst | 49 - Color format = RAW, output format = C Array
|
/lvgl-latest/docs/details/integration/chip/ |
D | stm32.rst | 62 - Create some dummy Widgets to test the output: 181 - Create some dummy Widgets to test the output: 238 - Finally, create the ``my_flush_cb`` function to output the frame
|
D | nxp.rst | 146 image processing time. The output engine essentially truncates any output 148 source image and the output is not divisible by the block size, the incorrect 149 pixels could be truncated and the final output image can look shifted.
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | core_components.rst | 84 files, and how to package the compiled output. 87 the word "package" is used for the packaged output from the OpenEmbedded
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 918 STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo * info, unsigned char * output, int o… 925 …d stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo * info, unsigned char * output, int out_w, 930 …oid stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fontinfo * info, unsigned char * output, 955 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo * info, unsigned char * output, int out_w… 957 STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo * info, unsigned char * output, i… 959 …tt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontinfo * info, unsigned char * output, int out_w, 4095 STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo * info, unsigned char * output, i… argument 4104 gbm.pixels = output; 4115 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo * info, unsigned char * output, int out_w… argument 4118 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f, 0.0f… [all …]
|