Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ zoomOut
Method
zoomOut
cp-profiler/src/cpprofiler/pixel_views/pixel_image.cpp:72–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void PixelImage::zoomOut()
73
{
74
if (pixel_size_ > 1)
75
{
76
--pixel_size_;
77
}
78
}
79
80
void PixelImage::drawRect(int x, int y, int width, QRgb color)
81
{
Callers
2
IcicleCanvas
Method · 0.80
PtCanvas
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected