Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 39) sorted by relevance

12

/lvgl-latest/tests/unity/
Dgenerate_test_runner.rb91 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/
Dlv_rle.c39 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()
Dlv_rle.h33 uint32_t input_buff_len, uint8_t * output,
/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
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)
Dimage_viewer.py18 output = name + ".png" variable
20 img.to_png(output)
30 image = Image.open(output)
31 image.show(title=output)
Dcppcheck_run.sh3 cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-…
DLVGLImage.py1269 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/
DtvgLottieModel.cpp194 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 …]
DtvgCompressor.cpp315 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/
Dprofiler.rst22 The output trace logs are formatted according to Android's `systrace <https://developer.android.com…
99output 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/
Dimage_generation.rst82 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
Dlvgl_app.rst16 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
Dquick_setup.rst27 cd output
52 cd output
/lvgl-latest/tests/
Dmain.py208 output = os.path.join(outputs, f"{Path(png).stem}_{fmt.name}.bin")
209 img.to_bin(output, compress=compress)
210output = 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/
DDoxyfile52 # 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 …]
Ddoc_builder.py152 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/
Dbuilt_in_font_gen.py61 …at(subpx, compr, args.bpp, args.size, args.font, args.range[0], args.symbols[0], syms, args.output)
/lvgl-latest/docs/details/integration/bindings/
Dapi_json.rst20 - `--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__.py43 output = ''
45 output += f'\033[31;1m{line}\033[0m\n'
46 return output
/lvgl-latest/docs/details/integration/driver/display/
Drenesas_glcdc.rst16 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/
Dtjpgd.rst49 - Color format = RAW, output format = C Array
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst62 - 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
Dnxp.rst146 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/
Dcore_components.rst84 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/
Dstb_truetype_htcw.h918 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 …]

12