HomeSort by relevance Sort by last modified time
    Searched refs:text_rc (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/pdf/
progress_control.h 46 pp::Rect* text_rc);
progress_control.cc 83 pp::Rect* text_rc) {
126 *text_rc = pp::Rect(
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 50 RECT text_rc = {0}; local
51 ::DrawText(dc, text, -1, &text_rc, DT_CALCRECT | DT_SINGLELINE);
57 *width = text_rc.right - text_rc.left;
60 *height = text_rc.bottom - text_rc.top;

Completed in 55 milliseconds