HomeSort by relevance Sort by last modified time
    Searched refs:SetAtInteger (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
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("Width", maskWidth)
    [all...]
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("ItalicAngle", italicangle)
    [all...]
fpdf_edit_create.cpp 436 m_pDict->SetAtInteger("Length", m_dwSize);
1044 encoder.m_pDict->SetAtInteger("Length", encryptor.m_dwSize);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_document.cpp 283 pPages->SetAtInteger("Count", count);
fpdf_parser_objects.cpp 762 void CPDF_Dictionary::SetAtInteger(const CFX_ByteStringC& key, int i) {
850 m_pDict->SetAtInteger("Length", size);
872 m_pDict->SetAtInteger("Length", size);
894 m_pDict->SetAtInteger("Length", m_dwSize);
    [all...]
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 395 void SetAtInteger(const CFX_ByteStringC& key, int i);
  /external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp 417 pNewOXbjectDic->SetAtInteger("FormType", 1);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 446 pDict->SetAtInteger("Length", (int)dwStreamSize);

Completed in 170 milliseconds