uiaccelerator_plat/alf_client_server_api/inc/alf/alfdirectclient.h
branchRCL_3
changeset 8 10534483575f
parent 0 15bf7259bb7c
child 11 46927d61fef3
equal deleted inserted replaced
7:433cbbb6a04b 8:10534483575f
    67      *                 EFalse - SW rendering disabled.
    67      *                 EFalse - SW rendering disabled.
    68      * @return error code.
    68      * @return error code.
    69      */
    69      */
    70     IMPORT_C TInt ForceSwRendering( TBool aEnabled );
    70     IMPORT_C TInt ForceSwRendering( TBool aEnabled );
    71     
    71     
       
    72     /**
       
    73      * Gets display size and virtual rotation.
       
    74      * @param aSize this will contain size.
       
    75      * @param aRotation this will contain rotation.
       
    76      * @return error code, KErrNone upon success.
       
    77      * @internal
       
    78      */
       
    79     TInt GetSizeAndRotation(TSize& aSize, TInt& aRotation);
       
    80     
       
    81     /**
       
    82      * Reads pixels from surface to bitmap.
       
    83      * @param aBitmapHandle bitmap handle.
       
    84      * @return error code, KErrNone upon success.
       
    85      * @internal
       
    86      */
       
    87     TInt ReadPixels(TInt aBitmapHandle);
       
    88     
       
    89     /**
       
    90      * NGA Substitute for Avkon screen blanker.
       
    91      * Only AknCapserver can use this method (protected using SID)
       
    92      * Does not reference count, i.e. all calls are absolute 
       
    93      * @return error code.
       
    94      */
       
    95     IMPORT_C TInt BlankScreen( TBool aEnabled );    
    72     };
    96     };
    73 
    97 
    74 #endif
    98 #endif