Lines Matching full:push
228 outCmds.push(PathCommand::MoveTo); in getValue()
229 outPts.push(*pt); in getValue()
232 outCmds.push(PathCommand::CubicTo); in getValue()
233 outPts.push(*(pt - 1) + *(out - 1)); in getValue()
234 outPts.push(*pt + *in); in getValue()
235 outPts.push(*pt); in getValue()
239 outPts.push(pts.last() + outs.last()); in getValue()
240 outPts.push(pts.first() + ins.first()); in getValue()
241 outPts.push(pts.first()); in getValue()
242 outCmds.push(PathCommand::CubicTo); in getValue()
243 outCmds.push(PathCommand::Close); in getValue()
263 while (nextArrayValue()) color.input->push(getFloat()); in getValue()
274 pts.push(pt); in getValue()
411 comp->interpolators.push(interpolator); in getInterpolator()
502 (*slot)->pairs.push({obj, 0}); in parseProperty()
505 comp->slots.push(new LottieSlot(sid, obj, type)); in parseProperty()
921 else parent.push(child); in parseObject()
1019 if (asset) comp->assets.push(asset); in parseAssets()
1044 comp->markers.push(parseMarker()); in parseMarkers()
1070 glyphs.push(glyph); in parseChars()
1081 comp->fonts.push(parseFont()); in parseFonts()
1127 else parent.push(child); in parseShapes()
1180 text->ranges.push(selector); in parseTextRange()
1208 parent.push(text); in parseText()
1257 layer->masks.push(mask); in parseMasks()
1323 } else layer->effects.push(effect); in parseEffects()
1392 precomp->children.push(parseLayer(precomp)); in parseLayers()
1408 font->chars.push(glyph); in postProcess()