Home
last modified time | relevance | path

Searched refs:m_Type (Results 1 – 25 of 28) sorted by relevance

12

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp22 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 …]
Ddoc_tagged.cpp140 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()
Dtagged_int.h49 const CFX_ByteString& GetType() const override { return m_Type; } in GetType()
94 CFX_ByteString m_Type; variable
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h47 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 …]
Dfpdf_pageobj.h379 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/
Dfx_ge_path.cpp12 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 …]
Dtext_int.h29 m_Type = 0; in CTTFontDesc()
38 int m_Type; variable
Dfx_ge_fontmap.cpp426 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/
Dfpdf_parser_objects.cpp31 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/
Dfpdf_page_parser.cpp152 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 …]
Dfpdf_page.cpp29 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()
Dfpdf_page_image.cpp14 m_Type = PDFPAGE_IMAGE; in CPDF_ImageObject()
Dfpdf_page_colors.cpp1040 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()
Dpageint.h71 int m_Type; member
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp315 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 …]
Dfpdf_render_pattern.cpp922 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/
Dfpdfeditpage.cpp141 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()
Dfpdf_transformpage.cpp203 if (pPageObj->m_Type != PDFPAGE_SHADING) in FPDFPageObj_TransformClipPath()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_tagged.h31 enum { Invalid, Element, PageContent, StreamContent, Object } m_Type; member
Dfpdf_doc.h737 Type GetType() { return m_Type; } in GetType()
857 CPDF_FormField::Type m_Type; variable
/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp306 if (pObject && pObject->m_Type == PDFPAGE_TEXT) in GetTextStream_Unicode()
324 if (pObject->m_Type != PDFPAGE_TEXT) { in PDF_GetFirstTextLine_Unicode()
Dfpdf_text.cpp51 if (pObject->m_Type != PDFPAGE_TEXT) { in ProcessObject()
685 if (pObj->m_Type != PDFPAGE_TEXT) { in CheckRotate()
Dfpdf_text_int.cpp828 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/
Dfpdf_edit_content.cpp41 if (!pPageObj || pPageObj->m_Type != PDFPAGE_IMAGE) { in GenerateContent()
/external/pdfium/core/include/fxge/
Dfx_ge.h86 ClipType GetType() const { return m_Type; } in GetType()
97 ClipType m_Type;

12