Searched refs:Unit (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/docs/details/main-components/ |
D | draw.rst | 42 - compute which :ref:`Draw Unit <draw units>` should receive this task, and 43 - give the Draw Unit all the details required to accomplish the drawing task. 53 :preferred Draw Unit ID: the ID of the Draw Unit that should take this task 54 :preference score: value describing the speed of the specified Draw Unit relative 66 A "Draw Unit" (based on :cpp:type:`lv_draw_unit_t`) is any "logic entity" that can 73 Software Drawing Unit enters itself at the head of that list. If your platform has 76 Draw Unit(s), you add each available drawing unit to that list by calling 79 already-existing draw units further back in the list, making the earliest Draw Unit 82 Unit is created. 90 to ``1``. However, if you are introducing your own Draw Unit(s), you will need to [all …]
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModel.cpp | 118 auto divisor = (rangeUnit == Unit::Percent) ? (100.0f / totalLen) : 1.0f; in range() 128 auto len = (rangeUnit == Unit::Percent) ? 100.0f : totalLen; in range()
|
D | tvgLottieModel.h | 205 enum Unit : uint8_t { Percent = 1, Index }; enum 217 Unit rangeUnit = Percent;
|
D | tvgLottieParser.cpp | 1155 else if (KEY_AS("r")) selector->rangeUnit = (LottieTextRange::Unit) getInt(); in parseTextRange()
|
/lvgl-latest/docs/ |
D | README_jp.rst | 485 …_text(rtl_label,"מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Processing Unit)."); 526 …l_label.set_text("מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Processing Unit).")
|
D | README_zh.rst | 482 …_text(rtl_label,"מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Processing Unit)."); 514 …l_label.set_text("מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Processing Unit).")
|
D | ROADMAP.rst | 104 - |uncheck| Unit test for all widgets #2337
|
D | README_pt_BR.rst | 545 …_text(rtl_label,"מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Processing Unit)."); 586 …l_label.set_text("מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Processing Unit).")
|
/lvgl-latest/ |
D | README.md | 372 …_text(rtl_label,"מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Processing Unit)."); 400 rtl_label.set_text("מעבד, או בשמו המלא יחידת עיבוד מרכזית (באנגלית: CPU - Central Processing Unit).…
|