Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgCompressor.cpp329 uint8_t sequence[MaxDictEntries]; in outputSequence() local
332 sequence[i++] = dict.entries[code].value; in outputSequence()
336 firstByte = sequence[--i]; in outputSequence()
339 if (!outputByte(sequence[i], output, outputSizeBytes, bytesDecodedSoFar)) return false; in outputSequence()
/lvgl-latest/src/drivers/display/drm/
Dlv_linux_drm.c79 static void page_flip_handler(int fd, unsigned int sequence, unsigned int tv_sec, unsigned int tv_u…
227 static void page_flip_handler(int fd, unsigned int sequence, unsigned int tv_sec, unsigned int tv_u… in page_flip_handler() argument
231 LV_UNUSED(sequence); in page_flip_handler()
/lvgl-latest/docs/details/other-components/
Dobj_id.rst44 - :cpp:expr:`lv_obj_free_id(widget)` will be called at the end of the sequence when
81 string for it. Example: if the following 6 Widgets are created in this sequence:
Dobj_property.rst252 exist in both lists. Because of the search sequence in
/lvgl-latest/docs/details/main-components/
Ddraw.rst113 time the evaluation sequence is complete, the task will contain the score and the ID
122 The sequence of the Draw Unit list (with the Software Draw Unit at the end) also
/lvgl-latest/docs/details/widgets/
Dspangroup.rst19 appended to the end of the list. The list sequence determines the order in which the
Dchart.rst101 - For a SCATTER chart, within each series, points later in the sequence will appear
102 on top of points earlier in the sequence when there is overlap.
Dscale.rst72 when there is overlap. You can reverse this sequence if you wish, making the ticks
/lvgl-latest/src/libs/lz4/
Dlz4.c767 LZ4_FORCE_INLINE U32 LZ4_hash4(U32 sequence, tableType_t const tableType) in LZ4_hash4() argument
770 return ((sequence * 2654435761U) >> ((MINMATCH*8)-(LZ4_HASHLOG+1))); in LZ4_hash4()
772 return ((sequence * 2654435761U) >> ((MINMATCH*8)-LZ4_HASHLOG)); in LZ4_hash4()
775 LZ4_FORCE_INLINE U32 LZ4_hash5(U64 sequence, tableType_t const tableType) in LZ4_hash5() argument
780 return (U32)(((sequence << 24) * prime5bytes) >> (64 - hashLog)); in LZ4_hash5()
783 return (U32)(((sequence >> 24) * prime8bytes) >> (64 - hashLog)); in LZ4_hash5()
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dthreading.rst15 In the context of this document, a thread is any sequence of CPU instructions.
/lvgl-latest/docs/
DCODING_STYLE.rst248 generation sequence does not, so the ``{.c}`` appendage to the ``@code`` command
DDoxyfile29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
2150 # You can define message sequence charts within doxygen comments using the \msc