20 module com { module sun { module star { module rendering {
39 constants CompositeOperation
const byte DESTINATION
Leave the destination as-is.
Definition: CompositeOperation.idl:60
const byte OVER
Copy the source over the destination.
Definition: CompositeOperation.idl:67
const long INSIDE
Definition: DataLabelPlacement.idl:39
const long CLEAR
Definition: ShadingPattern.idl:22
const byte INSIDE_REVERSE
Leave the destination as is.
Definition: CompositeOperation.idl:88
uses the pixel written as one and the current pixel as the other operator of an exclusive or-operatio...
Definition: RasterOperation.idl:39
const long OUTSIDE
Definition: DataLabelPlacement.idl:40
const byte OUTSIDE_REVERSE
Leave the destination as is.
Definition: CompositeOperation.idl:103
const byte ATOP
Copy the source over the destination.
Definition: CompositeOperation.idl:111
const byte SOURCE
Copy source as-is to the destination.
Definition: CompositeOperation.idl:53
const byte SATURATE
Saturate source and destination.
Definition: CompositeOperation.idl:143
const byte UNDER
Copy the source under the destination.
Definition: CompositeOperation.idl:74
const short ADD
Definition: Key.idl:264
const byte ATOP_REVERSE
Copy the destination over the source.
Definition: CompositeOperation.idl:119