HomeSort by relevance Sort by last modified time
    Searched refs:rcWindow (Results 1 - 7 of 7) sorted by null

  /external/webrtc/talk/media/devices/
gdivideorenderer.cc 219 RECT rcClient, rcWindow;
221 GetWindowRect(handle(), &rcWindow);
225 ptDiff.x = (rcWindow.right - rcWindow.left) - rcClient.right;
226 ptDiff.y = (rcWindow.bottom - rcWindow.top) - rcClient.bottom;
229 MoveWindow(handle(), rcWindow.left, rcWindow.top,
  /external/pdfium/fpdfsdk/pwl/
cpwl_appstream.cpp     [all...]
cpwl_combo_box.cpp 452 CFX_FloatRect rcWindow = m_rcOldWindow;
454 rcWindow.bottom -= fPopupRet;
456 rcWindow.top += fPopupRet;
458 if (!Move(rcWindow, true, true))
cpwl_edit.cpp 84 CFX_FloatRect rcWindow = m_rcOldWindow;
86 CFX_FloatRect(rcWindow.right, rcWindow.bottom,
87 rcWindow.right + PWL_SCROLLBAR_WIDTH, rcWindow.top);
cpwl_wnd.cpp 415 CFX_FloatRect rcWindow = GetWindowRect();
418 CFX_FloatRect rcClient = rcWindow.GetDeflated(width, width);
423 return rcWindow.Contains(rcClient) ? rcClient : CFX_FloatRect();
  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.cpp 477 CFX_FloatRect rcWindow = pAnnot->GetRect();
478 m_pFormFillEnv->Invalidate(m_page, rcWindow.GetOuterRect());
cpdfsdk_widget.cpp 864 CFX_FloatRect rcWindow = GetRotatedRect();
874 return rcWindow.GetDeflated(fBorderWidth, fBorderWidth);

Completed in 390 milliseconds