openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp
branchNewGraphicsArchitecture
changeset 104 2ae553ab1feb
parent 6 250ac10a3d98
child 107 97c593d3e0a5
equal deleted inserted replaced
84:de3e07519bb7 104:2ae553ab1feb
    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 		640*4 // in bytes
    23 #define MAX_HEIGHT 		320*4 // in bytes
    23 #define MAX_HEIGHT 		480*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),