Home
last modified time | relevance | path

Searched refs:rcWindow (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc219 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/
Dcpdfsdk_appstream.cpp1128 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 …]
Dcpdfsdk_pageview.cpp529 CFX_FloatRect rcWindow = pAnnot->GetRect(); in UpdateView() local
530 m_pFormFillEnv->Invalidate(m_page, rcWindow.GetOuterRect()); in UpdateView()
Dcpdfsdk_widget.cpp693 CFX_FloatRect rcWindow = GetRotatedRect(); in GetClientRect() local
703 return rcWindow.GetDeflated(fBorderWidth, fBorderWidth); in GetClientRect()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp45 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()
Dcpwl_combo_box.cpp473 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()
Dcpwl_wnd.cpp407 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()