Searched defs:bool (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/scripts/gdb/lvglgdb/ |
D | value.py | 22 def cast(self, type_name: str | gdb.Type, ptr: bool = False) -> Optional['Value']:
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | schema.h | 356 bool RawNumber(const Ch* str, SizeType len, bool) { in RawNumber() argument 361 bool String(const Ch* str, SizeType len, bool) { in String() argument 1057 bool String(Context& context, const Ch* str, SizeType length, bool) const { in String() argument 1108 bool Key(Context& context, const Ch* str, SizeType len, bool) const { in Key() argument 1526 bool CheckBool(Context& context, bool) const { in CheckBool() argument
|
/lvgl-latest/scripts/ |
D | LVGLImage.py | 311 premultiplied: bool, 1262 premultiply: bool = False,
|