adding default interpolation enum
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,8 +29,10 @@ enum wxAntialiasMode
|
|||||||
|
|
||||||
enum wxInterpolationQuality
|
enum wxInterpolationQuality
|
||||||
{
|
{
|
||||||
|
// default interpolation
|
||||||
|
wxINTERPOLATION_DEFAULT,
|
||||||
// no interpolation
|
// no interpolation
|
||||||
wxINTERPOLATION_NONE, // should be 0
|
wxINTERPOLATION_NONE,
|
||||||
// fast interpolation, suited for interactivity
|
// fast interpolation, suited for interactivity
|
||||||
wxINTERPOLATION_FAST,
|
wxINTERPOLATION_FAST,
|
||||||
// better quality
|
// better quality
|
||||||
|
@@ -217,6 +217,8 @@ enum wxAntialiasMode
|
|||||||
*/
|
*/
|
||||||
enum wxInterpolationQuality
|
enum wxInterpolationQuality
|
||||||
{
|
{
|
||||||
|
/** default interpolation, based on type of context, in general medium quality */
|
||||||
|
wxINTERPOLATION_DEFAULT,
|
||||||
/** no interpolation */
|
/** no interpolation */
|
||||||
wxINTERPOLATION_NONE,
|
wxINTERPOLATION_NONE,
|
||||||
/** fast interpolation, suited for interactivity */
|
/** fast interpolation, suited for interactivity */
|
||||||
|
Reference in New Issue
Block a user