Home
last modified time | relevance | path

Searched defs:fdata (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/fsdrv/
Dlv_fs_stdio.c239 WIN32_FIND_DATAA fdata; in fs_dir_open() local
302 WIN32_FIND_DATAA fdata; in fs_dir_read() local
Dlv_fs_win32.c369 WIN32_FIND_DATAA fdata; in fs_dir_open() local
425 WIN32_FIND_DATAA fdata; in fs_dir_read() local
/lvgl-latest/src/libs/thorvg/
DtvgSwFill.cpp69 static uint32_t _estimateAAMargin(const Fill* fdata) in _estimateAAMargin()
129 static bool _updateColorTable(SwFill* fill, const Fill* fdata, const SwSurface* surface, uint8_t op… in _updateColorTable()
828 bool fillGenColorTable(SwFill* fill, const Fill* fdata, const Matrix& transform, SwSurface* surface… in fillGenColorTable()
845 const Fill::ColorStop* fillFetchSolid(const SwFill* fill, const Fill* fdata) in fillFetchSolid()
DtvgSwRaster.cpp1733 bool rasterGradientShape(SwSurface* surface, SwShape* shape, const Fill* fdata, uint8_t opacity) in rasterGradientShape()
1754 bool rasterGradientStroke(SwSurface* surface, SwShape* shape, const Fill* fdata, uint8_t opacity) in rasterGradientStroke()