graphicsdeviceinterface/screendriver/sbit/Cdsb.cpp
changeset 187 9f66f99ee56f
parent 45 36b2e23a8629
equal deleted inserted replaced
103:2717213c588a 187:9f66f99ee56f
   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;