Home
last modified time | relevance | path

Searched refs:SetAt (Results 1 – 25 of 113) sorted by relevance

12345

/external/pdfium/fpdfsdk/src/
Dfpdfppo.cpp54 DInfoDict->SetAt("Producer", new CPDF_String(producerstr, FALSE)); in PDFDocInit()
59 pNewRoot->SetAt("Type", new CPDF_Name("Catalog")); in PDFDocInit()
68 pNewRoot->SetAt("Pages", new CPDF_Reference(pDestPDFDoc, NewPagesON)); in PDFDocInit()
73 pNewPages->SetAt("Type", new CPDF_Name("Pages")); in PDFDocInit()
82 pNewPages->SetAt("Kids", new CPDF_Reference(pDestPDFDoc, Kidsobjnum)); in PDFDocInit()
83 pNewPages->SetAt("Count", new CPDF_Number(0)); in PDFDocInit()
110 pCurPageDict->SetAt(cbSrcKeyStr, pObj->Clone()); in ExportPage()
124 pCurPageDict->SetAt("MediaBox", pInheritable->Clone()); in ExportPage()
132 pCurPageDict->SetAt("MediaBox", pArray); in ExportPage()
135 pCurPageDict->SetAt("MediaBox", pInheritable->Clone()); in ExportPage()
[all …]
Dfpdfeditpage.cpp46 pInfoDict->SetAt("CreationDate", new CPDF_String(DateStr, FALSE)); in FPDF_CreateNewDocument()
47 pInfoDict->SetAt("Creator", new CPDF_String(L"PDFium")); in FPDF_CreateNewDocument()
83 pPageDict->SetAt("MediaBox", pMediaBoxArray); in FPDFPage_New()
84 pPageDict->SetAt("Rotate", new CPDF_Number(0)); in FPDFPage_New()
85 pPageDict->SetAt("Resources", new CPDF_Dictionary); in FPDFPage_New()
289 pRectArray->SetAt(0, new CPDF_Number(rect.left)); in FPDFPage_TransformAnnots()
290 pRectArray->SetAt(1, new CPDF_Number(rect.bottom)); in FPDFPage_TransformAnnots()
291 pRectArray->SetAt(2, new CPDF_Number(rect.right)); in FPDFPage_TransformAnnots()
292 pRectArray->SetAt(3, new CPDF_Number(rect.top)); in FPDFPage_TransformAnnots()
293 pAnnot->GetAnnotDict()->SetAt("Rect", pRectArray); in FPDFPage_TransformAnnots()
[all …]
Dfsdk_baseannot.cpp677 pBorder->SetAt(2, new CPDF_Number(nWidth)); in SetBorderWidth()
683 m_pAnnot->GetAnnotDict()->SetAt("BS", pBSDict); in SetBorderWidth()
704 m_pAnnot->GetAnnotDict()->SetAt("BS", pBSDict); in SetBorderStyle()
758 m_pAnnot->GetAnnotDict()->SetAt("BS", pBSDict); in SetBorderDash()
766 pBSDict->SetAt("D", pArray); in SetBorderDash()
794 m_pAnnot->GetAnnotDict()->SetAt("C", pArray); in SetColor()
846 m_pAnnot->GetAnnotDict()->SetAt("AP", pAPDict); in WriteAppearance()
859 pAPDict->SetAt(sAPType, pAPTypeDict); in WriteAppearance()
939 m_pAnnot->GetAnnotDict()->SetAt("AA", (CPDF_AAction&)aa); in SetAAction()
Dfpdf_flatten.cpp366 pPageDict->SetAt("MediaBox", pMediaBox); in FPDFPage_Flatten()
375 pPageDict->SetAt("ArtBox", pCropBox); in FPDFPage_Flatten()
381 pPageDict->SetAt("Resources", pRes); in FPDFPage_Flatten()
389 pRes->SetAt("XObject", pPageXObject); in FPDFPage_Flatten()
414 pNewOXbjectDic->SetAt("Resources", pNewXORes); in FPDFPage_Flatten()
486 pNewXORes->SetAt("XObject", pXObject); in FPDFPage_Flatten()
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417DetectionResultRowIndicatorColumn.cpp81 codewords->SetAt(codewordsRow, NULL); in adjustCompleteIndicatorColumnRowNumbers()
83 codewords->SetAt(codewordsRow, NULL); in adjustCompleteIndicatorColumnRowNumbers()
85 codewords->SetAt(codewordsRow, NULL); in adjustCompleteIndicatorColumnRowNumbers()
99 codewords->SetAt(codewordsRow, NULL); in adjustCompleteIndicatorColumnRowNumbers()
121 result->SetAt(codeword->getRowNumber(), in getRowHeights()
159 codewords->SetAt(codewordsRow, NULL); in adjustIncompleteIndicatorColumnRowNumbers()
238 codewords->SetAt(codewordRow, NULL); in removeIncorrectCodewords()
248 codewords->SetAt(codewordRow, NULL); in removeIncorrectCodewords()
255 codewords->SetAt(codewordRow, NULL); in removeIncorrectCodewords()
260 codewords->SetAt(codewordRow, NULL); in removeIncorrectCodewords()
DBC_PDF417Detector.cpp185 result->SetAt(destinationIndexes[i], tmpResult->GetAt(i)); in copyToResult()
217 result->SetAt( in findRowsWithPattern()
219 result->SetAt( in findRowsWithPattern()
252 result->SetAt(2, new CBC_ResultPoint((FX_FLOAT)previousRowLoc.GetAt(0), in findRowsWithPattern()
254 result->SetAt(3, new CBC_ResultPoint((FX_FLOAT)previousRowLoc.GetAt(1), in findRowsWithPattern()
259 result->SetAt(i, NULL); in findRowsWithPattern()
273 counters.SetAt(i, 0); in findGuardPattern()
299 counters.SetAt(k, counters.GetAt(l)); in findGuardPattern()
301 counters.SetAt(patternLength - 2, 0); in findGuardPattern()
302 counters.SetAt(patternLength - 1, 0); in findGuardPattern()
DBC_PDF417BarcodeRow.cpp34 m_row.SetAt(x, value); in set()
37 m_row.SetAt(x, (uint8_t)(black ? 1 : 0)); in set()
DBC_PDF417ScanningDecoder.cpp395 ambiguousIndexValues.SetAt(i, ambiguousIndexValuesList.GetAt(i)); in createDecoderResult()
471 temp->SetAt(colume, new CBC_BarcodeValue()); in createBarcodeMatrix()
473 barcodeMatrix->SetAt(row, temp); in createBarcodeMatrix()
579 moduleBitCount->SetAt( in detectCodeword()
581 moduleBitCount->SetAt(moduleBitCount->GetSize() - 1 - i, tmpCount); in detectCodeword()
613 moduleBitCount->SetAt(moduleNumber, in getModuleBitCount()
734 result->SetAt(i, result->GetAt(i) + 1); in getBitCountForCodeword()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp30 pPages->SetAt("Kids", new CPDF_Array); in CreateNewDoc()
322 pEncoding->SetAt("Differences", pArray); in AddWindowsFont()
344 pBaseDict->SetAt("Widths", pWidths); in AddWindowsFont()
392 pFontDict->SetAt("W", pWidthArray); in AddWindowsFont()
400 pFontDict->SetAt("CIDSystemInfo", pCIDSysInfo); in AddWindowsFont()
402 pBaseDict->SetAt("DescendantFonts", pArray); in AddWindowsFont()
415 pFontDesc->SetAt("FontBBox", pBBox); in AddWindowsFont()
662 pEncoding->SetAt("Differences", pArray); in AddMacFont()
684 pBaseDict->SetAt("Widths", pWidths); in AddMacFont()
743 pFontDict->SetAt("W", pWidthArray); in AddMacFont()
[all …]
Dfpdf_edit_image.cpp41 pDict->SetAt("Decode", pDecode); in InitJPEG()
48 pDict->SetAt("DecodeParms", pParms); in InitJPEG()
133 pDict->SetAt("ImageMask", new CPDF_Boolean(TRUE)); in SetImage()
138 pDict->SetAt("Decode", pArray); in SetImage()
155 pDict->SetAt("ColorSpace", pCS); in SetImage()
253 pMaskDict->SetAt("Matte", pMatte); in SetImage()
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_Base256Encoder.cpp58 buffer.SetAt(0, FX_WCHAR(*buf) - '0'); in Encode()
69 buffer.SetAt(0, (FX_WCHAR)dataCount); in Encode()
71 buffer.SetAt(0, (FX_WCHAR)((dataCount / 250) + 249)); in Encode()
/external/pdfium/core/src/fxcrt/
Dfx_arabic.cpp336 values.SetAt(i, iValue); in FX_BidiSetDeferredRun()
360 classes.SetAt(i, iCls); in FX_BidiClassify()
368 classes.SetAt(i, gc_FX_BidiNTypes[iCls]); in FX_BidiClassify()
397 classes.SetAt(i, FX_BIDICLASS_BN); in FX_BidiResolveExplicit()
402 levels.SetAt(i, iLevel); in FX_BidiResolveExplicit()
416 classes.SetAt(i, FX_BIDICLASS_BN); in FX_BidiResolveExplicit()
421 levels.SetAt(i, iLevel); in FX_BidiResolveExplicit()
434 classes.SetAt(i, FX_BIDICLASS_BN); in FX_BidiResolveExplicit()
451 classes.SetAt(i, iCls); in FX_BidiResolveExplicit()
453 levels.SetAt(i, iBaseLevel); in FX_BidiResolveExplicit()
[all …]
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp114 pIterator->SetAt(pRange->BeginPos); in DrawUnderline()
116 pIterator->SetAt(0); in DrawUnderline()
190 pIterator->SetAt(pRange->BeginPos); in DrawEdit()
192 pIterator->SetAt(0); in DrawEdit()
315 pIterator->SetAt(pRange->BeginPos); in DrawRichEdit()
317 pIterator->SetAt(0); in DrawRichEdit()
489 pIterator->SetAt(pRange->BeginPos); in GeneratePageObjects()
491 pIterator->SetAt(0); in GeneratePageObjects()
552 pIterator->SetAt(pRange->BeginPos); in GenerateRichPageObjects()
554 pIterator->SetAt(0); in GenerateRichPageObjects()
[all …]
Dfxet_ap.cpp74 pIterator->SetAt(pRange->BeginPos); in GetEditAppearanceStream()
76 pIterator->SetAt(0); in GetEditAppearanceStream()
185 pIterator->SetAt(pRange->BeginPos); in GetSelectAppearanceStream()
Dfxet_edit.cpp75 void CFX_Edit_Iterator::SetAt(int32_t nWordIndex) { in SetAt() function in CFX_Edit_Iterator
76 m_pVTIterator->SetAt(nWordIndex); in SetAt()
79 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace& place) { in SetAt() function in CFX_Edit_Iterator
80 m_pVTIterator->SetAt(place); in SetAt()
984 pIterator->SetAt(0); in GetText()
1022 pIterator->SetAt(wrTemp.BeginPos); in GetRangeText()
1064 pIterator->SetAt(0); in GetTotalLines()
1198 pIterator->SetAt(wrTemp.BeginPos); in SetRichTextProps()
1279 pIterator->SetAt(place); in SetSecProps()
1312 pIterator->SetAt(place); in SetSecProps()
[all …]
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp75 m_CPFonts.SetAt((void*)(uintptr_t)dwHash, (void*)pFont); in GetDefFontByCodePage()
77 m_FamilyFonts.SetAt((void*)(uintptr_t)dwHash, (void*)pFont); in GetDefFontByCodePage()
144 m_UnicodeFonts.SetAt((void*)(uintptr_t)dwHash, (void*)pFont); in GetDefFontByUnicode()
146 m_CPFonts.SetAt((void*)(uintptr_t)dwHash, (void*)pFont); in GetDefFontByUnicode()
148 m_FamilyFonts.SetAt((void*)(uintptr_t)dwHash, (void*)pFont); in GetDefFontByUnicode()
182 m_FamilyFonts.SetAt((void*)(uintptr_t)dwHash, (void*)pFont); in LoadFont()
184 m_CPFonts.SetAt((void*)(uintptr_t)dwHash, (void*)pFont); in LoadFont()
200 m_BufferFonts.SetAt((void*)pBuffer, pFont); in LoadFont()
217 m_FileFonts.SetAt((void*)(uintptr_t)dwHash, (void*)pFont); in LoadFont()
234 m_FamilyFonts.SetAt((void*)(uintptr_t)dwHash, (void*)pFont); in LoadFont()
[all …]
/external/pdfium/xfa/src/fxbarcode/
DBC_Utils.cpp40 src.SetAt(i, src[i + 1]); in BC_FX_PtrArray_Sort()
41 src.SetAt(i + 1, temp); in BC_FX_PtrArray_Sort()
/external/pdfium/xfa/src/fee/src/fx_wordbreak/
Dfx_wordbreak_impl.h33 virtual void SetAt(int32_t nIndex);
52 virtual void SetAt(int32_t nIndex);
Dfx_wordbreak_impl.cpp41 void CFX_CharIter::SetAt(int32_t nIndex) { in SetAt() function in CFX_CharIter
102 void CFX_WordBreak::SetAt(int32_t nIndex) { in SetAt() function in CFX_WordBreak
107 m_pCurIter->SetAt(nIndex); in SetAt()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp516 void CPDF_Array::SetAt(FX_DWORD i, in SetAt() function in CPDF_Array
529 m_Objects.SetAt(i, pObj); in SetAt()
697 void CPDF_Dictionary::SetAt(const CFX_ByteStringC& key, CPDF_Object* pObj) { in SetAt() function in CPDF_Dictionary
763 SetAt(key, new CPDF_Number(i)); in SetAtInteger()
767 SetAt(key, new CPDF_Name(name)); in SetAtName()
771 SetAt(key, new CPDF_String(str, FALSE)); in SetAtString()
776 SetAt(key, new CPDF_Reference(pDoc, objnum)); in SetAtReference()
781 SetAt(key, new CPDF_Reference(pDoc, objnum)); in AddReference()
786 SetAt(key, pNumber); in SetAtNumber()
789 SetAt(key, new CPDF_Boolean(bValue)); in SetAtBoolean()
[all …]
Dfpdf_parser_document.cpp130 m_PageList.SetAt(iPage - nPagesToGo, pKid->GetObjNum()); in _FindPDFPage()
173 m_PageList.SetAt(iPage, pPage->GetObjNum()); in GetPage()
200 m_PageList.SetAt(index + i, objnum); in _FindPageIndex()
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localemgr.cpp46 pLocaleMgr->m_lcid2xml.SetAt((void*)(uintptr_t)dwLCID, pXmlLocale); in FX_LocaleMgr_Create()
89 m_lcid2locale.SetAt((void*)(uintptr_t)lcid, pLocale); in GetLocale()
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtparag.cpp41 pIter->SetAt(m_nCharStart); in LoadParag()
108 pIter->SetAt(m_nCharStart); in CalcLines()
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp547 csSub.SetAt(i, L'\0'); in ValidateFieldName()
949 pParent->SetAt("FT", pFTValue->Clone()); in AddTerminalField()
955 pParent->SetAt("Ff", pFfValue->Clone()); in AddTerminalField()
964 pDict->SetAt("T", pClone); in AddTerminalField()
1061 pMainDict->SetAt("F", static_cast<CPDF_Object*>(filespec)); in ExportToFDF()
1065 pMainDict->SetAt("Fields", pFields); in ExportToFDF()
1082 pFieldDict->SetAt("T", new CPDF_String(fullname)); in ExportToFDF()
1095 pFieldDict->SetAt("V", pV->Clone(TRUE)); in ExportToFDF()
1186 pField->m_pDict->SetAt("Opt", in FDF_ImportField()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_layoutpseudomodel.cpp260 formItems.SetAt(pItemChild->m_pFormNode, this); in Script_LayoutPseudoModel_GetObjArray()
284 formItems.SetAt(pItemChild->m_pFormNode, this); in Script_LayoutPseudoModel_GetObjArray()
321 formItems.SetAt(pItemChild->m_pFormNode, this); in Script_LayoutPseudoModel_GetObjArray()
341 formItems.SetAt(pItemChild->m_pFormNode, this); in Script_LayoutPseudoModel_GetObjArray()

12345