Searched full:see (Results 1 – 25 of 239) sorted by relevance
12345678910
/lvgl-latest/libs/nema_gfx/include/ |
D | nema_graphics.h | 209 * \see nema_rgba() 267 * \see nema_get_dirty_region() 268 * \see nema_clear_dirty_region_imm() 276 * \see nema_get_dirty_region() 277 * \see nema_clear_dirty_region() 448 * \see nema_rgba() 467 * \see nema_set_blend_fill() 468 * \see nema_rgba() 482 * \see nema_draw_line() 483 * \see nema_set_blend_fill() [all …]
|
D | nema_vg.h | 107 …* \return Error code. See NEMA_VG_ERR_* defines in "nema_vg_context.h" header file for the error c… 121 …* \return Error code. See NEMA_VG_ERR_* defines in "nema_vg_context.h" header file for the error c… 155 …* \return Error code. See NEMA_VG_ERR_* defines in "nema_vg_context.h" header file for the error c… 172 …* \return Error code. See NEMA_VG_ERR_* defines in "nema_vg_context.h" header file for the error c… 187 …* \return Error code. See NEMA_VG_ERR_* defines in "nema_vg_context.h" header file for the error c… 206 …* \return Error code. See NEMA_VG_ERR_* defines in "nema_vg_context.h" header file for the error c… 225 …* \return Error code. See NEMA_VG_ERR_* defines in "nema_vg_context.h" header file for the error c…
|
D | nema_hal.h | 49 * \see nema_init() 83 * \see nema_reg_write 93 * \see nema_reg_read() 159 * \see nema_host_free() 168 * \see nema_host_malloc() 187 * \see nema_sys_init()
|
/lvgl-latest/src/libs/thorvg/ |
D | thorvg.h | 166 * @see Paint::composite() 190 * @see Paint::blend() 224 * @see Scene::push(SceneEffect effect, ...) 251 * @see Paint::type() 252 * @see Fill::type() 315 * @see Paint::transform() 325 * @see Paint::transform() 339 * @see Paint::transform() 425 * @see Canvas::update() 477 * @see Paint::type() [all …]
|
D | thorvg_capi.h | 183 * \see Tvg_Type 204 * \see tvg_paint_get_type() 205 * \see tvg_gradient_get_type() 356 * \see tvg_engine_term() 357 * \see Tvg_Engine 382 * \see tvg_engine_init() 383 * \see Tvg_Engine 501 * \see Tvg_Colorspace 595 * \see tvg_paint_del(), tvg_canvas_clear() 614 * \see tvg_canvas_clear() [all …]
|
/lvgl-latest/docs/ |
D | Doxyfile | 23 # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv 298 # documentation. See http://daringfireball.net/projects/markdown/ for details. 339 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: 691 # version. For an example see the documentation. 711 # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. 714 # search path. See also \cite for info how to create references. 790 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING 797 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv 798 # documentation (see: http://www.gnu.org/software/libiconv) for the list of 868 # that contain example code fragments that are included (see the \include [all …]
|
D | ROADMAP.rst | 35 (see `here <https://github.com/lvgl/lvgl/issues/3481#issuecomment-1206434501>`__) 44 (see `here <https://github.com/lvgl/lvgl/issues/3379#issuecomment-1147954592>`__) 46 (see `here <https://github.com/lvgl/lvgl/issues/3379#issuecomment-1140886258>`__) 50 (see `here <https://github.com/lvgl/lvgl/pull/3390#pullrequestreview-990710921>`__) 56 …(see `here <https://forum.lvgl.io/t/keypad-input-device-why-lv-event-long-pressed-only-on-enter/10… 81 (see `here <https://forum.lvgl.io/t/linear-meter-bar-with-ticks/10986>`__ and #4043) 93 See `here <https://forum.lvgl.io/t/custom-exec-cb-prevents-lv-anim-del-obj-null/10266>`__. 113 (see `here <https://github.com/lvgl/lvgl/tree/arch/img-decode-rework>`__) 145 …der`, `lv_arc`: make possible to move the knob only inside the background (see `here <https://foru… 156 - |uncheck| Scene support. See `this comment <https://github.com/lvgl/lvgl/issues/2790#issuecomment… [all …]
|
D | CODING_STYLE.rst | 176 * @see 178 * - see `lv_obj_set_flex_grow()` for additional information. 220 - Refer reader to additional information using the ``@see`` command. Doxygen adds a 221 "See also" paragraph. The text following the ``@see`` command will be indented. 256 - ``@see text`` 257 generates a "See also" pagraph in a highlighted section, helpful when additional 344 which, itself includes ``lv_conf.h``. See examples at 354 manager for pre-commit hooks. See the `installation 372 The ``format-source`` local hook (see ``.pre-commit-config.yaml``) runs 374 excluded, see ``exclude`` key of the hook configuration) before entering
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 65 between two terms that you will hereafter see frequently: 78 See :ref:`default_display` for more information. 89 See :ref:`screens` for more details. 96 See :ref:`active_screen` for more information. 103 After LVGL is initialized (see :ref:`initializing_lvgl`), to create an interactive 109 Checkboxes, Switches, Sliders, Charts, etc. Go to :ref:`widgets` to see the full 199 To see the full API visit the documentation of the Widget in question under 273 By using parts you can apply different styles to sub-elements of a widget. (See below.) 332 See :ref:`style_properties_overview` for more details. 334 See :ref:`style_properties` to see the full list. [all …]
|
D | introduction.rst | 72 You can choose from many different ways of contributing See :ref:`contributing` such as simply writ… 203 See the :ref:`display` section to learn more. 235 Why do I see only garbage on the screen? 238 …your display driver. Try the following code without using LVGL. You should see a square with red-b… 264 Why do I see nonsense colors on the screen? 302 progress. There are several ways to do this. See the :ref:`threading` section to
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | threading.rst | 31 see it either as not yet started, or as completed, and not in any state that is 34 If other threads can see the operation in a partially performed state, or 47 observing it will always see it in a consistent state, as if operations on it 55 see it in a consistent state. 66 That means it is the programmer's responsibility to see that no LVGL function is 97 platform; see :ref:`tick_interface` for more information) and 106 If you are using an OS, there are a few other options. See below. 112 must be reliable and the Tick Value must appear :ref:`atomic <atomic>` to LVGL. See 126 Yet it still remains the programmer's responsibility to see that no LVGL function is 150 that thread is also the ONLY caller of :cpp:func:`lv_timer_handler`. (See [all …]
|
D | connecting_lvgl.rst | 32 milliseconds to manage LVGL timers. See :ref:`timer_handler` for different ways 79 platform. See below and the :ref:`threading` section to learn more. 136 See the respective links for how to supply LVGL with this knowledge. 156 See :ref:`indev_creation` to see how to do this.
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.h | 152 colortype: the desired color type for the raw output image. See explanation on PNG color types. 153 bitdepth: the desired bit depth for the raw output image. See explanation on PNG color types. 209 colortype: the color type of the raw input image. See explanation on PNG color types. 210 bitdepth: the bit depth of the raw input image. See explanation on PNG color types. 359 …unsigned btype; /*the block type for LZ (0, 1, 2 or 3, see zlib standard). Should be 2 for proper … 392 …LodePNGColorType colortype; /*color type, see PNG standard or documentation further in this header… 393 …unsigned bitdepth; /*bits per sample, see PNG standard or documentation further in this header fi… 576 See the PNG, ICC and sRGB specifications for more information about the meaning of these values. 719 See the reference manual at the end of this header file to see which color conversions are supporte… 934 -4 bytes chunk type (ASCII a-z,A-Z only, see below) [all …]
|
/lvgl-latest/src/libs/qrcode/ |
D | qrcodegen.c | 129 // Public function - see documentation comment in header file. 170 // Public function - see documentation comment in header file. 201 // Public function - see documentation comment in header file. 210 // Public function - see documentation comment in header file. 783 // Public function - see documentation comment in header file. 794 // Public function - see documentation comment in header file. 847 // Public function - see documentation comment in header file. 859 // Public function - see documentation comment in header file. 871 // Public function - see documentation comment in header file. 917 // Public function - see documentation comment in header file. [all …]
|
/lvgl-latest/src/libs/thorvg/rapidjson/error/ |
D | error.h | 12 // CONDITIONS OF ANY KIND, either express or implied. See the License for the 62 \see GenericReader::Parse, GenericReader::GetParseErrorCode 104 \see GenericReader::Parse, GenericDocument::Parse 160 \see GenericSchemaValidator 185 kValidateErrorPatternProperties, //!< See other errors. 218 \see GenericSchemaValidator 255 \see GenericPointer::GenericPointer, GenericPointer::GetParseErrorCode
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 63 default state the default value will be used. (See later) 67 States have a precedence which is shown by their value (see in the above list). 100 want to see if it's pressed, therefore the pressed state has a higher 188 This means all three parts of the slider can have their own styles. See 344 3. To make LVGL check all Widgets to see if they use a style and refresh them 355 - local styles and transitions (see below) 406 In documentation of widgets you will see sentences like "The 418 See :ref:`boxing_model` for the meanings of these terms.
|
/lvgl-latest/docs/details/integration/chip/ |
D | alif.rst | 25 such as with Zephyr RTOS. See `Alif's GitHub repos <https://github.com/orgs/alifsemi/repositories>`… 39 `See here <https://code.visualstudio.com/docs/setup/setup-overview>`__. 80 Among the results of ``ls`` you should see ``app-release-exec-linux``. That, combined 130 If you only see "Reactivate Environment" then it is likely already active. 142 to the JSON you see. 188 In your terminal you should see CMSIS packs being installed. Wait for it to complete.
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 203 each (see below). 206 to help you manage layering of displayed Widgets. See :ref:`transparent_screens` and 220 See :ref:`multiple_displays` for more information about using multiple displays. 240 - ``buf2`` a second optional buffer (see below) 343 Callback multiple times. To see whether the current call is for the last chunk being 479 (see ``lv_conf.h``) 485 - :c:macro:`LV_COLOR_DEPTH` ``1``: I1 (1 bit/pixel) Only support for horizontal mapped buffers. See… 600 (If the display uses `LV_COLOR_FORMAT_I1`, LVGL automatically applies this rounding. See :ref:`mono…
|
/lvgl-latest/src/draw/ |
D | lv_image_dsc.h | 23 * It must be neither a valid ASCII character nor larger than 0x80. See `lv_image_src_get_type`. 83 uint32_t flags: 16; /**< Image flags, see `lv_image_flags_t`*/ 84 uint32_t cf : 8; /**< Color format: See `lv_color_format_t`*/ 90 uint32_t cf : 8; /**< Color format: See `lv_color_format_t`*/ 91 uint32_t flags: 16; /**< Image flags, see `lv_image_flags_t`*/
|
/lvgl-latest/demos/ |
D | README.md | 118 See in [widgets](https://github.com/lvgl/lvgl/tree/master/demos/widgets) folder. 133 See in [music](https://github.com/lvgl/lvgl/tree/master/demos/music) folder. 141 See in [keypad_encoder](https://github.com/lvgl/lvgl/tree/master/demos/keypad_encoder) folder. 147 See in [benchmark](https://github.com/lvgl/lvgl/tree/master/demos/benchmark) folder. 152 See in [stress](https://github.com/lvgl/lvgl/tree/master/demos/stress) folder.
|
/lvgl-latest/ |
D | README.md | 82 …l) where you can easily send one time or recurring donations. You can also see all of our expenses… 108 See some examples of creating widgets, using layouts and applying styles. You will find C and Micro… 422 1. Check the [Online demos](https://lvgl.io/demos) to see LVGL in action (3 minutes). 430 …6. Port LVGL to a board. See the [Porting](https://docs.lvgl.io/master/intro/add-lvgl-to-your-proj… 435 …f the [Widgets](https://docs.lvgl.io/master/details/widgets/index.html) to see their features and … 440 …10. Read the [Contributing](https://docs.lvgl.io/master/CONTRIBUTING.html) guide to see how you ca… 462 More than 300 people already left their fingerprint in LVGL. Be one them! See you here! :slightly_s…
|
/lvgl-latest/docs/details/widgets/ |
D | chart.rst | 89 - :ref:`See below <chart_update_modes>` 119 - :cpp:enumerator:`LV_PART_SCROLLBAR` A scrollbar used if the chart is zoomed. See 203 setting values with ``lv_chart_set_...value_...()`` functions. See below 227 (See `Update modes`_ below.) 309 in a very flexible way. See the `examples 2 <#axis-ticks-and-labels-with-scrolling>`_ 348 See an example of using this function `here <#show-cursor-on-the-clicked-point>`_.
|
/lvgl-latest/src/misc/ |
D | lv_text_private.h | 170 /*U+061C ARABIC LETTER MARK, see https://www.compart.com/en/unicode/block/U+0600*/ in lv_text_is_marker() 173 /*U+115F HANGUL CHOSEONG FILLER, See https://www.compart.com/en/unicode/block/U+1100*/ in lv_text_is_marker() 178 /*See https://www.compart.com/en/unicode/block/U+1800*/ in lv_text_is_marker() 181 /*See https://www.compart.com/en/unicode/block/U+2000*/ in lv_text_is_marker() 186 /*U+FEFF ZERO WIDTH NO-BREAK SPACE, see https://www.compart.com/en/unicode/block/U+FE70*/ in lv_text_is_marker()
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | rapidjson.h | 12 // CONDITIONS OF ANY KIND, either express or implied. See the License for the 21 \see RAPIDJSON_CONFIG 105 \see rapidjson 110 \see RAPIDJSON_NAMESPACE 115 \see RAPIDJSON_NAMESPACE 404 \see rapidjson::SizeType 724 \see RAPIDJSON_NAMESPACE
|
D | document.h | 12 // CONDITIONS OF ANY KIND, either express or implied. See the License for the 46 // see https://github.com/Tencent/rapidjson/issues/1448 173 of a GenericValue, see ISO/IEC 14882:2003(E) C++ standard, 24.1 [lib.iterator.requirements]. 183 \see GenericMember, GenericValue::MemberIterator, GenericValue::ConstMemberIterator 343 \see StringRef, GenericValue::SetString 384 \see StringRef(const CharType*) 451 …\see GenericValue::GenericValue(StringRefType), GenericValue::operator=(StringRefType), GenericVal… 739 \see CopyFrom() 781 … GenericValue(T b, RAPIDJSON_ENABLEIF((internal::IsSame<bool, T>))) RAPIDJSON_NOEXCEPT // See #472 944 \see GenericStringRef, operator=(T) [all …]
|
12345678910