MCPcopy 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
72void PixelImage::zoomOut()
73{
74 if (pixel_size_ > 1)
75 {
76 --pixel_size_;
77 }
78}
79
80void PixelImage::drawRect(int x, int y, int width, QRgb color)
81{

Callers 2

IcicleCanvasMethod · 0.80
PtCanvasMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected