graphicsdeviceinterface/screendriver/sbit/Cdsb.cpp
branchRCL_3
changeset 33 25f95128741d
parent 26 15986eb6c500
child 163 bbf46f59e123
equal deleted inserted replaced
26:15986eb6c500 33:25f95128741d
   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;