Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/scripts/gdb/lvglgdb/
Dvalue.py22 def cast(self, type_name: str | gdb.Type, ptr: bool = False) -> Optional['Value']:
/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h356 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/
DLVGLImage.py311 premultiplied: bool,
1262 premultiply: bool = False,