Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dprettywriter.h50 typedef Writer<OutputStream, SourceEncoding, TargetEncoding, StackAllocator, writeFlags> Base; typedef
51 typedef typename Base::Ch Ch;
58 …explicit PrettyWriter(OutputStream& os, StackAllocator* allocator = 0, size_t levelDepth = Base::k…
59Base(os, allocator, levelDepth), indentChar_(' '), indentCharCount_(4), formatOptions_(kFormatDefa… in Base() function
62 …explicit PrettyWriter(StackAllocator* allocator = 0, size_t levelDepth = Base::kDefaultLevelDepth)…
63Base(allocator, levelDepth), indentChar_(' '), indentCharCount_(4), formatOptions_(kFormatDefault)… in Base() function
67Base(std::forward<PrettyWriter>(rhs)), indentChar_(rhs.indentChar_), indentCharCount_(rhs.indentCh… in PrettyWriter()
95 …bool Null() { PrettyPrefix(kNullType); return Base::EndValue(Base::WriteNull());… in Null()
96 …ol b) { PrettyPrefix(b ? kTrueType : kFalseType); return Base::EndValue(Base::WriteBool(… in Bool()
97 …bool Int(int i) { PrettyPrefix(kNumberType); return Base::EndValue(Base::WriteInt(i));… in Int()
[all …]
Dreader.h1434 typedef NumberStream<InputStream, StackCharacter, false, false> Base; typedef
1436 …NumberStream(GenericReader& reader, InputStream& s) : Base(reader, s), stackStream(reader.stack_) … in NumberStream()
1439 stackStream.Put(static_cast<StackCharacter>(Base::is.Peek())); in TakePush()
1440 return Base::is.Take(); in TakePush()
1460 typedef NumberStream<InputStream, StackCharacter, true, false> Base; typedef
1462 NumberStream(GenericReader& reader, InputStream& s) : Base(reader, s) {} in NumberStream()
1464 RAPIDJSON_FORCEINLINE Ch Take() { return Base::TakePush(); } in Take()
/lvgl-latest/docs/details/widgets/
Dbutton.rst13 Buttons, by default, differ from Base Widget in the following ways:
32 There are no new features compared to :ref:`Base Widget <base_widget>`.
/lvgl-latest/docs/details/base-widget/
Dindex.rst4 Base Widget
Dobj.rst13 Examples of Widgets: :ref:`Base Widget (and Screen) <base_widget>`,
27 Base Widget
29 The most fundamental of all Widgets is the Base Widget, on which all other widgets
30 are based. From an Object-Oriented perspective, think of the Base Widget as the
33 The functions and functionalities of the Base Widget can be used with
36 The Base Widget can be used directly as a simple widget. While it is a simple
289 Normally the Base Widget is used for this purpose since it has all the features most
428 :ref:`Base Widget <base_widget>` uses the main and scrollbar parts but a
539 Base-Widget Events
/lvgl-latest/examples/widgets/obj/
Dindex.rst2 Base objects with custom styles
/lvgl-latest/docs/details/other-components/
Dobserver.rst251 Base Widget
/lvgl-latest/docs/intro/
Dbasics.rst107 Widgets are "intelligent" LVGL graphical elements such as :ref:`Base Widgets
/lvgl-latest/docs/details/main-components/
Dfont.rst493 …my_font.base_line = base_line; /* Base line measured from the top of line_hei…