/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModifier.cpp | 43 pts.push(curr - 2.0f * dPrev); in _roundCorner() 44 pts.push(curr - dPrev); in _roundCorner() 45 pts.push(curr - dNext); in _roundCorner() 46 pts.push(curr - 2.0f * dNext); in _roundCorner() 47 cmds.push(PathCommand::LineTo); in _roundCorner() 48 cmds.push(PathCommand::CubicTo); in _roundCorner() 109 outPts.push(intersect); in corner() 111 outPts.push(line.pt2); in corner() 113 outCmds.push(PathCommand::CubicTo); in corner() 114 outPts.push((line.pt2 + intersect) * 0.5f); in corner() [all …]
|
D | tvgSvgPath.cpp | 251 cmds->push(PathCommand::CubicTo); in _pathAppendArcTo() 255 pts->push(p[0]); in _pathAppendArcTo() 256 pts->push(p[1]); in _pathAppendArcTo() 257 pts->push(p[2]); in _pathAppendArcTo() 354 cmds->push(PathCommand::MoveTo); in _processCommand() 355 pts->push(p); in _processCommand() 363 cmds->push(PathCommand::LineTo); in _processCommand() 364 pts->push(p); in _processCommand() 371 cmds->push(PathCommand::CubicTo); in _processCommand() 375 pts->push(p[0]); in _processCommand() [all …]
|
D | tvgSwImage.cpp | 59 outline->pts.push(mathTransform(&to[i], transform)); in _genOutline() 60 outline->types.push(SW_CURVE_TYPE_POINT); in _genOutline() 63 outline->pts.push(outline->pts[0]); in _genOutline() 64 outline->types.push(SW_CURVE_TYPE_POINT); in _genOutline() 65 outline->cntrs.push(outline->pts.count - 1); in _genOutline() 66 outline->closed.push(true); in _genOutline()
|
D | tvgSwShape.cpp | 37 outline.cntrs.push(outline.pts.count - 1); in _outlineBegin() 38 outline.closed.push(false); in _outlineBegin() 39 outline.pts.push(outline.pts[outline.cntrs.last()]); in _outlineBegin() 40 outline.types.push(SW_CURVE_TYPE_POINT); in _outlineBegin() 48 outline.cntrs.push(outline.pts.count - 1); in _outlineEnd() 49 outline.closed.push(false); in _outlineEnd() 59 outline.pts.push(mathTransform(to, transform)); in _outlineMoveTo() 60 outline.types.push(SW_CURVE_TYPE_POINT); in _outlineMoveTo() 67 outline.pts.push(mathTransform(to, transform)); in _outlineLineTo() 68 outline.types.push(SW_CURVE_TYPE_POINT); in _outlineLineTo() [all …]
|
D | tvgScene.cpp | 79 Result Scene::push(unique_ptr<Paint> paint) noexcept in push() function in Scene 110 Result Scene::push(SceneEffect effect, ...) noexcept in push() function in Scene 131 pImpl->effects->push(re); in push()
|
D | tvgShape.h | 185 rs.path.cmds.push(PathCommand::MoveTo); in moveTo() 186 rs.path.pts.push({x, y}); in moveTo() 191 rs.path.cmds.push(PathCommand::LineTo); in lineTo() 192 rs.path.pts.push({x, y}); in lineTo() 197 rs.path.cmds.push(PathCommand::CubicTo); in cubicTo() 198 rs.path.pts.push({cx1, cy1}); in cubicTo() 199 rs.path.pts.push({cx2, cy2}); in cubicTo() 200 rs.path.pts.push({x, y}); in cubicTo() 208 rs.path.cmds.push(PathCommand::Close); in close() 371 dup->rs.path.cmds.push(rs.path.cmds); in duplicate() [all …]
|
D | tvgTaskScheduler.cpp | 96 void push(Task* task) in push() function 119 taskQueues.push(new TaskQueue); in TaskSchedulerImpl() 120 threads.push(new thread); in TaskSchedulerImpl() 169 taskQueues[i % threads.count]->push(task); in request()
|
D | tvgLottieParser.cpp | 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() [all …]
|
D | tvgCanvas.cpp | 55 Result Canvas::push(unique_ptr<Paint> paint) noexcept in push() function in Canvas 57 return pImpl->push(std::move(paint)); in push()
|
D | tvgArray.h | 56 void push(T element) in push() function 65 void push(const Array<T>& rhs) in push() function
|
D | tvgLottieRenderPooler.h | 56 pooler.push(p);
|
D | tvgLottieModel.cpp | 158 pooler.push(picture); in prepare() 239 output.push(cs); in populate() 249 output.push(cs); in populate() 262 output.push(cs); in populate() 446 statical.pooler.push(clipper); in prepare() 453 statical.pooler.push(solidFill); in prepare()
|
D | tvgLottieBuilder.cpp | 326 parent->scene->push(cast(ctx->merging)); in _draw() 335 propagators.push(ctx->propagator); in _repeat() 362 shapes.push(shape); in _repeat() 372 parent->scene->push(cast(*shape)); in _repeat() 373 propagators.push(*shape); in _repeat() 377 parent->scene->push(cast(*shape)); in _repeat() 378 propagators.push(*shape); in _repeat() 854 ctx->repeaters.push(r); in updateRepeater() 977 layer->scene->push(cast(solidFill)); in updateSolid() 984 layer->scene->push(tvg::cast(image->pooling(true))); in updateImage() [all …]
|
D | tvgSvgSceneBuilder.cpp | 603 loaderData.images.push(decoded); in _imageBuildHelper() 850 … scene->push(_useBuildHelper(loaderData, *child, vBox, svgPath, depth + 1, isMaskWhite)); in _sceneBuildHelper() 852 … scene->push(_sceneBuildHelper(loaderData, *child, vBox, svgPath, false, depth + 1, isMaskWhite)); in _sceneBuildHelper() 856 scene->push(std::move(image)); in _sceneBuildHelper() 861 if (text) scene->push(std::move(text)); in _sceneBuildHelper() 873 scene->push(std::move(shape)); in _sceneBuildHelper() 932 compositeLayer->push(std::move(docNode)); in svgSceneBuild() 935 root->push(std::move(compositeLayer)); in svgSceneBuild()
|
D | tvgCanvas.h | 65 Result push(unique_ptr<Paint> paint) in push() function
|
D | tvgLottieProperty.h | 164 outPts.push(pt); in _copy() 169 outPts.push(inPts); in _copy() 180 outCmds.push(inCmds); in _copy() 462 pts.push(pt); in operator() 611 result.push({offset, r, g, b, a}); in operator()
|
D | thorvg.h | 635 virtual Result push(std::unique_ptr<Paint> paint) noexcept; 1413 Result push(std::unique_ptr<Paint> paint) noexcept; 1455 Result push(SceneEffect effect, ...) noexcept;
|
D | tvgSvgLoader.cpp | 379 (*dash).array.push(parsedValue); in _PARSE_TAG() 383 if ((*dash).array.count == 1) (*dash).array.push((*dash).array[0]); in _PARSE_TAG() 914 nodes.push({node, id}); in _postpone() 1460 if (parent) parent->child.push(node); in _createNode() 1739 polygon->pts.push(num_x); in _attrParsePolygonPoints() 1740 polygon->pts.push(num_y); in _attrParsePolygonPoints() 2855 dst.push(src[i]); in _cloneGradStops() 3015 child->stroke.dash.array.push(parent->stroke.dash.array[i]); in _styleInherit() 3090 to->stroke.dash.array.push(from->stroke.dash.array[i]); in _styleCopy() 3362 loader->stack.push(node); in _svgLoaderParserXmlOpen() [all …]
|
D | tvgSwRenderer.cpp | 579 compositors.push(cmp); in request() 720 tasks.push(task); in prepareCommon()
|
D | tvgCapi.cpp | 99 return (Tvg_Result) reinterpret_cast<Canvas*>(canvas)->push(unique_ptr<Paint>((Paint*)paint)); in tvg_canvas_push() 722 return (Tvg_Result) reinterpret_cast<Scene*>(scene)->push(unique_ptr<Paint>((Paint*)paint)); in tvg_scene_push()
|
/lvgl-latest/.github/workflows/ |
D | makefile.yml | 4 push:
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | rapidjson.h | 547 #define RAPIDJSON_DIAG_PUSH RAPIDJSON_DIAG_PRAGMA(push) 561 #define RAPIDJSON_DIAG_PUSH RAPIDJSON_DIAG_PRAGMA(push)
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 602 TVG_CHECK_RETURN_VG_ERROR(ctx->canvas->push(std::move(shape))); in vg_lite_clear() 623 TVG_CHECK_RETURN_VG_ERROR(ctx->canvas->push(std::move(picture))); in vg_lite_blit() 669 TVG_CHECK_RETURN_VG_ERROR(ctx->canvas->push(std::move(picture))); in vg_lite_blit_rect() 886 TVG_CHECK_RETURN_VG_ERROR(ctx->canvas->push(std::move(shape))); in vg_lite_draw() 1148 TVG_CHECK_RETURN_VG_ERROR(ctx->canvas->push(std::move(picture))); in vg_lite_draw_pattern() 1477 TVG_CHECK_RETURN_VG_ERROR(ctx->canvas->push(std::move(shape))); in vg_lite_draw_linear_grad() 1952 TVG_CHECK_RETURN_VG_ERROR(ctx->canvas->push(std::move(shape))); in vg_lite_draw_grad() 1994 TVG_CHECK_RETURN_VG_ERROR(ctx->canvas->push(std::move(shape))); in vg_lite_draw_radial_grad()
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_rect_pack.h | 96 #pragma GCC diagnostic push
|
/lvgl-latest/tests/unity/ |
D | generate_test_runner.rb | 158 end.push(exclude_end)
|