Searched refs:read (Results 1 – 25 of 64) sorted by relevance
123
53 if (!LoadModule::read()) return true; in open()80 bool RawLoader::read() in read() function in RawLoader82 LoadModule::read(); in read()
39 bool read() override;
94 LoadModule::read(); in header()269 bool LottieLoader::read() in read() function in LottieLoader272 if (!LoadModule::read()) return true; in read()
51 bool read() override;
61 bool read() override;
59 virtual bool read() in read() function
113 drv.read_cb = my_read_cb; /* Callback to read a file */118 drv.dir_open_cb = my_dir_open_cb; /* Callback to open directory to read its content */119 drv.dir_read_cb = my_dir_read_cb; /* Callback to read a directory's content */231 The example below shows how to read from a file:251 This example shows how to read a directory's content. It's up to the270 /* fn is empty if there are no more files to read. */292 - read310 It has the potential to call the driver's ``read`` fewer312 \>= the size of the file, ``read`` will only be called once. This strategy is good314 since data will be buffered that will be discarded after the next seek and read.[all …]
173 The driver or application collects touch events until the indev read callback508 in ``lv_conf.h`` sets the default read period.529 read and it should call ``read_cb`` again.534 Normally an Input Device is read every :c:macro:`LV_DEF_REFR_PERIOD`536 need more control over when to read the input device. For example, you537 might need to read it by polling a file descriptor (fd).548 /* Call this anywhere you want to read the input device */
7 s = file.read()
32 content = f.read()
108 for line in fin.read().splitlines():
66 a = f.read()
48 content = f.read()
28 data = f.read()
8 data = fp.read()
461 data = f.read().decode('utf-8')537 index_data = f.read().decode('utf-8')
11 The pixels are read on demand (not the whole image is loaded)41 - Because not the whole image is read in cannot be zoomed or rotated.
9 and read/write on them. You can also move through directories on the SD card..
29 .read = user_provided_block_device_read,
14 - POSIX (Linux and Windows using POSIX function .e.g ``open``, ``read``)16 - MEMFS (read a file from a memory buffer)
102 stream->read = NULL; in FT_Stream_Open()139 stream->read = ft_lv_fs_stream_io; in FT_Stream_Open()
101 if (!stream_.read(buffer_, static_cast<std::streamsize>(bufferSize_))) { in RAPIDJSON_DIAG_OFF()
48 data = f.read().decode('utf-8').split('\n')177 pp_data = f.read()
46 contents = f.read().decode('utf-8')
122 *br = lf->file.read((uint8_t *)buf, btr); in fs_read()