Searched refs:SetAtInteger (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp27 pDict->SetAtInteger("Width", width);
28 pDict->SetAtInteger("Height", height);
44 pDict->SetAtInteger("BitsPerComponent", bits);
49 pParms->SetAtInteger("ColorTransform", 0);
120 pDict->SetAtInteger("Width", BitmapWidth);
121 pDict->SetAtInteger("Height", BitmapHeight);
157 pDict->SetAtInteger("BitsPerComponent", 1);
189 pDict->SetAtInteger("BitsPerComponent", 8);
198 pDict->SetAtInteger("BitsPerComponent", 8);
226 pMaskDict->SetAtInteger("Widt
[all...]
H A Dfpdf_edit_doc.cpp399 pCIDSysInfo->SetAtInteger("Supplement", supplement);
410 pFontDesc->SetAtInteger("Flags", flags);
416 pFontDesc->SetAtInteger("ItalicAngle", italicangle);
417 pFontDesc->SetAtInteger("Ascent", ascend);
418 pFontDesc->SetAtInteger("Descent", descend);
419 pFontDesc->SetAtInteger("CapHeight", capheight);
420 pFontDesc->SetAtInteger("StemV", pLogFont->lfWeight / 5);
750 pCIDSysInfo->SetAtInteger("Supplement", supplement);
761 pFontDesc->SetAtInteger("Flags", flags);
767 pFontDesc->SetAtInteger("ItalicAngl
[all...]
H A Dfpdf_edit_create.cpp436 m_pDict->SetAtInteger("Length", m_dwSize);
1044 encoder.m_pDict->SetAtInteger("Length", encryptor.m_dwSize);
1161 encoder.m_pDict->SetAtInteger("Length", encryptor.m_dwSize);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_document.cpp283 pPages->SetAtInteger("Count", count);
H A Dfpdf_parser_objects.cpp762 void CPDF_Dictionary::SetAtInteger(const CFX_ByteStringC& key, int i) { function in class:CPDF_Dictionary
850 m_pDict->SetAtInteger("Length", size);
872 m_pDict->SetAtInteger("Length", size);
894 m_pDict->SetAtInteger("Length", m_dwSize);
H A Dfpdf_parser_parser.cpp2476 pDict->SetAtInteger("Length", len);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h395 void SetAtInteger(const CFX_ByteStringC& key, int i);
/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp417 pNewOXbjectDic->SetAtInteger("FormType", 1);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp446 pDict->SetAtInteger("Length", (int)dwStreamSize);

Completed in 186 milliseconds