Home
last modified time | relevance | path

Searched defs:Bool (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieParserHandler.h91 bool Bool(bool b) in Bool() function
/lvgl-latest/src/libs/thorvg/rapidjson/
Dprettywriter.h96 …bool Bool(bool b) { PrettyPrefix(b ? kTrueType : kFalseType); return Base::EndValue(Base… in Bool() function
Dwriter.h183 … bool Bool(bool b) { Prefix(b ? kTrueType : kFalseType); return EndValue(WriteBool(b)); } in Bool() function
Dschema.h343 bool Bool(bool b) { return WriteType(b ? kTrueType : kFalseType); } in Bool() function
1003 bool Bool(Context& context, bool b) const { in Bool() function
Dreader.h205 bool Bool(bool) { return static_cast<Override&>(*this).Default(); } in Bool() function