equal
deleted
inserted
replaced
167 TUint iHandle; |
167 TUint iHandle; |
168 static const TUint ENCODEDDATALENGTH; |
168 static const TUint ENCODEDDATALENGTH; |
169 static const TUint ENCODEDDATAGRANULARITY; |
169 static const TUint ENCODEDDATAGRANULARITY; |
170 TInt iCommonHeaderLength; |
170 TInt iCommonHeaderLength; |
171 const TUint8* iCommonHeader; |
171 const TUint8* iCommonHeader; |
172 |
172 VGErrorCode iVgErrorCode; |
173 //Command specific logging methods |
173 //Command specific logging methods |
174 #ifdef VGRENDERER_LOG |
174 #ifdef VGRENDERER_LOG |
175 RFileLogger iLog;//logs |
175 RFileLogger iLog;//logs |
176 void LogvgSeti(VGParamType type, VGint fvalue,TInt cmdsize); |
176 void LogvgSeti(VGParamType type, VGint fvalue,TInt cmdsize); |
177 void LogvgSetf (VGParamType type, VGfloat fvalue,TInt cmdsize); |
177 void LogvgSetf (VGParamType type, VGfloat fvalue,TInt cmdsize); |