/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | prettywriter.h | 72 \param indentCharCount Number of indent characters for each indentation level. 125 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(false); in StartObject() 139 …RAPIDJSON_ASSERT(Base::level_stack_.GetSize() >= sizeof(typename Base::Level)); // not inside an O… 140 …RAPIDJSON_ASSERT(!Base::level_stack_.template Top<typename Base::Level>()->inArray); // currently … 141 …RAPIDJSON_ASSERT(0 == Base::level_stack_.template Top<typename Base::Level>()->valueCount % 2); //… 143 bool empty = Base::level_stack_.template Pop<typename Base::Level>(1)->valueCount == 0; 159 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(true); in StartArray() 165 RAPIDJSON_ASSERT(Base::level_stack_.GetSize() >= sizeof(typename Base::Level)); 166 RAPIDJSON_ASSERT(Base::level_stack_.template Top<typename Base::Level>()->inArray); 167 bool empty = Base::level_stack_.template Pop<typename Base::Level>(1)->valueCount == 0; [all …]
|
D | writer.h | 103 …os_(&os), level_stack_(stackAllocator, levelDepth * sizeof(Level)), maxDecimalPlaces_(kDefaultMaxD… 107 …os_(0), level_stack_(allocator, levelDepth * sizeof(Level)), maxDecimalPlaces_(kDefaultMaxDecimalP… 218 new (level_stack_.template Push<Level>()) Level(false); in StartObject() 233 RAPIDJSON_ASSERT(level_stack_.GetSize() >= sizeof(Level)); // not inside an Object 234 …RAPIDJSON_ASSERT(!level_stack_.template Top<Level>()->inArray); // currently inside an Array, not … 235 …RAPIDJSON_ASSERT(0 == level_stack_.template Top<Level>()->valueCount % 2); // Object has a Key wit… 236 level_stack_.template Pop<Level>(1); 242 new (level_stack_.template Push<Level>()) Level(true); in StartArray() 248 RAPIDJSON_ASSERT(level_stack_.GetSize() >= sizeof(Level)); 249 RAPIDJSON_ASSERT(level_stack_.template Top<Level>()->inArray); [all …]
|
/lvgl-latest/src/libs/qrcode/ |
D | qrcodegen.h | 48 * - High level: Take the payload data and call qrcodegen_encodeText() or qrcodegen_encodeBinary(). 49 * - Low level: Custom-make the list of segments and call 51 …* (Note that all ways require supplying the desired error correction level and various byte buffer… 58 * The error correction level in a QR Code symbol. 103 * The mid-level way to create a segment is to take the payload data 105 * The low-level way to create a segment is to custom-make the bit buffer 151 /*---- Functions (high level) to generate QR Codes ----*/ 156 * at the given ECC level, then false is returned. 170 * data capacities per version, ECC level, and text encoding mode. 179 * at the given ECC level, then false is returned. [all …]
|
D | qrcodegen.c | 50 // could be inlined into the top-level public functions. 100 …2, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 Error correction level 112 …2, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 Error correction level 127 /*---- High-level QR Code encoding functions ----*/ 199 /*---- Low-level QR Code encoding functions ----*/ 232 // Increase the error correction level while the data still fits in the current version number in qrcodegen_encodeSegmentsAdvanced() 333 // for the given version number and error correction level. The result is in the range [9, 2956]. 526 // on the given mask and error correction level. This always draws all modules of
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwPostEffect.cpp | 35 int level; member 111 static int _gaussianInit(int* kernel, float sigma, int level) in _gaussianInit() argument 123 for (int i = 0; i < level; i++) { in _gaussianInit() 137 data->level = int(SwGaussianBlur::MAX_LEVEL * ((params->quality - 1) * 0.01f)) + 1; in effectGaussianPrepare() 138 auto extends = _gaussianInit(data->kernel, params->sigma * params->sigma, data->level); in effectGaussianPrepare() 178 …rams(%f %d %d), level(%d)", bbox.min.x, bbox.min.y, bbox.max.x, bbox.max.y, params->sigma, params-… in effectGaussianBlur() 182 for (int i = 0; i < data->level; ++i) { in effectGaussianBlur() 196 for (int i = 0; i < data->level; ++i) { in effectGaussianBlur()
|
/lvgl-latest/src/libs/expat/ |
D | xmlrole.c | 945 state->level = 1; in element1() 965 state->level = 2; in element2() 1056 state->level += 1; in element6() 1085 state->level -= 1; in element7() 1086 if (state->level == 0) { in element7() 1092 state->level -= 1; in element7() 1093 if (state->level == 0) { in element7() 1099 state->level -= 1; in element7() 1100 if (state->level == 0) { in element7() 1106 state->level -= 1; in element7() [all …]
|
D | xmlparse.c | 2829 /* save one level of indirection */ in doContent() 3331 DTD *const dtd = parser->m_dtd; /* save one level of indirection */ in storeAtts() 4724 /* save one level of indirection */ in doProlog() 5402 if (parser->m_prologState.level >= parser->m_groupSize) { in doProlog() 5445 parser->m_groupConnector[parser->m_prologState.level] = 0; in doProlog() 5459 if (parser->m_groupConnector[parser->m_prologState.level] == ASCII_PIPE) in doProlog() 5461 parser->m_groupConnector[parser->m_prologState.level] = ASCII_COMMA; in doProlog() 5466 if (parser->m_groupConnector[parser->m_prologState.level] == ASCII_COMMA) in doProlog() 5469 && ! parser->m_groupConnector[parser->m_prologState.level] in doProlog() 5477 parser->m_groupConnector[parser->m_prologState.level] = ASCII_PIPE; in doProlog() [all …]
|
D | xmltok_impl.c | 1402 int level = 0; in PREFIX() local 1420 ++level; in PREFIX() 1433 if (level == 0) { in PREFIX() 1437 --level; in PREFIX()
|
/lvgl-latest/src/drivers/windows/ |
D | lv_windows_display.h | 47 * @param zoom_level The zoom level value. Base value is 100 a.k.a 100%. 71 * with zoom level. 72 * @param physical The physical pixel value taken account with zoom level. 73 * @param zoom_level The zoom level value. Base value is 100 a.k.a 100%. 82 * @brief Get physical pixel value taken account with zoom level from 85 * @param zoom_level The zoom level value. Base value is 100 a.k.a 100%. 86 * @return The physical pixel value taken account with zoom level.
|
/lvgl-latest/src/misc/ |
D | lv_log.c | 72 void lv_log_add(lv_log_level_t level, const char * file, int line, const char * func, const char * … in lv_log_add() argument 74 if(level >= LV_LOG_LEVEL_NUM) return; /*Invalid level*/ in lv_log_add() 76 if(level >= LV_LOG_LEVEL) { in lv_log_add() 101 lvl_prefix[level], LOG_TIMESTAMP_EXPR func); in lv_log_add() 111 lvl_prefix[level], LOG_TIMESTAMP_EXPR func, msg LOG_FILE_LINE_EXPR); in lv_log_add() 112 custom_print_cb(level, buf); in lv_log_add()
|
D | lv_log.h | 24 /*Possible log level. For compatibility declare it independently from `LV_USE_LOG`*/ 60 typedef void (*lv_log_print_g_cb_t)(lv_log_level_t level, const char * buf); 84 * @param level the level of log. (From `lv_log_level_t` enum) 91 void lv_log_add(lv_log_level_t level, const char * file, int line, 148 #define lv_log_add(level, file, line, ...) argument
|
/lvgl-latest/docs/details/debugging/ |
D | log.rst | 11 Log Level 24 The events which have a higher level than the set log level will be logged 47 void my_log_cb(lv_log_level_t level, const char * buf) 66 - Log Level
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_tlsf.c | 243 ** However, because we linearly subdivide the second-level lists, and 245 ** create first-level lists for sizes smaller than SL_INDEX_COUNT * 4, 249 ** blocks below that size into the 0th first-level list. 565 /* No block exists. Search in the next largest first-level list. */ in search_suitable_block() 576 tlsf_assert(sl_map && "internal error - second level bitmap is null"); in search_suitable_block() 624 ** and second-level bitmaps appropriately. in insert_free_block() 853 /* Check that first- and second-level lists agree. */ in lv_tlsf_check() 855 tlsf_insist(!sl_map && "second-level map must be null"); in lv_tlsf_check() 864 tlsf_insist(sl_list && "no free blocks in second-level map"); in lv_tlsf_check()
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 32 for accessing low-level hardware (I/O pins, ADC, UART, SPI, I2C, RTC, Timers etc.) 41 MicroPython `does not have a good native high-level GUI library <https://forum.micropython.org/view… 43 high-level GUI library, which seems to be a natural candidate to map into a higher level language, … 50 - Develop GUI in Python, a very popular high level language. Use paradigms such as Object-Oriented … 68 - Creating tools to work with LVGL at a higher level (e.g. drag-and-drop designer).
|
/lvgl-latest/docs/ |
D | README.md | 193 * Each indentation level use 4 spaces. 233 new level to align with its parent list item like this: 235 - level 2 item 1: text 236 - level 2 item 2: text
|
/lvgl-latest/tests/src/ |
D | lv_test_init.c | 14 static void test_log_print_cb(lv_log_level_t level, const char * buf); 89 static void test_log_print_cb(lv_log_level_t level, const char * buf) in test_log_print_cb() argument 91 if(level < LV_LOG_LEVEL_WARN) { in test_log_print_cb()
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | terms_and_variables.rst | 38 As an example, assume a Source Directory top-level folder named poky and a 110 - **TMPDIR**: The top-level build output directory 118 As an example, assume a Source Directory top-level folder name poky, a default
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_entry.c | 47 static void syslog_print(lv_log_level_t level, const char * buf); 261 static void syslog_print(lv_log_level_t level, const char * buf) in syslog_print() argument 267 syslog(priority[level], "[LVGL] %s", buf); in syslog_print()
|
/lvgl-latest/scripts/gdb/lvglgdb/ |
D | lvgl.py | 231 "--level", 251 self.dump_obj(root, limit=args.level) 259 self.dump_obj(screen, depth=depth + 1, limit=args.level)
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | lcd_stm32_guide.rst | 76 #. Set ``LCD_CS`` to No pull-up and no pull-down, Low level and Very High speed. 77 #. Set ``LCD_RESET`` to Pull-up and High level. 78 #. Set ``LCD_DCX`` to No pull-up and no pull-down, High level and Very High speed.
|
/lvgl-latest/env_support/rt-thread/ |
D | lv_rt_thread_port.c | 50 static void lv_rt_log(lv_log_level_t level, const char * buf) 52 (void) level;
|
/lvgl-latest/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 28 void my_print( lv_log_level_t level, const char * buf ) 30 LV_UNUSED(level);
|
/lvgl-latest/src/drivers/display/st7796/ |
D | lv_st7796.c | 60 … /* Power control 3: Source driving current level = low, Gamma driving current level =…
|
/lvgl-latest/demos/ebike/translations/ |
D | lv_i18n.c | 81 {"Light level", "مستوى الضوء"}, 126 {"Light level", "光照强度"},
|
/lvgl-latest/docs/details/integration/os/ |
D | nuttx.rst | 46 high-level GUI library, that could fit very well for a RTOS with 55 - Usually, GUI development for low level RTOS requires multiple
|