Searched refs:SetAtInteger (Results 1 - 9 of 9) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
H A D | fpdf_edit_image.cpp | 27 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 D | fpdf_edit_doc.cpp | 399 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 D | fpdf_edit_create.cpp | 436 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 D | fpdf_parser_document.cpp | 283 pPages->SetAtInteger("Count", count);
|
H A D | fpdf_parser_objects.cpp | 762 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 D | fpdf_parser_parser.cpp | 2476 pDict->SetAtInteger("Length", len);
|
/external/pdfium/core/include/fpdfapi/ |
H A D | fpdf_objects.h | 395 void SetAtInteger(const CFX_ByteStringC& key, int i);
|
/external/pdfium/fpdfsdk/src/ |
H A D | fpdf_flatten.cpp | 417 pNewOXbjectDic->SetAtInteger("FormType", 1);
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
H A D | fpdf_page_parser_old.cpp | 446 pDict->SetAtInteger("Length", (int)dwStreamSize);
|
Completed in 193 milliseconds