OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:text_rc
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc
34
RECT
text_rc
= {0};
local
35
::DrawText(dc, text, -1, &
text_rc
, DT_CALCRECT | DT_SINGLELINE);
41
*width =
text_rc
.right -
text_rc
.left;
44
*height =
text_rc
.bottom -
text_rc
.top;
Completed in 507 milliseconds