Home | History | Annotate | Download | only in fpdfsdk

Lines Matching defs:newRect

616     CFX_FloatRect newRect = CPDF_Annot::RectFromQuadPoints(pAnnotDict);
617 if (newRect.Contains(pStream->GetDict()->GetRectFor("BBox")))
618 pStream->GetDict()->SetRectFor("BBox", newRect);
659 CFX_FloatRect newRect = CFXFloatRectFromFSRECTF(*rect);
662 pAnnotDict->SetRectFor("Rect", newRect);
674 if (pStream && newRect.Contains(pStream->GetDict()->GetRectFor("BBox")))
675 pStream->GetDict()->SetRectFor("BBox", newRect);