Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgLoader.cpp411 static unsigned char _parseColor(const char* value, char** end) in _parseColor() function
703 tr = _parseColor(str + 4, &red); in _toColor()
705 tg = _parseColor(red + 1, &green); in _toColor()
707 tb = _parseColor(green + 1, &blue); in _toColor()