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

/external/chromium_org/pdf/
H A Dprogress_control.h46 pp::Rect* text_rc);
H A Dprogress_control.cc83 pp::Rect* text_rc) {
126 *text_rc = pp::Rect(
76 CalculateLayout(pp::Instance* instance, const std::vector<pp::ImageData>& images, const pp::ImageData& background, const std::string& text, float device_scale, pp::Size* ctrl_size, pp::Rect* image_rc, pp::Rect* text_rc) argument
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc50 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 208 milliseconds