Searched refs:all_dc (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc260 HDC all_dc[] = { ps.hdc, dc_mem }; local
261 for (int i = 0; i < ARRAY_SIZE(all_dc); ++i) {
262 SetMapMode(all_dc[i], MM_ISOTROPIC);
263 SetWindowExtEx(all_dc[i], width, height, NULL);
264 SetViewportExtEx(all_dc[i], rc.right, rc.bottom, NULL);

Completed in 240 milliseconds