Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 30) sorted by relevance

12

/lvgl-latest/src/libs/expat/
Dxmlrole.c141 static int FASTCALL common(PROLOG_STATE *state, int tok);
171 return common(state, tok); in prolog0()
203 return common(state, tok); in prolog1()
223 return common(state, tok); in prolog2()
240 return common(state, tok); in doctype0()
266 return common(state, tok); in doctype1()
282 return common(state, tok); in doctype2()
298 return common(state, tok); in doctype3()
317 return common(state, tok); in doctype4()
333 return common(state, tok); in doctype5()
[all …]
/lvgl-latest/env_support/qnx/aarch64/a.le/
DMakefile1 include ../../common.mk
/lvgl-latest/env_support/qnx/aarch64/so.le/
DMakefile1 include ../../common.mk
/lvgl-latest/env_support/qnx/x86_64/a/
DMakefile1 include ../../common.mk
/lvgl-latest/env_support/qnx/x86_64/so/
DMakefile1 include ../../common.mk
/lvgl-latest/tests/src/test_cases/
Dtest_font_loader.c69 static void common(void) in common() function
113 common(); in test_font_loader_with_cache()
129 common(); in test_font_loader_no_cache()
145 common(); in test_font_loader_from_buffer()
/lvgl-latest/docs/details/integration/os/yocto/
Dcore_components.rst16 - *Class Data:* Abstracts common build information (e.g. how to build a
47 The most common usage for BitBake is ``bitbake recipename``, where
99 which contains common settings for any application that is built with
115 common configuration options, and user configuration options in
133 using a different layer where that metadata might be common across
/lvgl-latest/docs/details/libs/
Dfs.rst33 Working with common prefixes
47 appended to it, allowing to skip the common part.
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp1304 vg_lite_uint32_t common, stop; in vg_lite_update_linear_grad() local
1324 common = 1; in vg_lite_update_linear_grad()
1327 common = (vg_lite_uint32_t)length; in vg_lite_update_linear_grad()
1332 vg_lite_float_t mul = common * color_ramp[i].stop; in vg_lite_update_linear_grad()
1335 common = MAX(common, (vg_lite_uint32_t)(1.0f / frac + 0.5f)); in vg_lite_update_linear_grad()
1341 width = common + 1; in vg_lite_update_linear_grad()
1354 width = common + 1; in vg_lite_update_linear_grad()
1615 vg_lite_uint32_t common, stop; in vg_lite_update_radial_grad() local
1630 common = 1; in vg_lite_update_radial_grad()
1633 common = (vg_lite_uint32_t)grad->radial_grad.r; in vg_lite_update_radial_grad()
[all …]
/lvgl-latest/docs/details/widgets/
Dcheckbox.rst50 common state add/clear function:
Dwin.rst79 as its image source. All valid image sources are supported, but a common source
Dkeyboard.rst60 To enable key pop-overs on press, like on common Android and iOS
/lvgl-latest/docs/details/integration/ide/
Dpc-simulator.rst17 provides a common platform for every user.
/lvgl-latest/docs/details/integration/driver/display/
Drenesas_glcdc.rst75 Software based screen rotation is supported in partial mode. It uses the common API, no extra confi…
Dgen_mipi.rst18 (ST7735, ST7789, ST7796) and Ilitek (ILI9341) SOCs. These commands provide a common interface to co…
23 …et used in many LCD controllers with an SPI or i8080 bus, and provides a common framework for chip…
/lvgl-latest/docs/details/other-components/
Dime_pinyin.rst36 than 1,000 of the most common CJK radicals, so it is recommended to use a
Dxml.rst234 /*Apply the common properties, e.g. width, height, styles flags etc*/
237 /* Apply the common properties, e.g., width, height, styles, flags, etc. */
/lvgl-latest/docs/details/integration/bindings/
Dpikascript.rst9 microcontrollers, and it supports a subset of the common Python3 syntax.
Dapi_json.rst22 generated that has most common things turned on
/lvgl-latest/docs/details/base-widget/
Dcoord.rst239 It's quite common to align a child to the center of its parent,
391 common coordinate setting features have a "simple" version and the more
/lvgl-latest/docs/details/integration/chip/
Despressif.rst76 These components share a common public API, making it easy to migrate your projects across differen…
/lvgl-latest/tests/
DCMakeLists.txt99 -Wno-unused-but-set-variable # unused variables are common in the dual-heap arrangement
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dthreading.rst121 Under an OS, it is common to have many threads of execution ("tasks" in some OSes)
/lvgl-latest/docs/intro/
Dbasics.rst176 Attributes common to all Widgets are set by functions that look like this::
/lvgl-latest/docs/details/main-components/
Dindev.rst263 A common example of an encoder is a device with a turning knob that tells the hosting

12