Home
last modified time | relevance | path

Searched full:distance (Results 1 – 25 of 31) sorted by relevance

12

/lvgl-latest/src/core/
Dlv_obj_pos.h49 * @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/
Dnema_matrix4x4.h131 * \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)
Dnema_provisional.h43 * \param stride Distance between two vertices
54 * \param stride Distance between two vertices
Dnema_vg_font.h105 …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/
Dlv_display.h617 * - 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/
Dlodepng.c640 /*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/
Dlv_i18n.c72 {"Distance today", "المسافة اليوم"},
85 {"Distance", "المسافة"},
117 {"Distance today", "今日距离"},
130 {"Distance", "距离"},
Den.yml6 Distance today: ~
19 Distance: ~
Dzh.yml6 Distance today: 今日距离
19 Distance: 距离
Dar.yml6 Distance today: المسافة اليوم
19 Distance: المسافة
/lvgl-latest/src/misc/
Dlv_event.h42 …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/
Dlv_indev_scroll.h51 * Get the distance of the nearest snap point
53 * @param p save the distance of the found snap point there
Dlv_indev_gesture.h69 float distance; /* Relevant for swipes */ member
Dlv_indev.h312 * Get the counter for consecutive clicks within a short distance and time.
/lvgl-latest/docs/details/base-widget/
Dobj.rst550 …:`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
Devent.rst125 … A click streak refers to multiple short clicks within a short period of time and a small distance.
Dcoord.rst32 When passing "length units" (a.k.a. "distance units" or "size units") as arguments to
/lvgl-latest/src/widgets/slider/
Dlv_slider.c492 /*Calculate the distance from each knob*/ in drag_start()
514 /*Calculate the distance from each knob*/ in drag_start()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_stats.c163 texts[1] = _("Distance"); in tabs_create()
550 stat_card_create(cont, _("Distance"), &subject_distance, "%dkm"); in stat_cont_create()
Dlv_demo_ebike_home.c453 card_labels_create(dist, "16.4", "km", _("Distance today")); in right_cont_create()
/lvgl-latest/tests/src/test_cases/
Dtest_click.c115 /*Resetting the click streak due to distance.*/ in test_click()
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h19 // 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/
Dlv_font.h114 …int8_t underline_position; /**< Distance between the top of the underline and base line (< 0 …
/lvgl-latest/docs/details/widgets/
Dscale.rst125 Labels can also be moved a fixed distance in X and Y pixels using
/lvgl-latest/src/libs/lz4/
Dlz4.c1079 … 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()

12