hostsupport/hostopenvg/src/riVGU.cpp
branchbug235_bringup_0
changeset 56 40cc73c24bf8
parent 53 c2ef9095503a
equal deleted inserted replaced
55:09263774e342 56:40cc73c24bf8
    28  *//**
    28  *//**
    29  * \file
    29  * \file
    30  * \brief	Implementation of the VGU utility library for OpenVG
    30  * \brief	Implementation of the VGU utility library for OpenVG
    31  *//*-------------------------------------------------------------------*/
    31  *//*-------------------------------------------------------------------*/
    32 
    32 
    33 #include "vgu.h"
    33 #include "VG/vgu.h"
    34 #include "openvg.h"
    34 #include "VG/openvg.h"
    35 #include "riMath.h"
    35 #include "riMath.h"
    36 
    36 
    37 using namespace OpenVGRI;
    37 using namespace OpenVGRI;
    38 
    38 
    39 /*-------------------------------------------------------------------*//*!
    39 /*-------------------------------------------------------------------*//*!