Donner 0.5.0
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
TinySkiaRenderPerfBench.cpp File Reference

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"
Include dependency graph for TinySkiaRenderPerfBench.cpp:

Detailed Description

tiny-skia-cpp rendering benchmarks (C++ only, no Rust FFI).

Uses identical scene geometry and paint parameters as RenderPerfBench.cpp.