/external/pdfium/core/fxge/ge/ |
D | cfx_cliprgn.cpp | 10 : 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()
|
D | cttfontdesc.cpp | 12 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()
|
D | cfx_pathdata.cpp | 164 : 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 …]
|
D | cttfontdesc.h | 23 CTTFontDesc() : m_Type(0), m_pFontData(nullptr), m_RefCount(0) {} in CTTFontDesc() 30 int m_Type; variable
|
D | cfx_cliprgn.h | 20 ClipType GetType() const { return m_Type; } in GetType() 31 ClipType m_Type; variable
|
D | cfx_fontmgr.cpp | 148 pFontDesc->m_Type = 1; in AddCachedFace() 195 pFontDesc->m_Type = 2; in AddCachedTTCFace()
|
/external/pdfium/core/fpdfdoc/ |
D | doc_tagged.cpp | 36 : 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 …]
|
D | cpdf_formfield.cpp | 89 : 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 …]
|
D | cpdf_formfield.h | 60 Type GetType() const { return m_Type; } in GetType() 158 CPDF_FormField::Type m_Type; variable
|
D | tagged_int.h | 25 enum { Invalid, Element, PageContent, StreamContent, Object } m_Type; member 115 CFX_ByteString m_Type; variable
|
/external/pdfium/core/fxge/ |
D | cfx_pathdata.h | 24 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/ |
D | cpdf_streamcontentparser.cpp | 311 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 …]
|
D | fpdf_page_func.cpp | 776 : 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()
|
D | pageint.h | 60 const Type m_Type; variable
|
D | cpdf_streamcontentparser.h | 59 Type m_Type; member
|
D | cpdf_colorspace.cpp | 229 enum { None, All, Colorant } m_Type; member in __anon0e29a58a0111::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/ |
D | cpdf_pagecontentgenerator.cpp | 161 FXPT_TYPE pointType = pPoints[i].m_Type; in ProcessPath() 170 pPoints[i + 2].m_Type != FXPT_TYPE::BezierTo) { in ProcessPath()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_transformpage.cpp | 251 FXPT_TYPE point_type = pPoints[i].m_Type; in OutputPath()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 177 FXPT_TYPE point_type = pPoints[i].m_Type; in SetPathToDC()
|
D | fx_win32_gdipext.cpp | 1149 FXPT_TYPE point_type = pPoints[i].m_Type; in DrawPath()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 283 FXPT_TYPE point_type = pPoints[i].m_Type; in BuildPath()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 284 FXPT_TYPE point_type = pPoints[i].m_Type; in BuildPath()
|