Lines Matching defs:crRect
2382 CPDF_Rect crRect(pArray);
2386 AddDelay_Rect(FP_RECT, crRect);
2390 Field::SetRect(m_pDocument, m_FieldName, m_nFormControlIndex, crRect);
2408 CFX_FloatRect crRect = pWidget->GetRect();
2410 Upper_Leftx = (FX_INT32)crRect.left;
2411 Upper_Lefty = (FX_INT32)crRect.top;
2412 Lower_Rightx = (FX_INT32)crRect.right;
2413 Lower_Righty = (FX_INT32)crRect.bottom;
2452 CPDF_Rect crRect = rect;
2460 crRect.Intersect(pPDFPage->GetPageBBox());
2462 if (!crRect.IsEmpty())
2465 if (crRect.left != rcOld.left ||
2466 crRect.right != rcOld.right ||
2467 crRect.top != rcOld.top ||
2468 crRect.bottom != rcOld.bottom)
2470 pWidget->SetRect(crRect);
2486 CPDF_Rect crRect = rect;
2494 crRect.Intersect(pPDFPage->GetPageBBox());
2496 if (!crRect.IsEmpty())
2499 if (crRect.left != rcOld.left ||
2500 crRect.right != rcOld.right ||
2501 crRect.top != rcOld.top ||
2502 crRect.bottom != rcOld.bottom)
2504 pWidget->SetRect(crRect);