Home | History | Annotate | Download | only in pdfwindow

Lines Matching defs:GetWindowRect

318 		CPDF_Rect rcOld = this->GetWindowRect();

398 CPDF_Rect rectWnd = GetWindowRect();
441 CPDF_Rect rectWnd = GetWindowRect();
488 CPDF_Rect rcRefresh = pRect ? *pRect : GetWindowRect();
667 CPDF_Rect CPWL_Wnd::GetWindowRect() const
674 CPDF_Rect rcWindow = GetWindowRect();
703 return CPWL_Utils::GetCenterSquare(CPWL_Utils::DeflateRect(GetWindowRect(),0.1f));
896 return IsValid() && IsVisible() && GetWindowRect().Contains(point.x,point.y);
951 CPDF_Rect rcContent = CPWL_Utils::DeflateRect(GetWindowRect(),(FX_FLOAT)(GetBorderWidth()+GetInnerBorderWidth()));
1028 return CPWL_Utils::InflateRect(this->GetWindowRect(),1);