Home
last modified time | relevance | path

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

12

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp22 switch (m_Type) { in Destroy()
44 switch (m_Type) { in GetString()
69 switch (m_Type) { in GetConstString()
90 switch (m_Type) { in GetNumber()
117 switch (m_Type) { in GetInteger()
140 switch (m_Type) { in GetDict()
161 if (m_Type == PDFOBJ_ARRAY) in GetArray()
169 switch (m_Type) { in SetString()
187 if (m_Type != PDFOBJ_REFERENCE) { in GetDirectType()
188 return m_Type; in GetDirectType()
[all …]
/external/pdfium/core/src/reflow/
Dautoreflow.cpp23 } else if(pObj->m_Type != PDFPAGE_TEXT) { in FPDF_ProcessInterObj()
25 } else if(pPrevObj->m_Type != PDFPAGE_TEXT) { in FPDF_ProcessInterObj()
63 if(pObj->m_Type != PDFPAGE_TEXT) { in Conver2AppreceOrder()
83 if(pObj->m_Type != PDFPAGE_IMAGE) { in Conver2AppreceOrder()
308 if(pCurObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
329 if(pCurObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
352 if(pCurObj->m_Type == PDFPAGE_TEXT || pLastObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
354 if(pCurObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
376 if(pCurObj->m_Type == PDFPAGE_TEXT) { in GenerateParagraph()
425 if(pPreObj->m_Type != pObj->m_Type) { in LogicPreObj()
[all …]
Dreflowedpage.h153 if (NULL == pParentObj || PDFPAGE_FORM != pParentObj->m_Type) { in GetFormDict()
302 m_Type = Unknow; in CRF_Data()
310 return m_Type; in GetType()
313 RF_DataType m_Type; variable
324 m_Type = Line; in CRF_LineData()
332 m_Type = Text; in CRF_CharData()
343 m_Type = Image; in CRF_ImageData()
361 m_Type = Path; in CRF_PathData()
Dlayoutprocessor_reflow.cpp447 if(pObj->m_Type == PDFPAGE_TEXT) { in IsCanMergeParagraph()
762 if(pObj->m_Type == PDFPAGE_TEXT) { in ProcessObject()
764 } else if(pObj->m_Type == PDFPAGE_IMAGE) { in ProcessObject()
776 } else if(pObj->m_Type == PDFPAGE_PATH) { in ProcessObject()
777 } else if(pObj->m_Type == PDFPAGE_FORM) { in ProcessObject()
957 if(pObj->m_Type == PDFPAGE_TEXT) { in CreateRFData()
1022 pData->m_Type = CRF_Data::Text; in CreateRFData()
1061 } else if(pObj->m_Type == PDFPAGE_IMAGE) { in CreateRFData()
1068 pRFImage->m_Type = CRF_Data::Image; in CreateRFData()
1113 } else if(pObj->m_Type == PDFPAGE_PATH) { in CreateRFData()
[all …]
Dreflowedpage.cpp51 if(pData->m_Type == CRF_Data::Image) { in ~CPDF_ReflowedPage()
105 if (PDFPAGE_FORM != pObj->m_Type) { in MarkPageObjMemberShip()
/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp24 m_Type = Unknown; in CPDF_FormField()
49 m_Type = RadioButton; in SyncFieldFlags()
57 m_Type = PushButton; in SyncFieldFlags()
59 m_Type = CheckBox; in SyncFieldFlags()
63 m_Type = File; in SyncFieldFlags()
65 m_Type = RichText; in SyncFieldFlags()
67 m_Type = Text; in SyncFieldFlags()
84 m_Type = ComboBox; in SyncFieldFlags()
89 m_Type = ListBox; in SyncFieldFlags()
96 m_Type = Sign; in SyncFieldFlags()
[all …]
Ddoc_tagged.cpp143 if (pParentElement->m_Kids[i].m_Type != CPDF_StructKid::Element) { in AddPageNode()
204 m_Type = pDict->GetString(FX_BSTRC("S")); in CPDF_StructElementImpl()
206 CFX_ByteString mapped = pTree->m_pRoleMap->GetString(m_Type); in CPDF_StructElementImpl()
208 m_Type = mapped; in CPDF_StructElementImpl()
217 if (m_Kids[i].m_Type == CPDF_StructKid::Element && m_Kids[i].m_Element.m_pElement) { in ~CPDF_StructElementImpl()
258 pKid->m_Type = CPDF_StructKid::Invalid; in LoadKid()
266 pKid->m_Type = CPDF_StructKid::PageContent; in LoadKid()
284 pKid->m_Type = CPDF_StructKid::StreamContent; in LoadKid()
297 pKid->m_Type = CPDF_StructKid::Object; in LoadKid()
306 pKid->m_Type = CPDF_StructKid::Element; in LoadKid()
Dtagged_int.h47 return m_Type; in GetType()
86 CFX_ByteString m_Type; variable
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp13 m_Type = RectI; in CFX_ClipRgn()
20 m_Type = RectI; in CFX_ClipRgn()
25 m_Type = src.m_Type; in CFX_ClipRgn()
34 m_Type = RectI; in Reset()
40 if (m_Type == RectI) { in IntersectRect()
44 if (m_Type == MaskF) { in IntersectRect()
52 m_Type = MaskF; in IntersectMaskRect()
56 m_Type = RectI; in IntersectMaskRect()
80 if (m_Type == RectI) { in IntersectMaskF()
84 if (m_Type == MaskF) { in IntersectMaskF()
[all …]
Dtext_int.h30 m_Type = 0; in CTTFontDesc()
36 int m_Type; variable
Dfx_ge_fontmap.cpp25 if (m_Type == 1) { in ~CTTFontDesc()
29 } else if (m_Type == 2) { in ~CTTFontDesc()
41 if (m_Type == 1) { in ReleaseFace()
45 } else if (m_Type == 2) { in ReleaseFace()
137 pFontDesc->m_Type = 1; in AddCachedFace()
335 pFontDesc->m_Type = 2; in AddCachedTTCFace()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp103 if (m_ParamBuf1[m_ParamStartPos].m_Type == 0) { in GetNextParamPos()
120 m_ParamBuf1[index].m_Type = 0; in AddNameParam()
123 m_ParamBuf1[index].m_Type = PDFOBJ_NAME; in AddNameParam()
137 m_ParamBuf1[index].m_Type = PDFOBJ_NUMBER; in AddNumberParam()
144 m_ParamBuf1[index].m_Type = 0; in AddObjectParam()
151 if (m_ParamBuf1[index].m_Type == 0) { in ClearAllParams()
173 if (param.m_Type == PDFOBJ_NUMBER) { in GetObject()
175 param.m_Type = 0; in GetObject()
179 if (param.m_Type == PDFOBJ_NAME) { in GetObject()
181 param.m_Type = 0; in GetObject()
[all …]
Dfpdf_page.cpp31 CPDF_PageObject* pObj = Create(m_Type); in Clone()
37 if (m_Type != pSrc->m_Type) { in Copy()
61 switch (m_Type) { in RecalcBBox()
99 m_Type = PDFPAGE_TEXT; in CPDF_TextObject()
603 m_Type = PDFPAGE_SHADING; in CPDF_ShadingObject()
Dfpdf_page_image.cpp13 m_Type = PDFPAGE_IMAGE; in CPDF_ImageObject()
Dfpdf_page_colors.cpp927 enum {None, All, Colorant} m_Type; member in CPDF_SeparationCS
949 m_Type = None; in v_Load()
951 m_Type = Colorant; in v_Load()
970 if (m_Type == None) { in GetRGB()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp333 if (pObj->m_Type == PDFPAGE_IMAGE) { in ContinueSingleObject()
334 m_pObjectRenderer = IPDF_ObjectRenderer::Create(pObj->m_Type); in ContinueSingleObject()
397 switch (pObj->m_Type) { in ProcessObjectNoClip()
421 switch (pObj->m_Type) { in DrawObjWithBlend()
447 …if (pObj->m_Type == PDFPAGE_IMAGE && m_pDevice->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in DrawObjWithBackground()
458 if (pObj->m_Type == PDFPAGE_FORM) { in DrawObjWithBackground()
726 if (pPageObj->m_Type == PDFPAGE_IMAGE && in ProcessTransparency()
735 if (pPageObj->m_Type == PDFPAGE_FORM) { in ProcessTransparency()
752 …if ((m_Options.m_Flags & RENDER_OVERPRINT) && pPageObj->m_Type == PDFPAGE_IMAGE && pGeneralState &… in ProcessTransparency()
863 if (pPageObj->m_Type == PDFPAGE_FORM) { in ProcessTransparency()
[all …]
Dfpdf_render_pattern.cpp849 if (pPageObj->m_Type == PDFPAGE_PATH) { in DrawShadingPattern()
854 } else if (pPageObj->m_Type == PDFPAGE_IMAGE) { in DrawShadingPattern()
923 if (pPageObj->m_Type == PDFPAGE_PATH) { in DrawTilingPattern()
928 } else if (pPageObj->m_Type == PDFPAGE_IMAGE) { in DrawTilingPattern()
/external/pdfium/fpdfsdk/src/
Dfpdfeditpage.cpp151 switch(pPageObj->m_Type) in FPDFPage_InsertObject()
239 if(pPageObj->m_Type == PDFPAGE_PATH) in FPDFPageObj_HasTransparency()
245 if(pPageObj->m_Type == PDFPAGE_FORM) in FPDFPageObj_HasTransparency()
Dfpdf_transformpage.cpp195 if(pPageObj->m_Type != PDFPAGE_SHADING) in FPDFPageObj_TransformClipPath()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h485 int m_Type; variable
621 m_Type = PDFPAGE_PATH; in CPDF_PathObject()
684 m_Type = PDFPAGE_FORM; in CPDF_FormObject()
Dfpdf_objects.h46 return m_Type; in GetType()
95 CPDF_Object(FX_DWORD type) : m_Type(type), m_ObjNum(0), m_GenNum(0) { } in CPDF_Object()
101 FX_DWORD m_Type; variable
/external/pdfium/core/include/fpdfdoc/
Dfpdf_tagged.h38 } m_Type; member
/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp293 if (pObject->m_Type != PDFPAGE_TEXT) { in _PDF_GetTextStream_Unicode()
313 if (pObject->m_Type != PDFPAGE_TEXT) { in PDF_GetFirstTextLine_Unicode()
/external/pdfium/core/include/fxge/
Dfx_ge.h110 return m_Type; in GetType()
128 ClipType m_Type;
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_content.cpp44 if (!pPageObj || pPageObj->m_Type != PDFPAGE_IMAGE) { in GenerateContent()

12