Lines Matching refs:begin
253 fragment->begin = child - 1; in _fragmented()
338 for (auto repeater = ctx->repeaters.end() - 1; repeater >= ctx->repeaters.begin(); --repeater) { in _repeat()
344 … for (auto propagator = propagators.begin(); propagator < propagators.end(); ++propagator) { in _repeat()
371 for (auto shape = shapes.begin(); shape < shapes.end(); ++shape) { in _repeat()
376 for (auto shape = shapes.end() - 1; shape >= shapes.begin(); --shape) { in _repeat()
864 float begin, end; in updateTrimpath() local
865 trimpath->segment(frameNo, begin, end, exps); in updateTrimpath()
868 auto pbegin = P(ctx->propagator)->rs.stroke->trim.begin; in updateTrimpath()
871 begin = (length * begin) + pbegin; in updateTrimpath()
875 … P(ctx->propagator)->strokeTrim(begin, end, trimpath->type == LottieTrimpath::Type::Simultaneous); in updateTrimpath()
882 contexts.head->begin = parent->children.end() - 1; in updateChildren()
887 for (auto child = ctx->begin; child >= parent->children.data; --child) { in updateChildren()
961 for (auto c = precomp->children.end() - 1; c >= precomp->children.begin(); --c) { in updatePrecomp()
1042 for (auto g = text->font->chars.begin(); g < text->font->chars.end(); ++g) { in updateText()
1048 for (auto g = glyph->children.begin(); g < glyph->children.end(); ++g) { in updateText()
1050 for (auto p = group->children.begin(); p < group->children.end(); ++p) { in updateText()
1072 for (auto s = text->ranges.begin(); s < text->ranges.end(); ++s) { in updateText()
1175 for (auto m = layer->masks.begin() + 1; m < layer->masks.end(); ++m) { in updateMaskings()
1221 for (auto ef = layer->effects.begin(); ef < layer->effects.end(); ++ef) { in updateEffect()
1299 for (auto asset = comp->assets.begin(); asset < comp->assets.end(); ++asset) { in _buildReference()
1324 for (auto p = parent->children.begin(); p < parent->children.end(); ++p) { in _buildHierarchy()
1342 for (auto c = parent->children.begin(); c < parent->children.end(); ++c) { in _attachFont()
1365 for (auto c = parent->children.begin(); c < parent->children.end(); ++c) { in _buildComposition()
1374 if (c > parent->children.begin()) { in _buildComposition()
1414 for (auto child = root->children.end() - 1; child >= root->children.begin(); --child) { in update()