Searched refs:pShape (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieBuilder.cpp | 1143 auto pShape = layer->pooling(); in updateMaskings() local 1144 pShape->reset(); in updateMaskings() 1145 pShape->fill(255, 255, 255, opacity); in updateMaskings() 1146 pShape->transform(layer->cache.matrix); in updateMaskings() 1150 …pMask->pathset(frameNo, P(pShape)->rs.path.cmds, P(pShape)->rs.path.pts, nullptr, nullptr, nullptr… in updateMaskings() 1154 …pMask->pathset(frameNo, P(pShape)->rs.path.cmds, P(pShape)->rs.path.pts, nullptr, nullptr, &offset… in updateMaskings() 1161 layer->scene->clip(tvg::cast(pShape)); in updateMaskings() 1172 layer->scene->composite(tvg::cast(pShape), compMethod); in updateMaskings() 1182 …mask->pathset(frameNo, P(pShape)->rs.path.cmds, P(pShape)->rs.path.pts, nullptr, nullptr, nullptr,… in updateMaskings() 1190 pShape->composite(tvg::cast(shape), method); in updateMaskings() [all …]
|