|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
tiny-skia-cpp rendering benchmarks (C++ only, no Rust FFI). More...
#include <benchmark/benchmark.h>#include <cstdint>#include <optional>#include "tiny_skia/Color.h"#include "tiny_skia/Geom.h"#include "tiny_skia/Painter.h"#include "tiny_skia/Path.h"#include "tiny_skia/PathBuilder.h"#include "tiny_skia/Pixmap.h"#include "tiny_skia/Point.h"#include "tiny_skia/Stroke.h"#include "tiny_skia/shaders/Gradient.h"#include "tiny_skia/shaders/LinearGradient.h"#include "tiny_skia/shaders/Pattern.h"#include "tiny_skia/shaders/RadialGradient.h"tiny-skia-cpp rendering benchmarks (C++ only, no Rust FFI).
Uses identical scene geometry and paint parameters as RenderPerfBench.cpp.