Searched refs:rectWnd (Results 1 – 3 of 3) sorted by relevance
169 CPDF_Rect rectWnd = GetWindowRect(); in GetThisAppearanceStream() local171 if (rectWnd.IsEmpty()) return; in GetThisAppearanceStream()188 if (rectWnd.right - rectWnd.left > PWL_TRIANGLE_HALFLEN * 2 && in GetThisAppearanceStream()189 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN ) in GetThisAppearanceStream()207 if (rectWnd.right - rectWnd.left > PWL_TRIANGLE_HALFLEN * 2 && in GetThisAppearanceStream()208 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN ) in GetThisAppearanceStream()233 if (rectWnd.right - rectWnd.left > PWL_TRIANGLE_HALFLEN * 2 && in GetThisAppearanceStream()234 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN ) in GetThisAppearanceStream()252 if (rectWnd.right - rectWnd.left > PWL_TRIANGLE_HALFLEN * 2 && in GetThisAppearanceStream()253 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN ) in GetThisAppearanceStream()[all …]
118 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); in GetThisAppearanceStream() local120 if (IsVisible() && !rectWnd.IsEmpty()) in GetThisAppearanceStream()130 if (IsFloatBigger(rectWnd.right - rectWnd.left,PWL_CBBUTTON_TRIANGLE_HALFLEN * 2) in GetThisAppearanceStream()132 IsFloatBigger(rectWnd.top - rectWnd.bottom,PWL_CBBUTTON_TRIANGLE_HALFLEN) in GetThisAppearanceStream()150 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); in DrawThisAppearance() local152 if (IsVisible() && !rectWnd.IsEmpty()) in DrawThisAppearance()160 if (IsFloatBigger(rectWnd.right - rectWnd.left,PWL_CBBUTTON_TRIANGLE_HALFLEN * 2) in DrawThisAppearance()162 IsFloatBigger(rectWnd.top - rectWnd.bottom,PWL_CBBUTTON_TRIANGLE_HALFLEN) in DrawThisAppearance()
403 CPDF_Rect rectWnd = GetWindowRect(); in GetThisAppearanceStream() local404 if (!rectWnd.IsEmpty()) in GetThisAppearanceStream()409 sThis << CPWL_Utils::GetRectFillAppStream(rectWnd,this->GetBackgroundColor()); in GetThisAppearanceStream()412 sThis << CPWL_Utils::GetBorderAppStream(rectWnd, in GetThisAppearanceStream()446 CPDF_Rect rectWnd = GetWindowRect(); in DrawThisAppearance() local447 if (!rectWnd.IsEmpty()) in DrawThisAppearance()451 …CPDF_Rect rcClient = CPWL_Utils::DeflateRect(rectWnd,(FX_FLOAT)(GetBorderWidth()+GetInnerBorderWid… in DrawThisAppearance()458 rectWnd, in DrawThisAppearance()