LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_rendering_InterpolationMode_idl__
20 #define __com_sun_star_rendering_InterpolationMode_idl__
22 module
com { module sun { module star { module rendering {
33 constants InterpolationMode
const byte BEZIERSPLINE3
Perform a cubic Bezier spline interpolation.
Definition: InterpolationMode.idl:70
const byte BEZIERSPLINE4
Perform a quadric Bezier spline interpolation.
Definition: InterpolationMode.idl:80
const byte CUBIC
Perform a cubic interpolation.
Definition: InterpolationMode.idl:60
const byte LINEAR
Perform a linear interpolation.
Definition: InterpolationMode.idl:50
const byte NEAREST_NEIGHBOR
Perform a nearest neighbor interpolation.
Definition: InterpolationMode.idl:41
Definition: Ambiguous.idl:22