Searched refs:Based (Results 1 – 8 of 8) sorted by relevance
65 Fragment Based Navigation
17 Based on test result from a watch project. Most of the images can be compressed
203 enum Based : uint8_t { Chars = 1, CharsExcludingSpaces, Words, Lines }; enum215 Based based = Chars;
1077 … if ((*s)->based == LottieTextRange::Based::CharsExcludingSpaces) basedIdx = idx - space; in updateText()1078 … else if ((*s)->based == LottieTextRange::Based::Words) basedIdx = line + space; in updateText()1079 else if ((*s)->based == LottieTextRange::Based::Lines) basedIdx = line; in updateText()
1151 else if (KEY_AS("b")) selector->based = (LottieTextRange::Based) getInt(); in parseTextRange()
45 Based <https://blog.lvgl.io/2018-12-13/extend-lvgl-objects>`__
42 LVGL is an `Object-Oriented Component Based <https://blog.lvgl.io/2018-12-13/extend-lvgl-objects>`__
636 …s. If there are 4 tiles, the ideal tile size is approximately 93k pixels. Based on this, core util…