Home
last modified time | relevance | path

Searched refs:imagePath (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSvgSceneBuilder.cpp614 string imagePath = href; in _imageBuildHelper() local
617 imagePath = svgPath.substr(0, (last == string::npos ? 0 : last + 1)) + imagePath; in _imageBuildHelper()
619 if (picture->load(imagePath) != Result::Success) { in _imageBuildHelper()