Lines Matching refs:getValue

161 void LottieParser::getValue(TextDocument& doc)  in getValue()  function in LottieParser
172 else if (KEY_AS("fc")) getValue(doc.color); in getValue()
173 else if (KEY_AS("ps")) getValue(doc.bbox.pos); in getValue()
174 else if (KEY_AS("sz")) getValue(doc.bbox.size); in getValue()
175 else if (KEY_AS("sc")) getValue(doc.stroke.color); in getValue()
183 void LottieParser::getValue(PathSet& path) in getValue() function in LottieParser
195 if (KEY_AS("i")) getValue(ins); in getValue()
196 else if (KEY_AS("o")) getValue(outs); in getValue()
197 else if (KEY_AS("v")) getValue(pts); in getValue()
256 void LottieParser::getValue(ColorStop& color) in getValue() function in LottieParser
267 void LottieParser::getValue(Array<Point>& pts) in getValue() function in LottieParser
273 getValue(pt); in getValue()
279 void LottieParser::getValue(int8_t& val) in getValue() function in LottieParser
292 void LottieParser::getValue(uint8_t& val) in getValue() function in LottieParser
305 void LottieParser::getValue(float& val) in getValue() function in LottieParser
318 bool LottieParser::getValue(Point& pt) in getValue() function in LottieParser
337 void LottieParser::getValue(RGB24& color) in getValue() function in LottieParser
356 if (KEY_AS("x")) getValue(pt.x); in getInterpolatorPoint()
357 else if (KEY_AS("y")) getValue(pt.y); in getInterpolatorPoint()
375 if (KEY_AS("ti") && getValue(value.inTangent)) ; in parseTangent()
376 else if (KEY_AS("to") && getValue(value.outTangent)) ; in parseTangent()
447 getValue(frame.value); in parseKeyFrame()
452 getValue(frame2.value); in parseKeyFrame()
470 getValue(prop.value); in parsePropertyInternal()
482 getValue(prop.value); in parsePropertyInternal()
691 getValue(path.value); in getPathSet()