openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp
changeset 78 49afd8c680ca
parent 43 7579f232bae7
child 81 511d0a99d8bd
equal deleted inserted replaced
77:bc56089e70f9 78:49afd8c680ca
    17 #include <e32std.h>
    17 #include <e32std.h>
    18 #include <vg\vgcontext.h>
    18 #include <vg\vgcontext.h>
    19 #include <vg\vgcontext_symbian.h>
    19 #include <vg\vgcontext_symbian.h>
    20 #include <egl.h>
    20 #include <egl.h>
    21 
    21 
    22 #define MAX_WIDTH 		320*4 // in bytes
    22 #define MAX_WIDTH 		360*4 // in bytes
    23 #define MAX_HEIGHT 		320*4 // in bytes
    23 #define MAX_HEIGHT 		640*4 // in bytes
    24 class TEgl
    24 class TEgl
    25 	{
    25 	{
    26 public:
    26 public:
    27 	TEgl() :
    27 	TEgl() :
    28 	iEgldisplay(0),
    28 	iEgldisplay(0),