mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
Minor clean-ups.
This commit is contained in:
parent
6bcc8febca
commit
419aac8074
58 changed files with 656 additions and 743 deletions
|
|
@ -33,8 +33,6 @@ BEGIN_JUCE_NAMESPACE
|
|||
#include "juce_LowLevelGraphicsContext.h"
|
||||
|
||||
|
||||
static const Graphics::ResamplingQuality defaultQuality = Graphics::mediumResamplingQuality;
|
||||
|
||||
//==============================================================================
|
||||
template <typename Type>
|
||||
static bool areCoordsSensibleNumbers (Type x, Type y, Type w, Type h)
|
||||
|
|
@ -80,7 +78,7 @@ void Graphics::resetToDefaultState()
|
|||
saveStateIfPending();
|
||||
context->setFill (FillType());
|
||||
context->setFont (Font());
|
||||
context->setInterpolationQuality (defaultQuality);
|
||||
context->setInterpolationQuality (Graphics::mediumResamplingQuality);
|
||||
}
|
||||
|
||||
bool Graphics::isVectorDevice() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue