/external/pdfium/core/src/fpdfdoc/ |
D | doc_formfield.cpp | 22 m_Type = Unknown; in CPDF_FormField() 48 m_Type = RadioButton; in SyncFieldFlags() 56 m_Type = PushButton; in SyncFieldFlags() 58 m_Type = CheckBox; in SyncFieldFlags() 62 m_Type = File; in SyncFieldFlags() 64 m_Type = RichText; in SyncFieldFlags() 66 m_Type = Text; in SyncFieldFlags() 83 m_Type = ComboBox; in SyncFieldFlags() 88 m_Type = ListBox; in SyncFieldFlags() 95 m_Type = Sign; in SyncFieldFlags() [all …]
|
D | doc_tagged.cpp | 140 if (pParentElement->m_Kids[i].m_Type != CPDF_StructKid::Element) { in AddPageNode() 198 m_Type = pDict->GetString("S"); in CPDF_StructElementImpl() 200 CFX_ByteString mapped = pTree->m_pRoleMap->GetString(m_Type); in CPDF_StructElementImpl() 202 m_Type = mapped; in CPDF_StructElementImpl() 210 if (m_Kids[i].m_Type == CPDF_StructKid::Element && in ~CPDF_StructElementImpl() 249 pKid->m_Type = CPDF_StructKid::Invalid; in LoadKid() 257 pKid->m_Type = CPDF_StructKid::PageContent; in LoadKid() 275 pKid->m_Type = CPDF_StructKid::StreamContent; in LoadKid() 287 pKid->m_Type = CPDF_StructKid::Object; in LoadKid() 295 pKid->m_Type = CPDF_StructKid::Element; in LoadKid()
|
D | tagged_int.h | 49 const CFX_ByteString& GetType() const override { return m_Type; } in GetType() 94 CFX_ByteString m_Type; variable
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_objects.h | 47 int GetType() const { return m_Type; } in GetType() 86 bool IsArray() const { return m_Type == PDFOBJ_ARRAY; } in IsArray() 87 bool IsBoolean() const { return m_Type == PDFOBJ_BOOLEAN; } in IsBoolean() 88 bool IsDictionary() const { return m_Type == PDFOBJ_DICTIONARY; } in IsDictionary() 89 bool IsName() const { return m_Type == PDFOBJ_NAME; } in IsName() 90 bool IsNumber() const { return m_Type == PDFOBJ_NUMBER; } in IsNumber() 91 bool IsReference() const { return m_Type == PDFOBJ_REFERENCE; } in IsReference() 92 bool IsStream() const { return m_Type == PDFOBJ_STREAM; } in IsStream() 93 bool IsString() const { return m_Type == PDFOBJ_STRING; } in IsString() 121 : m_Type(type), m_ObjNum(0), m_GenNum(0) {} in CPDF_Object() [all …]
|
D | fpdf_pageobj.h | 379 int m_Type; variable 493 CPDF_PathObject() { m_Type = PDFPAGE_PATH; } in CPDF_PathObject() 551 m_Type = PDFPAGE_FORM; in CPDF_FormObject()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_path.cpp | 12 m_Type = RectI; in CFX_ClipRgn() 18 m_Type = RectI; in CFX_ClipRgn() 22 m_Type = src.m_Type; in CFX_ClipRgn() 28 m_Type = RectI; in Reset() 33 if (m_Type == RectI) { in IntersectRect() 37 if (m_Type == MaskF) { in IntersectRect() 46 m_Type = MaskF; in IntersectMaskRect() 50 m_Type = RectI; in IntersectMaskRect() 77 if (m_Type == RectI) { in IntersectMaskF() 81 if (m_Type == MaskF) { in IntersectMaskF() [all …]
|
D | text_int.h | 29 m_Type = 0; in CTTFontDesc() 38 int m_Type; variable
|
D | fx_ge_fontmap.cpp | 426 if (m_Type == 1) { in ~CTTFontDesc() 430 } else if (m_Type == 2) { in ~CTTFontDesc() 439 if (m_Type == 1) { in ReleaseFace() 443 } else if (m_Type == 2) { in ReleaseFace() 517 pFontDesc->m_Type = 1; in AddCachedFace() 585 pFontDesc->m_Type = 2; in AddCachedTTCFace()
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_objects.cpp | 31 switch (m_Type) { in Destroy() 52 switch (m_Type) { in GetString() 74 switch (m_Type) { in GetConstString() 97 switch (m_Type) { in GetNumber() 122 switch (m_Type) { in GetInteger() 143 switch (m_Type) { in GetDict() 173 switch (m_Type) { in SetString() 192 return m_Type; in GetDirectType() 200 if (pOther->m_Type != m_Type) { in IsIdentical() 207 switch (m_Type) { in IsIdentical() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 152 if (m_ParamBuf1[m_ParamStartPos].m_Type == 0) { in GetNextParamPos() 168 m_ParamBuf1[index].m_Type = 0; in AddNameParam() 172 m_ParamBuf1[index].m_Type = PDFOBJ_NAME; in AddNameParam() 186 m_ParamBuf1[index].m_Type = PDFOBJ_NUMBER; in AddNumberParam() 192 m_ParamBuf1[index].m_Type = 0; in AddObjectParam() 198 if (m_ParamBuf1[index].m_Type == 0) { in ClearAllParams() 219 if (param.m_Type == PDFOBJ_NUMBER) { in GetObject() 224 param.m_Type = 0; in GetObject() 228 if (param.m_Type == PDFOBJ_NAME) { in GetObject() 231 param.m_Type = 0; in GetObject() [all …]
|
D | fpdf_page.cpp | 29 CPDF_PageObject* pObj = Create(m_Type); in Clone() 34 if (m_Type != pSrc->m_Type) { in Copy() 56 switch (m_Type) { in RecalcBBox() 96 m_Type = PDFPAGE_TEXT; in CPDF_TextObject() 612 m_Type = PDFPAGE_SHADING; in CPDF_ShadingObject()
|
D | fpdf_page_image.cpp | 14 m_Type = PDFPAGE_IMAGE; in CPDF_ImageObject()
|
D | fpdf_page_colors.cpp | 1040 enum { None, All, Colorant } m_Type; member in CPDF_SeparationCS 1059 m_Type = None; in v_Load() 1061 m_Type = Colorant; in v_Load() 1085 if (m_Type == None) { in GetRGB()
|
D | pageint.h | 71 int m_Type; member
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 315 if (pObj->m_Type == PDFPAGE_IMAGE) { in ContinueSingleObject() 316 m_pObjectRenderer.reset(IPDF_ObjectRenderer::Create(pObj->m_Type)); in ContinueSingleObject() 383 switch (pObj->m_Type) { in ProcessObjectNoClip() 407 switch (pObj->m_Type) { in DrawObjWithBlend() 432 if (pObj->m_Type == PDFPAGE_IMAGE && in DrawObjWithBackground() 444 if (pObj->m_Type == PDFPAGE_FORM) { in DrawObjWithBackground() 728 if (pPageObj->m_Type == PDFPAGE_IMAGE && in ProcessTransparency() 737 if (pPageObj->m_Type == PDFPAGE_FORM) { in ProcessTransparency() 757 pPageObj->m_Type == PDFPAGE_IMAGE && pGeneralState && in ProcessTransparency() 877 if (pPageObj->m_Type == PDFPAGE_FORM) { in ProcessTransparency() [all …]
|
D | fpdf_render_pattern.cpp | 922 if (pPageObj->m_Type == PDFPAGE_PATH) { in DrawShadingPattern() 927 } else if (pPageObj->m_Type == PDFPAGE_IMAGE) { in DrawShadingPattern() 1004 if (pPageObj->m_Type == PDFPAGE_PATH) { in DrawTilingPattern() 1009 } else if (pPageObj->m_Type == PDFPAGE_IMAGE) { in DrawTilingPattern()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfeditpage.cpp | 141 switch (pPageObj->m_Type) { in FPDFPage_InsertObject() 219 if (pPageObj->m_Type == PDFPAGE_PATH) { in FPDFPageObj_HasTransparency() 224 if (pPageObj->m_Type == PDFPAGE_FORM) { in FPDFPageObj_HasTransparency()
|
D | fpdf_transformpage.cpp | 203 if (pPageObj->m_Type != PDFPAGE_SHADING) in FPDFPageObj_TransformClipPath()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_tagged.h | 31 enum { Invalid, Element, PageContent, StreamContent, Object } m_Type; member
|
D | fpdf_doc.h | 737 Type GetType() { return m_Type; } in GetType() 857 CPDF_FormField::Type m_Type; variable
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text_search.cpp | 306 if (pObject && pObject->m_Type == PDFPAGE_TEXT) in GetTextStream_Unicode() 324 if (pObject->m_Type != PDFPAGE_TEXT) { in PDF_GetFirstTextLine_Unicode()
|
D | fpdf_text.cpp | 51 if (pObject->m_Type != PDFPAGE_TEXT) { in ProcessObject() 685 if (pObj->m_Type != PDFPAGE_TEXT) { in CheckRotate()
|
D | fpdf_text_int.cpp | 828 if (PDFPAGE_TEXT != pPageObj->m_Type) { in FindTextlineFlowDirection() 917 if (pPageObj->m_Type == PDFPAGE_TEXT) { in ProcessObject() 921 } else if (pPageObj->m_Type == PDFPAGE_FORM) { in ProcessObject() 952 if (pPageObj->m_Type == PDFPAGE_TEXT) { in ProcessFormObject() 954 } else if (pPageObj->m_Type == PDFPAGE_FORM) { in ProcessFormObject() 2052 if (pObj->m_Type != PDFPAGE_TEXT) { in IsSameAsPreTextObject()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_content.cpp | 41 if (!pPageObj || pPageObj->m_Type != PDFPAGE_IMAGE) { in GenerateContent()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 86 ClipType GetType() const { return m_Type; } in GetType() 97 ClipType m_Type;
|