Home
last modified time | relevance | path

Searched refs:inc (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/env_support/rt-thread/
DSConscript6 inc = []
26 inc = inc + [lvgl_src_cwd]
35 inc = inc + [current_path]
40 inc = inc + [lvgl_src_cwd]
46 inc = inc + [current_path]
50 inc = inc + [lvgl_src_cwd]
56 inc = inc + [current_path]
64 group = group + DefineGroup('LVGL', src, depend = ['PKG_USING_LVGL'], CPPPATH = inc, LOCAL_CFLAGS =…
/lvgl-latest/tests/unity/
Dgenerate_test_runner.rb76 testfile_includes.delete_if { |inc| inc =~ /(unity|cmock)/ }
213 system: source.scan(/^\s*#include\s+<\s*(.+)\s*>/).flatten.map { |inc| "<#{inc}>" },
251 @options[:includes].flatten.uniq.compact.each do |inc|
252 output.puts("#include #{inc.include?('<') ? inc : "\"#{inc}\""}")
254 testfile_includes.each do |inc|
255 output.puts("#include #{inc.include?('<') ? inc : "\"#{inc}\""}")
472 @options[:includes].flatten.uniq.compact.each do |inc|
473 output.puts("#include #{inc.include?('<') ? inc : "\"#{inc}\""}")
475 testfile_includes.each do |inc|
476 output.puts("#include #{inc.include?('<') ? inc : "\"#{inc}\""}")
/lvgl-latest/env_support/rt-thread/squareline/
DSConscript5 inc = [cwd]
21 inc = inc + [current_path]
23 group = DefineGroup('LVGL-SquareLine', src, depend = ['PKG_USING_LVGL_SQUARELINE'], CPPPATH = inc)
/lvgl-latest/src/libs/thorvg/
DtvgSwFill.cpp152 auto inc = 1.0f / static_cast<float>(GRADIENT_STOP_SIZE); in _updateColorTable() local
153 auto pos = 1.5f * inc; in _updateColorTable()
166 pos += inc; in _updateColorTable()
192 pos += inc; in _updateColorTable()
556 float inc = (fill->linear.dx) * (GRADIENT_STOP_SIZE - 1); in fillLinear() local
559 if (tvg::zero(inc)) { in fillLinear()
569 auto v = t + (inc * len); in fillLinear()
574 auto inc2 = static_cast<int32_t>(inc * FIXPT_SIZE); in fillLinear()
585 t += inc; in fillLinear()
590 if (tvg::zero(inc)) { in fillLinear()
[all …]
DtvgSwRaster.cpp300 int32_t inc = (n / 2) + 1; in _interpDownScaler() local
305 for (auto y = miny; y < maxy; y += inc) { in _interpDownScaler()
307 for (auto x = minx; x < maxx; x += inc, p += inc) { in _interpDownScaler()
314 src += (stride * inc); in _interpDownScaler()
/lvgl-latest/env_support/esp/rlottie/
DCMakeLists.txt7 INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/rlottie/inc"
D0001-changes-to-compile-with-esp-idf.patch33 add_subdirectory(inc)
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst330 ├── lv-conf.inc
336 - ``lv_conf.inc`` is an include file, usually containing common configuration
368 require lv-conf.inc
407 require: This line includes another configuration file, ``lv-conf.inc``,
487 there are operations added in the task in ``lv-conf.inc``.
/lvgl-latest/docs/
Ddoc_builder.py1619 ':ref:`{0}_h`\n'.format(inc)
1620 for inc, _ in html_includes
DDoxyfile286 # instance to make doxygen treat .inc files as Fortran files (default is PHP),
287 # and .f files as C (default is Fortran), use: inc=Fortran f=C.
814 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,