graphicsdeviceinterface/screendriver/sbit/Cdsb.cpp
branchNewGraphicsArchitecture
changeset 37 31d52bbe209c
parent 33 25f95128741d
child 163 bbf46f59e123
equal deleted inserted replaced
35:3aa07f06a4b7 37:31d52bbe209c
   346 #endif
   346 #endif
   347 			break;
   347 			break;
   348 		case 24:
   348 		case 24:
   349 		case 32:
   349 		case 32:
   350 			iBitmapInfo.iPixelShift = 5;
   350 			iBitmapInfo.iPixelShift = 5;
   351 			iBitmapInfo.iDisplayMode = EColor16MAP;
   351 			iBitmapInfo.iDisplayMode = EColor16MA;
   352 #ifdef SYMBIAN_GRAPHICS_GCE
   352 #ifdef SYMBIAN_GRAPHICS_GCE
   353 			iPixelFormat = EUidPixelFormatARGB_8888_PRE;
   353 			iPixelFormat = EUidPixelFormatARGB_8888;
   354 			iBytesPerPixel = 4;
   354 			iBytesPerPixel = 4;
   355 #endif
   355 #endif
   356 			break;
   356 			break;
   357 		default:
   357 		default:
   358 			return KErrNotSupported;
   358 			return KErrNotSupported;