/lvgl-latest/src/core/ |
D | lv_obj_pos.h | 49 * @note With default alignment it's the distance from the top left corner 60 * @note With default alignment it's the distance from the top left corner 71 * @note With default alignment it's the distance from the top left corner 225 …* @return distance of `obj` from the left side of its parent plus the parent's left paddi… 230 …* @note The returned value is always the distance from the parent even if `obj` is posi… 237 …* @return distance of `obj` from the right side of its parent plus the parent's right pad… 242 …* @note The returned value is always the distance from the parent even if `obj` is posi… 249 * @return distance of `obj` from the top side of its parent plus the parent's top padding 254 …* @note The returned value is always the distance from the parent even if `obj` is posi… 261 …* @return distance of `obj` from the bottom side of its parent plus the parent's bottom p… [all …]
|
/lvgl-latest/libs/nema_gfx/include/ |
D | nema_matrix4x4.h | 131 * \param nearVal Distance from the viewer to the near clipping plane (always positive) 132 * \param farVal Distance from the viewer to the far clipping plane (always positive) 144 * \param nearVal Distance from the viewer to the near clipping plane (always positive) 145 * \param farVal Distance from the viewer to the far clipping plane (always positive) 158 * \param nearVal Distance from the viewer to the near clipping plane (always positive) 159 * \param farVal Distance from the viewer to the far clipping plane (always positive) 210 * \param nearVal Distance from the viewer to the near clipping plane (always positive) 211 * \param farVal Distance from the viewer to the far clipping plane (always positive)
|
D | nema_provisional.h | 43 * \param stride Distance between two vertices 54 * \param stride Distance between two vertices
|
D | nema_vg_font.h | 105 …const float ascender; /**< Vertical distance from the baseline to the highe… 106 …const float descender; /**< Vertical distance from the baseline to the lowes…
|
/lvgl-latest/src/display/ |
D | lv_display.h | 617 * - 40 dip is 40 px on a 160 DPI screen (distance = 1/4 inch). 618 * - 40 dip is 80 px on a 320 DPI screen (distance still = 1/4 inch). 626 * For default display, computes the number of pixels (a distance or size) as if the 628 * get real distance on the display that will be consistent regardless of its current 632 * @return number of pixels to use to make that distance 637 * For specified display, computes the number of pixels (a distance or size) as if the 639 * get real distance on the display that will be consistent regardless of its current 644 * @return number of pixels to use to make that distance
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 640 /*the distance codes have their own symbols, 30 used, 2 unused*/ 657 /*the base backwards distances (the bits of distance codes appear after length codes and use their … 806 appear at all, but such huffman tree could still exist (e.g. if distance in HuffmanTree_makeTable() 1118 /*get the distance code tree of a deflated block with fixed tree, as specified in the deflate speci… 1125 /*there are 32 distance codes, but 30-31 are unused*/ in generateFixedDistanceTree() 1191 /*number of distance codes. Unlike the spec, the value 1 is added to it here already*/ in getTreeInflateDynamic() 1316 HuffmanTree tree_d; /*the huffman tree for distance codes*/ in inflateHuffmanBlock() 1346 unsigned code_d, distance; in inflateHuffmanBlock() local 1347 unsigned numextrabits_l, numextrabits_d; /*extra bits for length and distance*/ in inflateHuffmanBlock() 1361 /*part 3: get distance code*/ in inflateHuffmanBlock() [all …]
|
/lvgl-latest/demos/ebike/translations/ |
D | lv_i18n.c | 72 {"Distance today", "المسافة اليوم"}, 85 {"Distance", "المسافة"}, 117 {"Distance today", "今日距离"}, 130 {"Distance", "距离"},
|
D | en.yml | 6 Distance today: ~ 19 Distance: ~
|
D | zh.yml | 6 Distance today: 今日距离 19 Distance: 距离
|
D | ar.yml | 6 Distance today: المسافة اليوم 19 Distance: المسافة
|
/lvgl-latest/src/misc/ |
D | lv_event.h | 42 …LV_EVENT_SINGLE_CLICKED, /**< Sent for first short click within a small distance and short ti… 43 …LV_EVENT_DOUBLE_CLICKED, /**< Sent for second short click within small distance and short tim… 44 …LV_EVENT_TRIPLE_CLICKED, /**< Sent for third short click within small distance and short time…
|
/lvgl-latest/src/indev/ |
D | lv_indev_scroll.h | 51 * Get the distance of the nearest snap point 53 * @param p save the distance of the found snap point there
|
D | lv_indev_gesture.h | 69 float distance; /* Relevant for swipes */ member
|
D | lv_indev.h | 312 * Get the counter for consecutive clicks within a short distance and time.
|
/lvgl-latest/docs/details/base-widget/ |
D | obj.rst | 550 …:`LV_EVENT_SINGLE_CLICKED` Sent for first short click within a small distance and short time. 551 …r:`LV_EVENT_DOUBLE_CLICKED` Sent for second short click within small distance and short time. 552 - :cpp:enumerator:`LV_EVENT_TRIPLE_CLICKED` Sent for third short click within small distance…
|
D | event.rst | 125 … A click streak refers to multiple short clicks within a short period of time and a small distance.
|
D | coord.rst | 32 When passing "length units" (a.k.a. "distance units" or "size units") as arguments to
|
/lvgl-latest/src/widgets/slider/ |
D | lv_slider.c | 492 /*Calculate the distance from each knob*/ in drag_start() 514 /*Calculate the distance from each knob*/ in drag_start()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_stats.c | 163 texts[1] = _("Distance"); in tabs_create() 550 stat_card_create(cont, _("Distance"), &subject_distance, "%dkm"); in stat_cont_create()
|
D | lv_demo_ebike_home.c | 453 card_labels_create(dist, "16.4", "km", _("Distance today")); in right_cont_create()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_click.c | 115 /*Resetting the click streak due to distance.*/ in test_click()
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 19 // render glyphs to one-channel SDF bitmaps (signed-distance field/function) 205 // bounding box for all characters. SF*-y0 will be the distance in pixels 628 // the distance from one row to the next (or 0 to mean they are packed tightly 788 // Height is measured as the distance from the highest ascender to the lowest 986 // Signed Distance Function (or Field) rendering 1001 … -- extra "pixels" around the character which are filled with the distance to the character …
|
/lvgl-latest/src/font/ |
D | lv_font.h | 114 …int8_t underline_position; /**< Distance between the top of the underline and base line (< 0 …
|
/lvgl-latest/docs/details/widgets/ |
D | scale.rst | 125 Labels can also be moved a fixed distance in X and Y pixels using
|
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 1079 … assert((current - matchIndex) <= LZ4_DISTANCE_MAX); /* match now expected within distance */ in LZ4_compress_generic_validated() 1852 DEBUGLOG(5, "invalid: literals end at distance %zi from end of block", oend-op); in LZ4_decompress_unsafe_generic() 1906 DEBUGLOG(5, "invalid: match ends at distance %zi from end of block", oend-op); in LZ4_decompress_unsafe_generic()
|