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

1 2 3

  /external/pdfium/core/src/fpdfdoc/
doc_viewerPreferences.cpp 17 pDict = pDict->GetDict(FX_BSTRC("ViewerPreferences"));
21 return FX_BSTRC("R2L") == pDict->GetString(FX_BSTRC("Direction"));
26 pDict = pDict->GetDict(FX_BSTRC("ViewerPreferences"));
30 return FX_BSTRC("None") != pDict->GetString(FX_BSTRC("PrintScaling"));
doc_ocg.cpp 28 static FX_BOOL FPDFDOC_OCG_HasIntent(const CPDF_Dictionary *pDict, FX_BSTR csElement, FX_BSTR csDef = FX_BSTRC(""))
31 CPDF_Object *pIntent = pDict->GetElementValue(FX_BSTRC("Intent"));
40 if (bsIntent == FX_BSTRC("All") || bsIntent == csElement) {
47 return bsIntent == FX_BSTRC("All") || bsIntent == csElement;
52 CPDF_Dictionary *pOCProperties = pDoc->GetRoot()->GetDict(FX_BSTRC("OCProperties"));
56 CPDF_Array *pOCGs = pOCProperties->GetArray(FX_BSTRC("OCGs"));
63 CPDF_Dictionary *pConfig = pOCProperties->GetDict(FX_BSTRC("D"));
64 CPDF_Array *pConfigs = pOCProperties->GetArray(FX_BSTRC("Configs"));
73 if (!FPDFDOC_OCG_HasIntent(pFind, FX_BSTRC("View"), FX_BSTRC("View"))) {
    [all...]
doc_metadata.cpp 60 CPDF_Stream *pStream = pRoot->GetStream(FX_BSTRC("Metadata"));
74 if (pXmlElmnt->GetTagName() == FX_BSTRC("RDF")) {
77 pElmntRdf = pXmlElmnt->GetElement(NULL, FX_BSTRC("RDF"));
100 CXML_Element *pTag = pElmntRdf->GetElement(NULL, FX_BSTRC("Description"), i);
104 if (bsItem == FX_BSTRC("Title") || bsItem == FX_BSTRC("Subject")) {
109 pElmnt = pElmnt->GetElement(NULL, FX_BSTRC("Alt"));
113 pElmnt = pElmnt->GetElement(NULL, FX_BSTRC("li"));
119 } else if (bsItem == FX_BSTRC("Author")) {
124 pElmnt = pElmnt->GetElement(NULL, FX_BSTRC("Seq"));
    [all...]
doc_basic.cpp 75 m_pRoot = pDoc->GetRoot()->GetDict(FX_BSTRC("Names"))->GetDict(category);
83 CPDF_Array* pLimits = pNode->GetArray(FX_BSTRC("Limits"));
96 CPDF_Array* pNames = pNode->GetArray(FX_BSTRC("Names"));
118 CPDF_Array* pKids = pNode->GetArray(FX_BSTRC("Kids"));
140 CPDF_Array* pNames = pNode->GetArray(FX_BSTRC("Names"));
154 CPDF_Array* pKids = pNode->GetArray(FX_BSTRC("Kids"));
175 CPDF_Array* pNames = pNode->GetArray(FX_BSTRC("Names"));
179 CPDF_Array* pKids = pNode->GetArray(FX_BSTRC("Kids"));
231 CPDF_Dictionary* pDests = pDoc->GetRoot()->GetDict(FX_BSTRC("Dests"));
244 return ((CPDF_Dictionary*)pValue)->GetArray(FX_BSTRC("D"));
    [all...]
doc_action.cpp 22 CPDF_NameTree name_tree(pDoc, FX_BSTRC("Dests"));
62 CPDF_Dictionary* pWinDict = m_pDict->GetDict(FX_BSTRC("Win"));
64 return CFX_WideString::FromLocal(pWinDict->GetString(FX_BSTRC("F")));
86 if (csURI.Find(FX_BSTRC(":"), 0) < 1) {
213 if (csType == FX_BSTRC("Rendition")) {
215 } else if (csType == FX_BSTRC("Movie")) {
226 if (csType == FX_BSTRC("Rendition")) {
228 } else if (csType == FX_BSTRC("Movie")) {
230 if (csOP == FX_BSTRC("Play")) {
232 } else if (csOP == FX_BSTRC("Stop")) {
    [all...]
doc_tagged.cpp 15 CPDF_Dictionary* pMarkInfo = pCatalog->GetDict(FX_BSTRC("MarkInfo"));
16 return pMarkInfo != NULL && pMarkInfo->GetInteger(FX_BSTRC("Marked"));
45 m_pTreeRoot = pCatalog->GetDict(FX_BSTRC("StructTreeRoot"));
49 m_pRoleMap = m_pTreeRoot->GetDict(FX_BSTRC("RoleMap"));
64 CPDF_Object* pKids = m_pTreeRoot->GetElementValue(FX_BSTRC("K"));
95 CPDF_Object* pKids = m_pTreeRoot->GetElementValue(FX_BSTRC("K"));
113 CPDF_Dictionary* pParentTree = m_pTreeRoot->GetDict(FX_BSTRC("ParentTree"));
118 int parents_id = pPageDict->GetInteger(FX_BSTRC("StructParents"), -1);
148 CPDF_Dictionary* pParent = pDict->GetDict(FX_BSTRC("P"));
149 if (pParent == NULL || pParent->GetString(FX_BSTRC("Type")) == FX_BSTRC("StructTreeRoot")) {
    [all...]
doc_annot.cpp 46 if (bRegenerateAP && pDict->GetConstString(FX_BSTRC("Subtype")) == FX_BSTRC("Widget"))
86 !pOCContext->CheckOCGVisible(pAnnotDict->GetDict(FX_BSTRC("OC")))) {
168 return m_pAnnotDict->GetConstString(FX_BSTRC("Subtype"));
203 CFX_ByteString value = pAnnotDict->GetString(FX_BSTRC("V"));
205 value = pAnnotDict->GetDict(FX_BSTRC("Parent"))->GetString(FX_BSTRC("V"));
208 as = FX_BSTRC("Off");
241 CFX_FloatRect form_bbox = pForm->m_pFormDict->GetRect(FX_BSTRC("BBox"));
242 CFX_Matrix form_matrix = pForm->m_pFormDict->GetMatrix(FX_BSTRC("Matrix"));
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 102 buf << x << FX_BSTRC(" ") << y;
105 buf << FX_BSTRC(" m ");
109 buf << FX_BSTRC(" l h ");
111 buf << FX_BSTRC(" l ");
123 buf << FX_BSTRC(" ") << x1 << FX_BSTRC(" ") << y1 << FX_BSTRC(" ") << x2 << FX_BSTRC(" ") << y2;
125 buf << FX_BSTRC(" c h\n");
127 buf << FX_BSTRC(" c\n");
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 26 pDoc->m_pRootDict->SetAt(FX_BSTRC("FDF"), pFDFDict);
70 if (word != FX_BSTRC("obj")) {
79 if (word != FX_BSTRC("endobj")) {
83 if (word != FX_BSTRC("trailer")) {
90 m_pRootDict = pMainDict->GetDict(FX_BSTRC("Root"));
101 buf << FX_BSTRC("%FDF-1.2\r\n");
107 buf << (FX_DWORD)objnum << FX_BSTRC(" 0 obj\r\n") << pObj << FX_BSTRC("\r\nendobj\r\n\r\n");
109 buf << FX_BSTRC("trailer\r\n<</Root ") << m_pRootDict->GetObjNum() << FX_BSTRC(" 0 R>>\r\n%%EOF\r\n");
    [all...]
fpdf_parser_document.cpp 75 CPDF_Object *pCount = pLinearized->GetElement(FX_BSTRC("N"));
80 CPDF_Object *pNo = pLinearized->GetElement(FX_BSTRC("P"));
84 CPDF_Object *pObjNum = pLinearized->GetElement(FX_BSTRC("O"));
107 CPDF_Array* pKidList = pPages->GetArray(FX_BSTRC("Kids"));
127 if (!pKid->KeyExist(FX_BSTRC("Kids"))) {
134 int nPages = pKid->GetInteger(FX_BSTRC("Count"));
164 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages"));
177 if (pNode->KeyExist(FX_BSTRC("Kids"))) {
178 CPDF_Array* pKidList = pNode->GetArray(FX_BSTRC("Kids"));
185 FX_DWORD count = pNode->GetInteger(FX_BSTRC("Count"));
    [all...]