webengine/osswebengine/WebCore/page/symbian/WebCoreGraphicsContext.cpp
changeset 1 7c90e6132015
parent 0 dd21522fd290
child 47 e1bea15f9a39
equal deleted inserted replaced
0:dd21522fd290 1:7c90e6132015
     1 /*
     1 /*
     2  * Copyright (c) 2005 Nokia Corporation, Inc. All rights reserved.
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
     3  *
     3 * All rights reserved.
     4  * Redistribution and use in source and binary forms, with or without
     4 * This component and the accompanying materials are made available
     5  * modification, are permitted provided that the following conditions
     5 * under the terms of the License "Eclipse Public License v1.0"
     6  * are met:
     6 * which accompanies this distribution, and is available
     7  * 1. Redistributions of source code must retain the above copyright
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8  *    notice, this list of conditions and the following disclaimer.
     8 *
     9  * 2. Redistributions in binary form must reproduce the above copyright
     9 * Initial Contributors:
    10  *    notice, this list of conditions and the following disclaimer in the
    10 * Nokia Corporation - initial contribution.
    11  *    documentation and/or other materials provided with the distribution.
    11 *
    12  * 3. Neither the name of the Nokia Corporation nor the names of its
    12 * Contributors:
    13  *    contributors may be used to endorse or promote products derived
    13 *
    14  *    from this software without specific prior written permission.
    14 * Description:  
    15  *
    15 *
    16  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    16 */
    17  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    17 
    18  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
       
    19  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
       
    20  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
       
    21  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
       
    22  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
       
    23  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
       
    24  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
       
    25  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
       
    26  * POSSIBILITY OF SUCH DAMAGE.
       
    27  */
       
    28 
    18 
    29 #include "config.h"
    19 #include "config.h"
    30 #include "WebCoreGraphicsContext.h"
    20 #include "WebCoreGraphicsContext.h"
    31 
    21 
    32 WebCoreGraphicsContext* WebCoreGraphicsContext::NewL(CFbsBitmapDevice *aBitmapDevice, CFbsBitmap* aBitmap, MScrollView* aView)
    22 WebCoreGraphicsContext* WebCoreGraphicsContext::NewL(CFbsBitmapDevice *aBitmapDevice, CFbsBitmap* aBitmap, MScrollView* aView)