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

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 23 pDict->SetAtInteger("Width", width);
24 pDict->SetAtInteger("Height", height);
40 pDict->SetAtInteger("BitsPerComponent", bits);
45 pParms->SetAtInteger("ColorTransform", 0);
108 pDict->SetAtInteger(FX_BSTRC("Width"), BitmapWidth);
109 pDict->SetAtInteger(FX_BSTRC("Height"), BitmapHeight);
144 pDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 1);
175 pDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 8);
184 pDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 8);
212 pMaskDict->SetAtInteger(FX_BSTRC("Width"), maskWidth)
    [all...]
fpdf_edit_doc.cpp 401 pCIDSysInfo->SetAtInteger("Supplement", supplement);
412 pFontDesc->SetAtInteger("Flags", flags);
418 pFontDesc->SetAtInteger("ItalicAngle", italicangle);
419 pFontDesc->SetAtInteger("Ascent", ascend);
420 pFontDesc->SetAtInteger("Descent", descend);
421 pFontDesc->SetAtInteger("CapHeight", capheight);
422 pFontDesc->SetAtInteger("StemV", pLogFont->lfWeight / 5);
    [all...]
fpdf_edit_create.cpp 360 m_pDict->SetAtInteger("Length", m_dwSize);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 810 void CPDF_Dictionary::SetAtInteger(FX_BSTR key, int i)
905 m_pDict->SetAtInteger(FX_BSTRC("Length"), size);
930 m_pDict->SetAtInteger(FX_BSTRC("Length"), size);
952 m_pDict->SetAtInteger(FX_BSTRC("Length"), m_dwSize);
    [all...]
fpdf_parser_document.cpp 282 pPages->SetAtInteger(FX_BSTRC("Count"), count);
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 457 void SetAtInteger(FX_BSTR key, int i);
  /external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp 434 pNewOXbjectDic->SetAtInteger("FormType", 1);
fsdk_baseform.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 429 pDict->SetAtInteger(FX_BSTRC("Length"), (int)dwStreamSize);
    [all...]

Completed in 274 milliseconds