D | tvgLottieBuilder.cpp | 386 …oat x, float y, float w, float h, float r, const LottieOffsetModifier* offsetPath, Matrix* transfo… in _appendRect() argument 413 …if (offsetPath) offsetPath->modifyRect(commands, 5, points, 4, P(shape)->rs.path.cmds, P(shape)->r… in _appendRect() 466 …if (offsetPath) offsetPath->modifyRect(commands, cmdCnt, points, ptsCnt, P(shape)->rs.path.cmds, P… in _appendRect() 488 …x - size.x * 0.5f, position.y - size.y * 0.5f, size.x, size.y, r, ctx->offsetPath, ctx->transform,… in updateRect() 492 …x - size.x * 0.5f, position.y - size.y * 0.5f, size.x, size.y, r, ctx->offsetPath, ctx->transform,… in updateRect() 497 …e, float cx, float cy, float rx, float ry, const LottieOffsetModifier* offsetPath, Matrix* transfo… in _appendCircle() argument 499 if (offsetPath) offsetPath->modifyEllipse(rx, ry); in _appendCircle() 549 …_appendCircle(shape, position.x, position.y, size.x * 0.5f, size.y * 0.5f, ctx->offsetPath, ctx->t… in updateEllipse() 553 …x->merging, position.x, position.y, size.x * 0.5f, size.y * 0.5f, ctx->offsetPath, ctx->transform,… in updateEllipse() 565 …hape)->rs.path.cmds, P(shape)->rs.path.pts, ctx->transform, ctx->roundness, ctx->offsetPath, exps); in updatePath() [all …]
|