Home
last modified time | relevance | path

Searched defs:Dictionary (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/docs/details/other-components/
Dime_pinyin.rst57 Dictionary format
88 Applying a new dictionary
/lvgl-latest/src/libs/thorvg/
DtvgCompressor.cpp253 struct Dictionary struct
255 struct Entry
262 int size;
263 Entry entries[MaxDictEntries];
265 Dictionary() in Dictionary() function
278 int findIndex(const int code, const int value) const in findIndex()
290 bool add(const int code, const int value) in add()
299 bool flush(int & codeBitsWidth) in flush()