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

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc48 RECT text_rc = {0}; local
49 ::DrawText(dc, text, -1, &text_rc, DT_CALCRECT | DT_SINGLELINE);
55 *width = text_rc.right - text_rc.left;
58 *height = text_rc.bottom - text_rc.top;

Completed in 997 milliseconds