Searched refs:dot (Results 1 – 13 of 13) sorted by relevance
/lvgl-latest/src/widgets/label/ |
D | lv_label_private.h | 34 char dot[LV_LABEL_DOT_NUM + 1]; /**< Bytes that have been replaced with dots */ member
|
D | lv_label.c | 1205 for(int i = 0; i < LV_LABEL_DOT_NUM + 1 && label->dot[i]; i++) { in lv_label_revert_dots() 1206 label->text[label->dot_begin + i] = label->dot[i]; in lv_label_revert_dots() 1218 lv_strncpy(label->dot, &label->text[dot_begin], LV_LABEL_DOT_NUM + 1); in lv_label_set_dots()
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | renesas_glcdc.rst | 24 - Generates a dot clock to the panel. The clock source is selectable from internal or external (LCD…
|
/lvgl-latest/docs/ |
D | Doxyfile | 184 # first line (until the first dot) of a Javadoc-style comment as the brief 193 # line (until the first dot) of a Qt-style comment as the brief description. If 1880 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is 2138 # Configuration options related to the dot tool 2144 # disabled, but it is recommended to install and use dot, since it yields more 2172 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 2181 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed 2191 # When you want a differently looking font in the dot files that doxygen 2193 # sure dot is able to find the font, which can be done by putting it in a 2202 # dot graphs. [all …]
|
D | CONTRIBUTING.rst | 129 - no dot (``.``) at the end
|
D | README.md | 209 - `.. code-block:: dot` (graphviz),
|
D | CHANGELOG.rst | 232 - **fix(test): fix filter option dot escape by setting regexp string** `6509 <https://github.com/lv…
|
/lvgl-latest/docs/details/widgets/ |
D | keyboard.rst | 42 - :cpp:enumerator:`LV_KEYBOARD_MODE_NUMBER` Display numbers, +/- sign, and decimal dot
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgSceneBuilder.cpp | 608 const char *dot = strrchr(href, '.'); in _imageBuildHelper() local 609 if (dot && !strcmp(dot, ".svg")) { in _imageBuildHelper()
|
D | tvgLottieExpressions.cpp | 1170 auto dot = jerry_function_external(_dot); in _buildMath() local 1171 jerry_object_set_sz(context, "dot", dot); in _buildMath() 1172 jerry_value_free(dot); in _buildMath()
|
/lvgl-latest/scripts/built_in_font/font_license/DejaVuSans/ |
D | LICENSE | 48 Inc., respectively. For further information, contact: fonts at gnome dot
|
/lvgl-latest/ |
D | Kconfig | 1195 bool "Monochrome theme, suitable for some E-paper & dot matrix displays"
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …oor-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{conte…
|