Searched defs:Value (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/scripts/gdb/lvglgdb/ |
D | value.py | 6 class Value(gdb.Value): class 7 def __init__(self, value: Union[gdb.Value, 'Value']):
|
D | lvgl.py | 19 def __init__(self, ll: Value, nodetype: Union[gdb.Type, str] = None): 68 def __init__(self, obj: Value): 133 def __init__(self, disp: Value): 146 def __init__(self, lv_global: Value): 170 def set_lvgl_instance(lv_global: Union[gdb.Value, Value, None]): 198 def dump_style_info(style: Value): 304 def dump_draw_unit(self, draw_unit: Value):
|
/lvgl-latest/docs/details/other-components/ |
D | obj_property.rst | 167 .. _single values: 169 Single Values 209 Paired Values
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgPicture.cpp | 216 struct Value in paint() struct 218 uint32_t id; in paint() 219 const Paint* ret; in paint()
|
D | tvgSvgLoader.cpp | 789 #define MATRIX_DEF(Name, Value) \ argument 906 #define LENGTH_DEF(Name, Value) \ argument
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | meta.h | 45 static const bool Value = Cond; member
|
D | ieee754.h | 29 double Value() const { return d_; } in Value() function
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | fwd.h | 116 typedef GenericValue<UTF8<char>, MemoryPoolAllocator<CrtAllocator> > Value; typedef
|