Searched refs:text_rc (Results 1 – 3 of 3) sorted by relevance
50 RECT text_rc = {0}; in CalculateWindowSizeForText() local51 ::DrawText(dc, text, -1, &text_rc, DT_CALCRECT | DT_SINGLELINE); in CalculateWindowSizeForText()57 *width = text_rc.right - text_rc.left; in CalculateWindowSizeForText()60 *height = text_rc.bottom - text_rc.top; in CalculateWindowSizeForText()
46 pp::Rect* text_rc);
83 pp::Rect* text_rc) { in CalculateLayout() argument126 *text_rc = pp::Rect( in CalculateLayout()