HomeSort by relevance Sort by last modified time
    Searched refs:GetIntegerFor (Results 1 - 25 of 50) sorted by null

1 2

  /external/pdfium/fpdfsdk/
fpdfcatalog.cpp 21 return pMarkInfo && pMarkInfo->GetIntegerFor("Marked") != 0;
cpdfsdk_baannot.cpp 153 return m_pAnnot->GetAnnotDict()->GetIntegerFor("F");
172 return m_pAnnot->GetAnnotDict()->GetIntegerFor("StructParent");
194 return pBSDict->GetIntegerFor("W", 1);
  /external/pdfium/core/fpdfapi/parser/
cpdf_linearized_header.cpp 89 : m_szFileSize(pDict->GetIntegerFor("L")),
90 m_dwFirstPageNo(pDict->GetIntegerFor("P")),
91 m_szMainXRefTableFirstEntryOffset(pDict->GetIntegerFor("T")),
92 m_PageCount(pDict->GetIntegerFor("N")),
93 m_szFirstPageEndOffset(pDict->GetIntegerFor("E")),
94 m_FirstPageObjNum(pDict->GetIntegerFor("O")),
fpdf_parser_decode.cpp 268 K = pParams->GetIntegerFor("K");
269 EndOfLine = !!pParams->GetIntegerFor("EndOfLine");
270 ByteAlign = !!pParams->GetIntegerFor("EncodedByteAlign");
271 BlackIs1 = !!pParams->GetIntegerFor("BlackIs1");
272 Columns = pParams->GetIntegerFor("Columns", 1728);
273 Rows = pParams->GetIntegerFor("Rows");
295 predictor = pParams->GetIntegerFor("Predictor");
296 Colors = pParams->GetIntegerFor("Colors", 1);
297 BitsPerComponent = pParams->GetIntegerFor("BitsPerComponent", 8);
298 Columns = pParams->GetIntegerFor("Columns", 1)
    [all...]
cpdf_document_unittest.cpp 170 EXPECT_EQ(i, page->GetIntegerFor("PageNumbering"));
194 EXPECT_EQ(i, page->GetIntegerFor("PageNumbering"));
207 EXPECT_EQ(1, page->GetIntegerFor("PageNumbering"));
212 EXPECT_EQ(3, page->GetIntegerFor("PageNumbering"));
220 EXPECT_EQ(6, page->GetIntegerFor("PageNumbering"));
cpdf_security_handler.cpp 35 int revision = pEncrypt->GetIntegerFor("R");
47 uint32_t perm = pEncrypt->GetIntegerFor("P");
52 !pEncrypt->GetIntegerFor("EncryptMetadata", 1)) {
129 int Version = pEncryptDict->GetIntegerFor("V");
146 nKeyBits = pDefFilter->GetIntegerFor("Length", 0);
148 nKeyBits = pEncryptDict->GetIntegerFor("Length", 128);
151 nKeyBits = pEncryptDict->GetIntegerFor("Length", 256);
163 keylen = Version > 1 ? pEncryptDict->GetIntegerFor("Length", 40) / 8 : 5;
173 m_Version = pEncryptDict->GetIntegerFor("V");
174 m_Revision = pEncryptDict->GetIntegerFor("R")
    [all...]
cpdf_dictionary.h 49 int GetIntegerFor(const ByteString& key) const;
50 int GetIntegerFor(const ByteString& key, int default_int) const;
  /external/pdfium/core/fpdfapi/page/
cpdf_tilingpattern.cpp 20 m_bColored = pattern_obj()->GetDict()->GetIntegerFor("PaintType") == 1;
42 m_bColored = pDict->GetIntegerFor("PaintType") == 1;
cpdf_pageobjectholder.cpp 87 if (pGroup->GetIntegerFor("I")) {
90 if (pGroup->GetIntegerFor("K")) {
cpdf_function.cpp 26 iType = pStream->GetDict()->GetIntegerFor("FunctionType");
28 iType = pDict->GetIntegerFor("FunctionType");
cpdf_sampledfunc.cpp 48 m_nBitsPerSample = pDict->GetIntegerFor("BitsPerSample");
60 m_EncodeInfo[i].sizes = pDict->GetIntegerFor("Size");
cpdf_contentmark.cpp 65 return pDict->GetIntegerFor("MCID");
cpdf_meshstream.cpp 123 m_nCoordBits = pDict->GetIntegerFor("BitsPerCoordinate");
124 m_nComponentBits = pDict->GetIntegerFor("BitsPerComponent");
132 m_nFlagBits = pDict->GetIntegerFor("BitsPerFlag");
cpdf_docpagedata.cpp 352 int type = pDict->GetIntegerFor("PatternType");
455 int32_t org_size = pFontDict->GetIntegerFor("Length1") +
456 pFontDict->GetIntegerFor("Length2") +
457 pFontDict->GetIntegerFor("Length3");
cpdf_image.cpp 61 !m_pDict->KeyExist("ColorSpace") || m_pDict->GetIntegerFor("ImageMask");
62 m_bInterpolate = !!m_pDict->GetIntegerFor("Interpolate");
63 m_Height = m_pDict->GetIntegerFor("Height");
64 m_Width = m_pDict->GetIntegerFor("Width");
cpdf_streamparser.cpp 93 !pParam || pParam->GetIntegerFor("ColorTransform", 1));
139 uint32_t width = pDict->GetIntegerFor("Width");
140 uint32_t height = pDict->GetIntegerFor("Height");
143 uint32_t bpc = pDict->GetIntegerFor("BitsPerComponent");
cpdf_shadingpattern.cpp 100 m_ShadingType = ToShadingType(pShadingDict->GetIntegerFor("ShadingType"));
  /external/pdfium/core/fpdfdoc/
cpdf_action.h 51 uint32_t GetFlags() const { return m_pDict->GetIntegerFor("Flags"); }
cpdf_viewerpreferences.cpp 29 return pDict ? pDict->GetIntegerFor("NumCopies") : 1;
cpdf_apsettings.cpp 26 return m_pDict ? m_pDict->GetIntegerFor("R") : 0;
121 return m_pDict ? m_pDict->GetIntegerFor("TP", TEXTPOS_CAPTION)
cpdf_structtree.cpp 21 return pMarkInfo && pMarkInfo->GetIntegerFor("Marked");
69 int parents_id = pPageDict->GetIntegerFor("StructParents", -1);
cpdf_bookmark.cpp 40 return m_pDict ? m_pDict->GetIntegerFor("F") : 0;
  /external/pdfium/core/fpdfapi/font/
cpdf_simplefont.cpp 115 int MissingWidth = pFontDesc->GetIntegerFor("MissingWidth");
120 size_t width_start = m_pFontDict->GetIntegerFor("FirstChar", 0);
121 size_t width_end = m_pFontDict->GetIntegerFor("LastChar", 0);
cpdf_font.cpp 168 m_Flags = pFontDesc->GetIntegerFor("Flags", FXFONT_NONSYMBOLIC);
172 ItalicAngle = pFontDesc->GetIntegerFor("ItalicAngle");
181 m_StemV = pFontDesc->GetIntegerFor("StemV");
186 m_Ascent = pFontDesc->GetIntegerFor("Ascent");
191 m_Descent = pFontDesc->GetIntegerFor("Descent");
cpdf_type3font.cpp 65 int StartChar = m_pFontDict->GetIntegerFor("FirstChar");

Completed in 519 milliseconds

1 2