Searched defs:fdata (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/fsdrv/ |
D | lv_fs_stdio.c | 239 WIN32_FIND_DATAA fdata; in fs_dir_open() local 302 WIN32_FIND_DATAA fdata; in fs_dir_read() local
|
D | lv_fs_win32.c | 369 WIN32_FIND_DATAA fdata; in fs_dir_open() local 425 WIN32_FIND_DATAA fdata; in fs_dir_read() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwFill.cpp | 69 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()
|
D | tvgSwRaster.cpp | 1733 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()
|