Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 64) sorted by relevance

123

/lvgl-latest/src/libs/thorvg/
DtvgRawLoader.cpp53 if (!LoadModule::read()) return true; in open()
80 bool RawLoader::read() in read() function in RawLoader
82 LoadModule::read(); in read()
DtvgRawLoader.h39 bool read() override;
DtvgLottieLoader.cpp94 LoadModule::read(); in header()
269 bool LottieLoader::read() in read() function in LottieLoader
272 if (!LoadModule::read()) return true; in read()
DtvgSvgLoader.h51 bool read() override;
DtvgLottieLoader.h61 bool read() override;
DtvgLoadModule.h59 virtual bool read() in read() function
/lvgl-latest/docs/details/main-components/
Dfs.rst113 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 the
270 /* fn is empty if there are no more files to read. */
292 - read
310 It has the potential to call the driver's ``read`` fewer
312 \>= the size of the file, ``read`` will only be called once. This strategy is good
314 since data will be buffered that will be discarded after the next seek and read.
[all …]
Dindev.rst173 The driver or application collects touch events until the indev read callback
508 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, you
537 might need to read it by polling a file descriptor (fd).
548 /* Call this anywhere you want to read the input device */
/lvgl-latest/scripts/
Dfiletohex.py7 s = file.read()
Dtrace_filter.py32 content = f.read()
Dlv_conf_internal_gen.py108 for line in fin.read().splitlines():
Djpg_to_sjpg.py66 a = f.read()
/lvgl-latest/docs/
Dadd_translation.py48 content = f.read()
Dconfig_builder.py28 data = f.read()
Dexample_list.py8 data = fp.read()
Dbuild.py461 data = f.read().decode('utf-8')
537 index_data = f.read().decode('utf-8')
/lvgl-latest/docs/details/libs/
Dbmp.rst11 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.
Darduino_sd.rst9 and read/write on them. You can also move through directories on the SD card..
Dlfs.rst29 .read = user_provided_block_device_read,
Dfs.rst14 - POSIX (Linux and Windows using POSIX function .e.g ``open``, ``read``)
16 - MEMFS (read a file from a memory buffer)
/lvgl-latest/src/libs/freetype/
Dlv_ftsystem.c102 stream->read = NULL; in FT_Stream_Open()
139 stream->read = ft_lv_fs_stream_io; in FT_Stream_Open()
/lvgl-latest/src/libs/thorvg/rapidjson/
Distreamwrapper.h101 if (!stream_.read(buffer_, static_cast<std::streamsize>(bufferSize_))) { in RAPIDJSON_DIAG_OFF()
/lvgl-latest/scripts/gen_json/
Dgen_json.py48 data = f.read().decode('utf-8').split('\n')
177 pp_data = f.read()
/lvgl-latest/docs/_ext/
Dlv_example.py46 contents = f.read().decode('utf-8')
/lvgl-latest/src/libs/fsdrv/
Dlv_fs_arduino_esp_littlefs.cpp122 *br = lf->file.read((uint8_t *)buf, btr); in fs_read()

123