MCPcopy Create free account
hub / github.com/Tencent/tgfx / PaintPath

Method PaintPath

src/pdf/PDFUtils.cpp:351–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351void PDFUtils::PaintPath(PathFillType fillType, const std::shared_ptr<MemoryWriteStream>& content) {
352 content->writeText("f");
353 if (fillType == PathFillType::EvenOdd) {
354 content->writeText("*");
355 }
356 content->writeText("\n");
357}
358
359const char* PDFUtils::BlendModeName(BlendMode mode) {
360 // PDF32000.book section 11.3.5 "Blend Mode"

Callers

nothing calls this directly

Calls 1

writeTextMethod · 0.80

Tested by

no test coverage detected