MCPcopy Create free account
hub / github.com/KDAB/GammaRay / clip

Method clip

core/paintbuffer.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26PaintBufferEngine::~PaintBufferEngine() = default;
27
28void PaintBufferEngine::clip(const QVectorPath &path, Qt::ClipOperation op)
29{
30 QPaintBufferEngine::clip(path, op);
31 createStackTrace();
32 pushOrigin();
33}
34
35void PaintBufferEngine::clip(const QRect &rect, Qt::ClipOperation op)
36{

Callers 2

scanForProblemsMethod · 0.45
updateItemFlagsMethod · 0.45

Calls

no outgoing calls

Tested by 1

scanForProblemsMethod · 0.36