Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieParser.cpp165 if (KEY_AS("s")) doc.size = getFloat() * 0.01f; in getValue()
169 else if (KEY_AS("tr")) doc.tracking = getFloat() * 0.1f; in getValue()
170 else if (KEY_AS("lh")) doc.height = getFloat(); in getValue()
171 else if (KEY_AS("ls")) doc.shift = getFloat(); in getValue()
176 else if (KEY_AS("sw")) doc.stroke.width = getFloat(); in getValue()
263 while (nextArrayValue()) color.input->push(getFloat()); in getValue()
287 val = getFloat(); in getValue()
296 if (nextArrayValue()) val = (uint8_t)(getFloat() * 2.55f); in getValue()
298 while (nextArrayValue()) getFloat(); in getValue()
300 val = (uint8_t)(getFloat() * 2.55f); in getValue()
[all …]
DtvgLottieParserHandler.h191 float getFloat();
DtvgLottieParserHandler.cpp102 float LookaheadParserHandler::getFloat() in getFloat() function in LookaheadParserHandler