Searched refs:rcWindow (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/talk/media/devices/ |
D | gdivideorenderer.cc | 219 RECT rcClient, rcWindow; in OnSize() local 221 GetWindowRect(handle(), &rcWindow); in OnSize() 225 ptDiff.x = (rcWindow.right - rcWindow.left) - rcClient.right; in OnSize() 226 ptDiff.y = (rcWindow.bottom - rcWindow.top) - rcClient.bottom; in OnSize() 229 MoveWindow(handle(), rcWindow.left, rcWindow.top, in OnSize()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_appstream.cpp | 1128 CFX_FloatRect rcWindow = widget_->GetRotatedRect(); in SetAsPushButton() local 1190 CFX_FloatRect rcClient = rcWindow.GetDeflated(fBorderWidth, fBorderWidth); in SetAsPushButton() 1242 GetRectFillAppStream(rcWindow, crBackground) + in SetAsPushButton() 1243 GetBorderAppStreamInternal(rcWindow, fBorderWidth, crBorder, crLeftTop, in SetAsPushButton() 1245 GetPushButtonAppStream(iconFit.GetFittingBounds() ? rcWindow : rcClient, in SetAsPushButton() 1263 GetRectFillAppStream(rcWindow, crBackground) + in SetAsPushButton() 1264 GetBorderAppStreamInternal(rcWindow, fBorderWidth, crBorder, crLeftTop, in SetAsPushButton() 1266 GetPushButtonAppStream(iconFit.GetFittingBounds() ? rcWindow : rcClient, in SetAsPushButton() 1298 GetRectFillAppStream(rcWindow, crBackground - 0.25f) + in SetAsPushButton() 1299 GetBorderAppStreamInternal(rcWindow, fBorderWidth, crBorder, crLeftTop, in SetAsPushButton() [all …]
|
D | cpdfsdk_pageview.cpp | 529 CFX_FloatRect rcWindow = pAnnot->GetRect(); in UpdateView() local 530 m_pFormFillEnv->Invalidate(m_page, rcWindow.GetOuterRect()); in UpdateView()
|
D | cpdfsdk_widget.cpp | 693 CFX_FloatRect rcWindow = GetRotatedRect(); in GetClientRect() local 703 return rcWindow.GetDeflated(fBorderWidth, fBorderWidth); in GetClientRect()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.cpp | 45 CFX_FloatRect rcWindow = m_rcOldWindow; in RePosChildWnd() local 47 CFX_FloatRect(rcWindow.right, rcWindow.bottom, in RePosChildWnd() 48 rcWindow.right + PWL_SCROLLBAR_WIDTH, rcWindow.top); in RePosChildWnd()
|
D | cpwl_combo_box.cpp | 473 CFX_FloatRect rcWindow = m_rcOldWindow; in SetPopup() local 475 rcWindow.bottom -= fPopupRet; in SetPopup() 477 rcWindow.top += fPopupRet; in SetPopup() 479 if (!Move(rcWindow, true, true)) in SetPopup()
|
D | cpwl_wnd.cpp | 407 CFX_FloatRect rcWindow = GetWindowRect(); in GetClientRect() local 410 CFX_FloatRect rcClient = rcWindow.GetDeflated(width, width); in GetClientRect() 415 return rcWindow.Contains(rcClient) ? rcClient : CFX_FloatRect(); in GetClientRect()
|