Home
last modified time | relevance | path

Searched refs:SetRectFor (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_dictionary.h85 void SetRectFor(const ByteString& key, const CFX_FloatRect& rect);
Dcpdf_dictionary.cpp221 void CPDF_Dictionary::SetRectFor(const ByteString& key, in SetRectFor() function in CPDF_Dictionary
/external/pdfium/fpdfsdk/
Dfpdfannot.cpp618 pStream->GetDict()->SetRectFor("BBox", newRect); in FPDFAnnot_SetAttachmentPoints()
662 pAnnotDict->SetRectFor("Rect", newRect); in FPDFAnnot_SetRect()
675 pStream->GetDict()->SetRectFor("BBox", newRect); in FPDFAnnot_SetRect()
Dcpdfsdk_baannot.cpp52 m_pAnnot->GetAnnotDict()->SetRectFor("Rect", rect); in SetRect()
Dfpdf_flatten.cpp325 pNewOXbjectDic->SetRectFor("BBox", rcBBox); in FPDFPage_Flatten()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp521 pStreamDict->SetRectFor("BBox", rect); in GenerateAndSetAPDict()
650 pAnnotDict->SetRectFor("Rect", rect); in GenerateInkAP()
686 pAnnotDict->SetRectFor("Rect", noteRect); in GenerateTextAP()
1045 pStreamDict->SetRectFor("BBox", rcBBox); in GenerateFormAP()
1290 pStreamDict->SetRectFor("BBox", rcBBox); in GenerateFormAP()
Dcpdf_annotlist.cpp69 pAnnotDict->SetRectFor("Rect", popupRect); in CreatePopupAnnot()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp1945 pStreamDict->SetRectFor("BBox", widget_->GetRotatedRect()); in Write()