Searched refs:Writer (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | writer.h | 90 class Writer { 102 …Writer(OutputStream& os, StackAllocator* stackAllocator = 0, size_t levelDepth = kDefaultLevelDept… 106 Writer(StackAllocator* allocator = 0, size_t levelDepth = kDefaultLevelDepth) : 110 Writer(Writer&& rhs) : in Writer() function 507 Writer(const Writer&); 508 Writer& operator=(const Writer&); 514 inline bool Writer<StringBuffer>::WriteInt(int i) { in WriteInt() 522 inline bool Writer<StringBuffer>::WriteUint(unsigned u) { in WriteUint() 530 inline bool Writer<StringBuffer>::WriteInt64(int64_t i64) { in WriteInt64() 538 inline bool Writer<StringBuffer>::WriteUint64(uint64_t u) { in WriteUint64() [all …]
|
D | prettywriter.h | 48 class PrettyWriter : public Writer<OutputStream, SourceEncoding, TargetEncoding, StackAllocator, wr… 50 typedef Writer<OutputStream, SourceEncoding, TargetEncoding, StackAllocator, writeFlags> Base;
|
D | fwd.h | 95 class Writer; variable
|
/lvgl-latest/scripts/ |
D | LVGLImage.py | 803 encoder = png.Writer(self.w, 815 encoder = png.Writer(self.w, self.h, greyscale=False, alpha=True) 818 encoder = png.Writer(self.w, 825 encoder = png.Writer(self.w,
|