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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListCtrl.cpp 150 CPDF_Rect rcChild = pChild->ChildToParent(pChild->GetWindowRect());
151 if (!(rcChild.top < rcClient.bottom || rcChild.bottom > rcClient.top)) {
PWL_Utils.cpp 91 const CPDF_Rect& rcChild) {
92 return rcChild.left >= rcParent.left && rcChild.bottom >= rcParent.bottom &&
93 rcChild.right <= rcParent.right && rcChild.top <= rcParent.top;
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Utils.h 114 const CPDF_Rect& rcChild);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]

Completed in 285 milliseconds