MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / drawBegin

Function drawBegin

Source/Cache/SVGCache.cpp:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216static void drawBegin(SVGDef::Context* ctx) {
217 nvgBeginPath(ctx->nvg);
218 ctx->previousPathXY.push_back(Vec2::zero);
219 ctx->transformCounts.push_back(0);
220}
221
222static void drawEnd(SVGDef::Context* ctx, const FillStrokeData& data) {
223 drawFillStroke(ctx, data);

Callers 1

xmlSAX2StartElementMethod · 0.85

Calls 2

nvgBeginPathFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected