Searched defs:bm (Results 1 - 1 of 1) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
H A DEglWindowsApi.cpp441 BITMAP bm; local
443 return GetObject(pix->getBmap(), sizeof(BITMAP), (LPSTR)&bm);
460 BITMAP bm; local
461 if(!GetObject(pix, sizeof(BITMAP), (LPSTR)&bm)) return false;
463 *width = bm.bmWidth;
464 *height = bm.bmHeight;

Completed in 5 milliseconds