Microsoft Windows CE 3.0  

Accelerating Bit Block Transfers

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

With Windows CE 2.0 and later, a display driver can use up to three levels of blit processing: the default blit emulation that is provided by the GPE, the software acceleration that is provided by the emulation library or by your own custom code, and the hardware acceleration that is supported by the display device hardware. The display driver can choose, based on the parameters of individual operations, which method to use for each blit that it performs.

The Platform Builder provides the GPE library, which is located under Public\Common\OAK\Lib. This class library, offered in binary form, serves as the foundation for Windows CE–based display drivers. The GPE supplies default processing for blits in its EmulatedBltfunction.



 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.