Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_cliprgn.cpp15 : m_Type(RectI), m_Box(0, 0, width, height) {} in CFX_ClipRgn()
18 m_Type = src.m_Type; in CFX_ClipRgn()
26 m_Type = RectI; in Reset()
32 if (m_Type == RectI) { in IntersectRect()
36 if (m_Type == MaskF) { in IntersectRect()
45 m_Type = MaskF; in IntersectMaskRect()
49 m_Type = RectI; in IntersectMaskRect()
75 if (m_Type == RectI) { in IntersectMaskF()
79 if (m_Type == MaskF) { in IntersectMaskF()
83 m_Type = RectI; in IntersectMaskF()
Dcfx_pathdata.cpp163 : m_Point(point), m_Type(type), m_CloseFigure(close) {} in FX_PATHPOINT()
306 if (m_Points.size() == 3 && m_Points[0].m_Type == FXPT_TYPE::MoveTo && in GetZeroAreaPath()
307 m_Points[1].m_Type == FXPT_TYPE::LineTo && in GetZeroAreaPath()
308 m_Points[2].m_Type == FXPT_TYPE::LineTo && in GetZeroAreaPath()
339 m_Points[mid - i - 1].m_Type != FXPT_TYPE::BezierTo && in GetZeroAreaPath()
340 m_Points[mid + i + 1].m_Type != FXPT_TYPE::BezierTo)) { in GetZeroAreaPath()
359 FXPT_TYPE point_type = m_Points[i].m_Type; in GetZeroAreaPath()
364 if (m_Points[next].m_Type != FXPT_TYPE::BezierTo && in GetZeroAreaPath()
365 m_Points[next].m_Type != FXPT_TYPE::MoveTo) { in GetZeroAreaPath()
396 } else if (m_Points[i - 1].m_Type == FXPT_TYPE::MoveTo && in GetZeroAreaPath()
[all …]
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()
Dcfx_cliprgn.h23 ClipType GetType() const { return m_Type; } in GetType()
36 ClipType m_Type; variable
/external/pdfium/core/fpdfdoc/
Dcpdf_structelement.cpp19 : m_Type(Invalid), in CPDF_StructKid()
35 m_Type(pDict->GetStringFor("S")), in CPDF_StructElement()
38 ByteString mapped = pTree->GetRoleMap()->GetStringFor(m_Type); in CPDF_StructElement()
40 m_Type = mapped; in CPDF_StructElement()
52 return m_Kids[index].m_Type == CPDF_StructKid::Element in GetKidIfElement()
84 pKid->m_Type = CPDF_StructKid::Invalid; in LoadKid()
92 pKid->m_Type = CPDF_StructKid::PageContent; in LoadKid()
111 pKid->m_Type = CPDF_StructKid::StreamContent; in LoadKid()
120 pKid->m_Type = CPDF_StructKid::Object; in LoadKid()
127 pKid->m_Type = CPDF_StructKid::Element; in LoadKid()
Dcpdf_formfield.cpp92 : m_Type(Unknown), in CPDF_FormField()
117 m_Type = RadioButton; in SyncFieldFlags()
123 m_Type = PushButton; in SyncFieldFlags()
125 m_Type = CheckBox; in SyncFieldFlags()
129 m_Type = File; in SyncFieldFlags()
131 m_Type = RichText; in SyncFieldFlags()
133 m_Type = Text; in SyncFieldFlags()
146 m_Type = ComboBox; in SyncFieldFlags()
150 m_Type = ListBox; in SyncFieldFlags()
156 m_Type = Sign; in SyncFieldFlags()
[all …]
Dcpdf_structelement.h28 enum { Invalid, Element, PageContent, StreamContent, Object } m_Type; variable
42 const ByteString& GetType() const { return m_Type; } in GetType()
62 ByteString m_Type; variable
Dcpdf_formfield.h107 Type GetType() const { return m_Type; } in GetType()
211 CPDF_FormField::Type m_Type; variable
Dcpdf_structtree.cpp109 if (kid.m_Type == CPDF_StructKid::Element && kid.m_pDict == pDict) { in AddPageNode()
/external/pdfium/core/fpdfapi/page/
Dcpdf_function.cpp60 : m_pDomains(nullptr), m_pRanges(nullptr), m_Type(type) {} in CPDF_Function()
138 return m_Type == Type::kType0Sampled in ToSampledFunc()
144 return m_Type == Type::kType2ExpotentialInterpolation in ToExpIntFunc()
150 return m_Type == Type::kType3Stitching in ToStitchFunc()
Dcpdf_streamcontentparser.cpp296 if (m_ParamBuf[m_ParamStartPos].m_Type == ContentParam::OBJECT) in GetNextParamPos()
312 param.m_Type = ContentParam::OBJECT; in AddNameParam()
316 param.m_Type = ContentParam::NAME; in AddNameParam()
330 param.m_Type = ContentParam::NUMBER; in AddNumberParam()
337 param.m_Type = ContentParam::OBJECT; in AddObjectParam()
344 if (m_ParamBuf[index].m_Type == ContentParam::OBJECT) in ClearAllParams()
363 if (param.m_Type == ContentParam::NUMBER) { in GetObject()
364 param.m_Type = ContentParam::OBJECT; in GetObject()
371 if (param.m_Type == ContentParam::NAME) { in GetObject()
372 param.m_Type = ContentParam::OBJECT; in GetObject()
[all …]
Dcpdf_function.h61 const Type m_Type; variable
Dcpdf_colorspace.cpp226 enum { None, All, Colorant } m_Type; member in __anoncf47c8730111::CPDF_SeparationCS
1116 m_Type = None; in v_Load()
1120 m_Type = Colorant; in v_Load()
1145 if (m_Type == None) in GetRGB()
Dcpdf_streamcontentparser.h67 Type m_Type; member
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp225 FXPT_TYPE pointType = pPoints[i].m_Type; in ProcessPath()
234 pPoints[i + 2].m_Type != FXPT_TYPE::BezierTo) { in ProcessPath()
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3754 m_Type((uint8_t)ALLOCATION_TYPE_NONE), in VmaAllocation_T()
3779 VMA_ASSERT(m_Type == ALLOCATION_TYPE_NONE); in InitBlockAllocation()
3781 m_Type = (uint8_t)ALLOCATION_TYPE_BLOCK; in InitBlockAllocation()
3794 VMA_ASSERT(m_Type == ALLOCATION_TYPE_NONE); in InitLost()
3796 m_Type = (uint8_t)ALLOCATION_TYPE_BLOCK; in InitLost()
3816 VMA_ASSERT(m_Type == ALLOCATION_TYPE_NONE); in InitDedicatedAllocation()
3818 m_Type = (uint8_t)ALLOCATION_TYPE_DEDICATED; in InitDedicatedAllocation()
3828 ALLOCATION_TYPE GetType() const { return (ALLOCATION_TYPE)m_Type; } in GetType()
3838 VMA_ASSERT(m_Type == ALLOCATION_TYPE_BLOCK); in GetBlock()
3869 VMA_ASSERT(m_Type == ALLOCATION_TYPE_DEDICATED); in DedicatedAllocCalcStatsInfo()
[all …]
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3754 m_Type((uint8_t)ALLOCATION_TYPE_NONE), in VmaAllocation_T()
3779 VMA_ASSERT(m_Type == ALLOCATION_TYPE_NONE); in InitBlockAllocation()
3781 m_Type = (uint8_t)ALLOCATION_TYPE_BLOCK; in InitBlockAllocation()
3794 VMA_ASSERT(m_Type == ALLOCATION_TYPE_NONE); in InitLost()
3796 m_Type = (uint8_t)ALLOCATION_TYPE_BLOCK; in InitLost()
3816 VMA_ASSERT(m_Type == ALLOCATION_TYPE_NONE); in InitDedicatedAllocation()
3818 m_Type = (uint8_t)ALLOCATION_TYPE_DEDICATED; in InitDedicatedAllocation()
3828 ALLOCATION_TYPE GetType() const { return (ALLOCATION_TYPE)m_Type; } in GetType()
3838 VMA_ASSERT(m_Type == ALLOCATION_TYPE_BLOCK); in GetBlock()
3869 VMA_ASSERT(m_Type == ALLOCATION_TYPE_DEDICATED); in DedicatedAllocCalcStatsInfo()
[all …]
/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp268 return pPathPoint ? static_cast<int>(pPathPoint->m_Type) in FPDFPathSegment_GetType()
Dfpdf_transformpage.cpp244 FXPT_TYPE point_type = pPoints[i].m_Type; in OutputPath()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DMIPatternMatch.h167 inline bind_ty<LLT> m_Type(LLT &Ty) { return Ty; }
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp179 FXPT_TYPE point_type = pPoints[i].m_Type; in SetPathToDC()
Dfx_win32_gdipext.cpp1195 FXPT_TYPE point_type = pPoints[i].m_Type; in DrawPath()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1071 FXPT_TYPE point_type = pPoints[i].m_Type; in BuildPath()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp289 FXPT_TYPE point_type = pPoints[i].m_Type; in BuildPath()