- #include "CORE/PIXELMAP/pixelmap.h" 
- #include "harness/trace.h" 
- #include "pmmem.h" 
-   
- // IDA: br_pixelmap* __cdecl BrPixelmapAllocate(br_uint_8 type, br_int_32 w, br_int_32 h, void *pixels, int flags) 
- br_pixelmap* BrPixelmapAllocate(br_uint_8 type, br_int_32 w, br_int_32 h, void* pixels, int flags) { 
-     LOG_TRACE("(%d, %d, %d, %p, %d)", type, w, h, pixels, flags); 
-     return (br_pixelmap*)DevicePixelmapMemAllocate(type, w, h, pixels, flags); 
- } 
-