Update contrib.
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: Header file for S60 display posting API
23 * Constructor of TPostingCapab class
25 inline CPostingSurface::TPostingCapab::TPostingCapab():
27 iMaxPixelSize( 0, 0 ),
28 iSupportedRotations(0),
29 iSupportsMirroring(EFalse),
30 iSupportsScaling(EFalse),
31 iSupportsBrightnessControl(EFalse),
32 iSupportsContrastControl(EFalse),
33 iSupportedPostingBuffering(EBufferingInvalid),
34 iSupportedBufferTypes(EBufferTypeInvalid)
39 * Constructor of TPostingSourceParams class
41 inline CPostingSurface::TPostingSourceParams::TPostingSourceParams():
42 iPostingBuffering(EBufferingInvalid),
43 iBufferType(EBufferTypeInvalid),
44 iPostingUsage(EUsageInvalid),
45 iSourceImageSize( 0, 0 ),
46 iPostingFormat(EFormatInvalidValue),
47 iPixelAspectRatioNum(0),
48 iPixelAspectRatioDenom(0),
49 iContentCopyRestricted(EFalse)
54 * Constructor of TPostingParams class
56 inline CPostingSurface::TPostingParams::TPostingParams():
57 iDisplayedRect( 0, 0, 0, 0 ),
58 iScaleToRect( 0, 0, 0, 0 ),
59 iInputCrop( 0, 0, 0, 0 ),
61 iRotation(ENoRotation),