20module
com { module sun { module star { module rendering {
39constants CompositeOperation
81 const byte INSIDE = 5;
96 const byte OUTSIDE = 7;
const byte OVER
Copy the source over the destination.
Definition CompositeOperation.idl:67
const byte UNDER
Copy the source under the destination.
Definition CompositeOperation.idl:74
const byte ATOP_REVERSE
Copy the destination over the source.
Definition CompositeOperation.idl:119
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 SATURATE
Saturate source and destination.
Definition CompositeOperation.idl:143
const byte INSIDE_REVERSE
Leave the destination as is.
Definition CompositeOperation.idl:88
const byte SOURCE
Copy source as-is to the destination.
Definition CompositeOperation.idl:53
const byte DESTINATION
Leave the destination as-is.
Definition CompositeOperation.idl:60
Definition Ambiguous.idl:20