Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_flatten.cpp96 CPDF_Dictionary* pAnnotDic = ToDictionary(pAnnot->GetDirect()); in ParserAnnots() local
97 if (!pAnnotDic) in ParserAnnots()
100 ByteString sSubtype = pAnnotDic->GetStringFor("Subtype"); in ParserAnnots()
104 int nAnnotFlag = pAnnotDic->GetIntegerFor("F"); in ParserAnnots()
114 ParserStream(pPageDic, pAnnotDic, pRectArray, pObjectArray); in ParserAnnots()
329 CPDF_Dictionary* pAnnotDic = ObjectArray[i]; in FPDFPage_Flatten() local
330 if (!pAnnotDic) in FPDFPage_Flatten()
333 CFX_FloatRect rcAnnot = pAnnotDic->GetRectFor("Rect"); in FPDFPage_Flatten()
336 ByteString sAnnotState = pAnnotDic->GetStringFor("AS"); in FPDFPage_Flatten()
337 CPDF_Dictionary* pAnnotAP = pAnnotDic->GetDictFor("AP"); in FPDFPage_Flatten()