HomeSort by relevance Sort by last modified time
    Searched refs:rcWindow (Results 1 - 9 of 9) 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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 204 milliseconds