Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgLoader.cpp667 static bool _toColor(const char* str, uint8_t* r, uint8_t* g, uint8_t* b, char** ref) in _toColor() function
1023 …if (_toColor(value, &paint->color.r, &paint->color.g, &paint->color.b, &paint->url)) paint->none =… in _handlePaintAttr()
1030 if (_toColor(value, &style->color.r, &style->color.g, &style->color.b, nullptr)) { in _handleColorAttr()
2570 if (_toColor(value, &stop->r, &stop->g, &stop->b, nullptr)) { in _attrParseStopsStyle()
2594 _toColor(value, &stop->r, &stop->g, &stop->b, nullptr); in _attrParseStops()