Home
last modified time | relevance | path

Searched refs:distance (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/indev/
Dlv_indev_gesture.h69 float distance; /* Relevant for swipes */ member
/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/libs/lodepng/
Dlodepng.c1346 unsigned code_d, distance; in inflateHuffmanBlock() local
1372 distance = DISTANCEBASE[code_d]; in inflateHuffmanBlock()
1378 distance += readBits(reader, numextrabits_d); in inflateHuffmanBlock()
1383 if(distance > start) ERROR_BREAK(52); /*too long backward distance*/ in inflateHuffmanBlock()
1384 backward = start - distance; in inflateHuffmanBlock()
1387 if(distance < length) { in inflateHuffmanBlock()
1389 lodepng_memcpy(out->data + start, out->data + backward, distance); in inflateHuffmanBlock()
1390 start += distance; in inflateHuffmanBlock()
1391 for(forward = distance; forward < length; ++forward) { in inflateHuffmanBlock()
1548 static void addLengthDistance(uivector * values, size_t length, size_t distance) in addLengthDistance() argument
[all …]
/lvgl-latest/docs/details/widgets/
Dscale.rst125 Labels can also be moved a fixed distance in X and Y pixels using