Searched defs:stream (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/libs/freetype/ |
D | lv_ftsystem.c | 34 #define STREAM_FILE( stream ) ( (lv_fs_file_t*)stream->descriptor.pointer ) argument 90 FT_Stream_Open(FT_Stream stream, in FT_Stream_Open() 243 ft_lv_fs_stream_close(FT_Stream stream) in ft_lv_fs_stream_close() 265 ft_lv_fs_stream_io(FT_Stream stream, in ft_lv_fs_stream_io()
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | stringbuffer.h | 100 inline void PutReserve(GenericStringBuffer<Encoding, Allocator>& stream, size_t count) { in PutReserve() 105 inline void PutUnsafe(GenericStringBuffer<Encoding, Allocator>& stream, typename Encoding::Ch c) { in PutUnsafe() 111 inline void PutN(GenericStringBuffer<UTF8<> >& stream, char c, size_t n) { in PutN()
|
D | stream.h | 84 inline void PutReserve(Stream& stream, size_t count) { in PutReserve() 91 inline void PutUnsafe(Stream& stream, typename Stream::Ch c) { in PutUnsafe() 97 inline void PutN(Stream& stream, Ch c, size_t n) { in PutN()
|
D | filewritestream.h | 94 inline void PutN(FileWriteStream& stream, char c, size_t n) { in PutN()
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 58 ttf_cb_stream_t stream; member 60 const uint8_t * stream; member 176 static void ttf_cb_stream_read(ttf_cb_stream_t * stream, void * data, size_t to_read) in ttf_cb_stream_read() 190 static void ttf_cb_stream_seek(ttf_cb_stream_t * stream, size_t position) in ttf_cb_stream_seek()
|
D | stb_truetype_htcw.h | 1432 static int stbtt__isfont(STBTT_STREAM_TYPE stream, stbtt_uint32 offs) in stbtt__isfont()
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgCompressor.cpp | 96 …uint8_t* stream; //Growable buffer to store our bits. Heap allocated & owned by the class in… member 206 const uint8_t* stream; // Pointer to the external bit stream. Not owned by the reader. member
|