Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_cliprgn.cpp10 : m_Type(RectI), m_Box(0, 0, width, height) {} in CFX_ClipRgn()
13 m_Type = src.m_Type; in CFX_ClipRgn()
21 m_Type = RectI; in Reset()
27 if (m_Type == RectI) { in IntersectRect()
31 if (m_Type == MaskF) { in IntersectRect()
41 m_Type = MaskF; in IntersectMaskRect()
45 m_Type = RectI; in IntersectMaskRect()
69 if (m_Type == RectI) { in IntersectMaskF()
73 if (m_Type == MaskF) { in IntersectMaskF()
77 m_Type = RectI; in IntersectMaskF()
Dcttfontdesc.cpp12 if (m_Type == 1) { in ~CTTFontDesc()
15 } else if (m_Type == 2) { in ~CTTFontDesc()
25 if (m_Type == 1) { in ReleaseFace()
28 } else if (m_Type == 2) { in ReleaseFace()
Dcfx_pathdata.cpp164 : m_Point(point), m_Type(type), m_CloseFigure(close) {} in FX_PATHPOINT()
297 if (m_Points.size() == 3 && m_Points[0].m_Type == FXPT_TYPE::MoveTo && in GetZeroAreaPath()
298 m_Points[1].m_Type == FXPT_TYPE::LineTo && in GetZeroAreaPath()
299 m_Points[2].m_Type == FXPT_TYPE::LineTo && in GetZeroAreaPath()
330 m_Points[mid - i - 1].m_Type != FXPT_TYPE::BezierTo && in GetZeroAreaPath()
331 m_Points[mid + i + 1].m_Type != FXPT_TYPE::BezierTo)) { in GetZeroAreaPath()
350 FXPT_TYPE point_type = m_Points[i].m_Type; in GetZeroAreaPath()
355 if (m_Points[next].m_Type != FXPT_TYPE::BezierTo && in GetZeroAreaPath()
356 m_Points[next].m_Type != FXPT_TYPE::MoveTo) { in GetZeroAreaPath()
387 } else if (m_Points[i - 1].m_Type == FXPT_TYPE::MoveTo && in GetZeroAreaPath()
[all …]
Dcttfontdesc.h23 CTTFontDesc() : m_Type(0), m_pFontData(nullptr), m_RefCount(0) {} in CTTFontDesc()
30 int m_Type; variable
Dcfx_cliprgn.h20 ClipType GetType() const { return m_Type; } in GetType()
31 ClipType m_Type; variable
Dcfx_fontmgr.cpp148 pFontDesc->m_Type = 1; in AddCachedFace()
195 pFontDesc->m_Type = 2; in AddCachedTTCFace()
/external/pdfium/core/fpdfdoc/
Ddoc_tagged.cpp36 : m_Type(Invalid), in CPDF_StructKid()
136 if (kid.m_Type == CPDF_StructKid::Element && kid.m_pDict == pDict) { in AddPageNode()
179 m_Type(pDict->GetStringFor("S")) { in CPDF_StructElement()
181 CFX_ByteString mapped = pTree->m_pRoleMap->GetStringFor(m_Type); in CPDF_StructElement()
183 m_Type = mapped; in CPDF_StructElement()
193 return m_Type; in GetType()
209 if (m_Kids[index].m_Type != CPDF_StructKid::Element) in GetKidIfElement()
242 pKid->m_Type = CPDF_StructKid::Invalid; in LoadKid()
250 pKid->m_Type = CPDF_StructKid::PageContent; in LoadKid()
268 pKid->m_Type = CPDF_StructKid::StreamContent; in LoadKid()
[all …]
Dcpdf_formfield.cpp89 : m_Type(Unknown), in CPDF_FormField()
116 m_Type = RadioButton; in SyncFieldFlags()
122 m_Type = PushButton; in SyncFieldFlags()
124 m_Type = CheckBox; in SyncFieldFlags()
128 m_Type = File; in SyncFieldFlags()
130 m_Type = RichText; in SyncFieldFlags()
132 m_Type = Text; in SyncFieldFlags()
145 m_Type = ComboBox; in SyncFieldFlags()
149 m_Type = ListBox; in SyncFieldFlags()
155 m_Type = Sign; in SyncFieldFlags()
[all …]
Dcpdf_formfield.h60 Type GetType() const { return m_Type; } in GetType()
158 CPDF_FormField::Type m_Type; variable
Dtagged_int.h25 enum { Invalid, Element, PageContent, StreamContent, Object } m_Type; member
115 CFX_ByteString m_Type; variable
/external/pdfium/core/fxge/
Dcfx_pathdata.h24 return m_Type == type && !m_CloseFigure; in IsTypeAndOpen()
28 FXPT_TYPE m_Type; variable
40 FXPT_TYPE GetType(int index) const { return m_Points[index].m_Type; } in GetType()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp311 if (m_ParamBuf[m_ParamStartPos].m_Type == ContentParam::OBJECT) in GetNextParamPos()
327 param.m_Type = ContentParam::OBJECT; in AddNameParam()
331 param.m_Type = ContentParam::NAME; in AddNameParam()
345 param.m_Type = ContentParam::NUMBER; in AddNumberParam()
352 param.m_Type = ContentParam::OBJECT; in AddObjectParam()
359 if (m_ParamBuf[index].m_Type == ContentParam::OBJECT) in ClearAllParams()
378 if (param.m_Type == ContentParam::NUMBER) { in GetObject()
379 param.m_Type = ContentParam::OBJECT; in GetObject()
386 if (param.m_Type == ContentParam::NAME) { in GetObject()
387 param.m_Type = ContentParam::OBJECT; in GetObject()
[all …]
Dfpdf_page_func.cpp776 : m_pDomains(nullptr), m_pRanges(nullptr), m_Type(type) {} in CPDF_Function()
847 return m_Type == Type::kType0Sampled in ToSampledFunc()
853 return m_Type == Type::kType2ExpotentialInterpolation in ToExpIntFunc()
859 return m_Type == Type::kType3Stitching in ToStitchFunc()
Dpageint.h60 const Type m_Type; variable
Dcpdf_streamcontentparser.h59 Type m_Type; member
Dcpdf_colorspace.cpp229 enum { None, All, Colorant } m_Type; member in __anonf9cec6e90111::CPDF_SeparationCS
1158 m_Type = None; in v_Load()
1162 m_Type = Colorant; in v_Load()
1184 if (m_Type == None) in GetRGB()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp161 FXPT_TYPE pointType = pPoints[i].m_Type; in ProcessPath()
170 pPoints[i + 2].m_Type != FXPT_TYPE::BezierTo) { in ProcessPath()
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp251 FXPT_TYPE point_type = pPoints[i].m_Type; in OutputPath()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp177 FXPT_TYPE point_type = pPoints[i].m_Type; in SetPathToDC()
Dfx_win32_gdipext.cpp1149 FXPT_TYPE point_type = pPoints[i].m_Type; in DrawPath()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp283 FXPT_TYPE point_type = pPoints[i].m_Type; in BuildPath()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp284 FXPT_TYPE point_type = pPoints[i].m_Type; in BuildPath()