os/graphics/openvg/openvginterface/test/topenvgu11_stub.cpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // This test stub has been manually created based on the .def file generator
    15 // utility available in ../group/openvg11
    16 //
    17 //
    18 
    19 #include <VG/openvg.h>
    20 #include <VG/vgu.h>
    21 
    22 #include <e32def.h>
    23 #include <e32uid.h>
    24     
    25 #ifdef __cplusplus
    26 extern "C" {
    27 #endif
    28 
    29 
    30 // --------------------------------------------------------------------------------------------------------------------------------------------
    31 // OpenVG VGU functions
    32 	EXPORT_C VGUErrorCode  vguArc(VGPath /*path*/, VGfloat /*x*/, VGfloat /*y*/, VGfloat /*width*/, VGfloat /*height*/, VGfloat /*startAngle*/, VGfloat /*angleExtent*/, VGUArcType /*arcType*/) { return VGU_ILLEGAL_ARGUMENT_ERROR; }
    33 EXPORT_C VGUErrorCode  vguComputeWarpQuadToQuad(VGfloat /*dx0*/, VGfloat /*dy0*/, VGfloat /*dx1*/, VGfloat /*dy1*/, VGfloat /*dx2*/, VGfloat /*dy2*/, VGfloat /*dx3*/, VGfloat /*dy3*/, VGfloat /*sx0*/, VGfloat /*sy0*/, VGfloat /*sx1*/, VGfloat /*sy1*/, VGfloat /*sx2*/, VGfloat /*sy2*/, VGfloat /*sx3*/, VGfloat /*sy3*/, VGfloat * /*matrix*/) { return VGU_ILLEGAL_ARGUMENT_ERROR; }
    34 EXPORT_C VGUErrorCode  vguComputeWarpQuadToSquare(VGfloat /*sx0*/, VGfloat /*sy0*/, VGfloat /*sx1*/, VGfloat /*sy1*/, VGfloat /*sx2*/, VGfloat /*sy2*/, VGfloat /*sx3*/, VGfloat /*sy3*/, VGfloat * /*matrix*/) { return VGU_ILLEGAL_ARGUMENT_ERROR; }
    35 EXPORT_C VGUErrorCode  vguComputeWarpSquareToQuad(VGfloat /*dx0*/, VGfloat /*dy0*/, VGfloat /*dx1*/, VGfloat /*dy1*/, VGfloat /*dx2*/, VGfloat /*dy2*/, VGfloat /*dx3*/, VGfloat /*dy3*/, VGfloat * /*matrix*/) { return VGU_ILLEGAL_ARGUMENT_ERROR; }
    36 EXPORT_C VGUErrorCode  vguEllipse(VGPath /*path*/, VGfloat /*cx*/, VGfloat /*cy*/, VGfloat /*width*/, VGfloat /*height*/) { return VGU_ILLEGAL_ARGUMENT_ERROR; }
    37 EXPORT_C VGUErrorCode  vguLine(VGPath /*path*/, VGfloat /*x0*/, VGfloat /*y0*/, VGfloat /*x1*/, VGfloat /*y1*/) { return VGU_ILLEGAL_ARGUMENT_ERROR; }
    38 EXPORT_C VGUErrorCode  vguPolygon(VGPath /*path*/, const VGfloat * /*points*/, VGint /*count*/, VGboolean /*closed*/) { return VGU_ILLEGAL_ARGUMENT_ERROR; }
    39 EXPORT_C VGUErrorCode  vguRect(VGPath /*path*/, VGfloat /*x*/, VGfloat /*y*/, VGfloat /*width*/, VGfloat /*height*/) { return VGU_ILLEGAL_ARGUMENT_ERROR; }
    40 EXPORT_C VGUErrorCode  vguRoundRect(VGPath /*path*/, VGfloat /*x*/, VGfloat /*y*/, VGfloat /*width*/, VGfloat /*height*/, VGfloat /*arcWidth*/, VGfloat /*arcHeight*/) { return VGU_ILLEGAL_ARGUMENT_ERROR; }
    41 
    42 // --------------------------------------------------------------------------------------------------------------------------------------------
    43 // END: OpenVG VGU
    44 // --------------------------------------------------------------------------------------------------------------------------------------------
    45 
    46 
    47 #ifdef __cplusplus
    48 }
    49 #endif