Home
last modified time | relevance | path

Searched refs:rcWindow (Results 1 – 9 of 9) 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/src/
Dfsdk_baseform.cpp882 CPDF_Rect rcWindow = GetRotatedRect(); local
951 CPDF_Rect rcClient = CPWL_Utils::DeflateRect(rcWindow, fBorderWidth);
1024 CPWL_Utils::GetRectFillAppStream(rcWindow, crBackground) +
1025 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder,
1029 iconFit.GetFittingBounds() ? rcWindow : rcClient, &font_map,
1045 csAP = CPWL_Utils::GetRectFillAppStream(rcWindow, crBackground) +
1046 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder,
1050 iconFit.GetFittingBounds() ? rcWindow : rcClient, &font_map,
1078 rcWindow, CPWL_Utils::SubstractColor(crBackground, 0.25f)) +
1079 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder,
[all …]
Dfsdk_mgr.cpp1130 CPDF_Rect rcWindow = pAnnot->GetRect(); local
1132 pEnv->FFI_Invalidate(m_page, rcWindow.left, rcWindow.top, rcWindow.right,
1133 rcWindow.bottom);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp75 CPDF_Rect rcWindow = m_rcOldWindow; in RePosChildWnd() local
77 CPDF_Rect(rcWindow.right, rcWindow.bottom, in RePosChildWnd()
78 rcWindow.right + PWL_SCROLLBAR_WIDTH, rcWindow.top); in RePosChildWnd()
832 CPDF_Rect rcWindow = GetWindowRect(); in ShowVScrollBar() local
833 m_rcOldWindow = rcWindow; in ShowVScrollBar()
834 rcWindow.right += PWL_SCROLLBAR_WIDTH; in ShowVScrollBar()
835 Move(rcWindow, TRUE, TRUE); in ShowVScrollBar()
DPWL_ComboBox.cpp488 CPDF_Rect rcWindow = CPWL_Wnd::GetWindowRect(); in SetPopup() local
489 m_rcOldWindow = rcWindow; in SetPopup()
493 rcWindow.bottom -= fPopupRet; in SetPopup()
496 rcWindow.top += fPopupRet; in SetPopup()
501 Move(rcWindow, TRUE, TRUE); in SetPopup()
DPWL_Wnd.cpp536 CPDF_Rect rcWindow = GetWindowRect(); in GetClientRect() local
538 rcWindow, (FX_FLOAT)(GetBorderWidth() + GetInnerBorderWidth())); in GetClientRect()
543 return rcWindow.Contains(rcClient) ? rcClient : CPDF_Rect(); in GetClientRect()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp39 const CPDF_Rect& rcWindow) { in SetWindowRect() argument
41 pWnd->Move(CPDF_Rect(rcWindow), TRUE, FALSE); in SetWindowRect()
61 CPDF_Rect rcWindow = pWnd->GetWindowRect(); in GetViewBBox() local
62 rcAnnot = PWLtoFFL(rcWindow); in GetViewBBox()
/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h67 const CPDF_Rect& rcWindow,
167 const CPDF_Rect& rcWindow, in OnDrawSleep() argument
278 const CPDF_Rect& rcWindow, in OnDrawSleep() argument
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h117 void SetWindowRect(CPDFSDK_PageView* pPageView, const CPDF_Rect& rcWindow);