mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
(Removed some debugging code)
This commit is contained in:
parent
e704ed0c46
commit
9a9adab648
1 changed files with 0 additions and 6 deletions
|
|
@ -777,17 +777,11 @@ public:
|
|||
insideDrawRect = false;
|
||||
}
|
||||
|
||||
#if 1
|
||||
static PerformanceCounter pc ("Software renderer blit");
|
||||
pc.start();
|
||||
#endif
|
||||
|
||||
CGColorSpaceRef colourSpace = CGColorSpaceCreateDeviceRGB();
|
||||
CGImageRef image = juce_createCoreGraphicsImage (temp, false, colourSpace, false);
|
||||
CGColorSpaceRelease (colourSpace);
|
||||
CGContextDrawImage (cg, CGRectMake (r.origin.x, r.origin.y, clipW, clipH), image);
|
||||
CGImageRelease (image);
|
||||
pc.stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue