Lines Matching refs:rectWnd

169 	CPDF_Rect rectWnd = GetWindowRect();  in GetThisAppearanceStream()  local
171 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()
280 CPDF_Rect rectWnd = GetWindowRect(); in DrawThisAppearance() local
281 if (rectWnd.IsEmpty()) return; in DrawThisAppearance()
298 if (rectWnd.right - rectWnd.left > PWL_TRIANGLE_HALFLEN * 2 && in DrawThisAppearance()
299 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN ) in DrawThisAppearance()
321 if (rectWnd.right - rectWnd.left > PWL_TRIANGLE_HALFLEN * 2 && in DrawThisAppearance()
322 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN ) in DrawThisAppearance()
348 CPDF_Rect rcDraw = rectWnd; in DrawThisAppearance()
353 rcDraw = CPWL_Utils::DeflateRect(rectWnd,0.5f); in DrawThisAppearance()
359 rcDraw = CPWL_Utils::DeflateRect(rectWnd,1.0f); in DrawThisAppearance()
368 if (rectWnd.top - rectWnd.bottom > 6.0f ) in DrawThisAppearance()
370 FX_FLOAT fX = rectWnd.left + 1.5f; in DrawThisAppearance()
371 FX_FLOAT fY = rectWnd.bottom; in DrawThisAppearance()
393 CPDF_Rect rcDraw = rectWnd; in DrawThisAppearance()
398 rcDraw = CPWL_Utils::DeflateRect(rectWnd,0.5f); in DrawThisAppearance()
403 rcDraw = CPWL_Utils::DeflateRect(rectWnd,1.0f); in DrawThisAppearance()
411 if (rectWnd.top - rectWnd.bottom > 6.0f ) in DrawThisAppearance()
413 FX_FLOAT fX = rectWnd.left + 1.5f; in DrawThisAppearance()
414 FX_FLOAT fY = rectWnd.bottom; in DrawThisAppearance()
439 CPDF_Rect rcDraw = rectWnd; in DrawThisAppearance()
444 rcDraw = CPWL_Utils::DeflateRect(rectWnd,0.5f); in DrawThisAppearance()
452 CPDF_Point ptTop = CPDF_Point(rectWnd.left,rectWnd.top-1.0f); in DrawThisAppearance()
453 CPDF_Point ptBottom = CPDF_Point(rectWnd.left,rectWnd.bottom+1.0f); in DrawThisAppearance()
522 if (rectWnd.Height() > 8.0f) in DrawThisAppearance()
730 CPDF_Rect rectWnd = GetWindowRect(); in GetThisAppearanceStream() local
732 if (IsVisible() && !rectWnd.IsEmpty()) in GetThisAppearanceStream()
738 sButton << rectWnd.left << " " << rectWnd.bottom << " " in GetThisAppearanceStream()
739 << rectWnd.right - rectWnd.left << " " << rectWnd.top - rectWnd.bottom << " re b Q\n"; in GetThisAppearanceStream()
748 CPDF_Rect rectWnd = GetWindowRect(); in DrawThisAppearance() local
750 if (IsVisible() && !rectWnd.IsEmpty()) in DrawThisAppearance()
752 …CPWL_Utils::DrawFillRect(pDevice, pUser2Device, rectWnd, this->GetBackgroundColor(), GetTransparen… in DrawThisAppearance()
755 …CPDF_Point(rectWnd.left+2.0f,rectWnd.top-2.0f), CPDF_Point(rectWnd.left+2.0f,rectWnd.bottom+2.0f), in DrawThisAppearance()
759 …CPDF_Point(rectWnd.right-2.0f,rectWnd.top-2.0f), CPDF_Point(rectWnd.right-2.0f,rectWnd.bottom+2.0f… in DrawThisAppearance()