Lines Matching refs:position
119 auto position = transform->position(frameNo, exps); in _updateTransform() local
120 translate(&matrix, position.x, position.y); in _updateTransform()
124 if (autoOrient) angle = transform->position.angle(frameNo); in _updateTransform()
353 …translate(&m, repeater->position.x * multiplier + repeater->anchor.x, repeater->position.y * multi… in _repeat()
476 auto position = rect->position(frameNo, exps); in updateRect() local
488 …_appendRect(shape, position.x - size.x * 0.5f, position.y - size.y * 0.5f, size.x, size.y, r, ctx-… in updateRect()
492 …_appendRect(ctx->merging, position.x - size.x * 0.5f, position.y - size.y * 0.5f, size.x, size.y, … in updateRect()
543 auto position = ellipse->position(frameNo, exps); in updateEllipse() local
549 …_appendCircle(shape, position.x, position.y, size.x * 0.5f, size.y * 0.5f, ctx->offsetPath, ctx->t… in updateEllipse()
553 …_appendCircle(ctx->merging, position.x, position.y, size.x * 0.5f, size.y * 0.5f, ctx->offsetPath,… in updateEllipse()
797 auto position = star->position(frameNo, exps); in updatePolystar() local
798 translate(&matrix, position.x, position.y); in updatePolystar()
846 r.position = repeater->position(frameNo, exps); in updateRepeater()
1083 translation = translation + (*s)->style.position(frameNo); in updateText()