MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / zoomIn

Method zoomIn

cp-profiler/src/cpprofiler/pixel_views/pixel_image.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void PixelImage::zoomIn()
68{
69 pixel_size_ += 1;
70}
71
72void PixelImage::zoomOut()
73{

Callers 2

IcicleCanvasMethod · 0.80
PtCanvasMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected