Searched defs:Type (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | meta.h | 39 template <typename T> struct Void { typedef void Type; }; typedef 46 typedef BoolType Type; typedef 56 … C> struct SelectIfImpl { template <typename T1, typename T2> struct Apply { typedef T1 Type; }; }; typedef
|
D | biginteger.h | 34 typedef uint64_t Type; typedef
|
/lvgl-latest/scripts/gdb/lvglgdb/ |
D | value.py | 22 def cast(self, type_name: str | gdb.Type, ptr: bool = False) -> Optional['Value']:
|
D | lvgl.py | 19 def __init__(self, ll: Value, nodetype: Union[gdb.Type, str] = None):
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModel.h | 85 enum Type : uint8_t enum 122 enum Type : uint8_t enum 289 enum Type : uint8_t { Simultaneous = 1, Individual = 2 }; enum 394 enum Type : uint8_t {Star = 1, Polygon}; enum 751 enum Type : uint8_t {Precomp = 0, Solid, Image, Null, Shape, Text}; enum
|
D | thorvg.h | 256 enum class Type : uint8_t enum
|
D | tvgLottieProperty.h | 118 …enum class Type : uint8_t { Point = 0, Float, Opacity, Color, PathSet, ColorStop, Position, TextDo… enum
|
D | tvgSvgLoader.cpp | 290 #define _PARSE_TAG(Type, Name, Name1, Tags_Array, Default) \ argument
|