Home
last modified time | relevance | path

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

12

/external/pdfium/core/fxge/
Dcfx_cliprgn.cpp15 : m_Type(RectI), m_Box(0, 0, width, height) {} in CFX_ClipRgn()
22 if (m_Type == RectI) { in IntersectRect()
26 if (m_Type == MaskF) { in IntersectRect()
35 m_Type = MaskF; in IntersectMaskRect()
39 m_Type = RectI; in IntersectMaskRect()
65 if (m_Type == RectI) { in IntersectMaskF()
69 if (m_Type == MaskF) { in IntersectMaskF()
73 m_Type = RectI; in IntersectMaskF()
Dcfx_pathdata.cpp182 : m_Point(point), m_Type(type), m_CloseFigure(close) {} in FX_PATHPOINT()
329 if (m_Points.size() == 3 && m_Points[0].m_Type == FXPT_TYPE::MoveTo && in GetZeroAreaPath()
330 m_Points[1].m_Type == FXPT_TYPE::LineTo && in GetZeroAreaPath()
331 m_Points[2].m_Type == FXPT_TYPE::LineTo && in GetZeroAreaPath()
362 m_Points[mid - i - 1].m_Type != FXPT_TYPE::BezierTo && in GetZeroAreaPath()
363 m_Points[mid + i + 1].m_Type != FXPT_TYPE::BezierTo)) { in GetZeroAreaPath()
381 FXPT_TYPE point_type = m_Points[i].m_Type; in GetZeroAreaPath()
396 if (next.m_Type == FXPT_TYPE::BezierTo || next.m_Type == FXPT_TYPE::MoveTo) in GetZeroAreaPath()
445 if (m_Points[i].m_Type != FXPT_TYPE::LineTo) in IsRect()
491 if (m_Points[i].m_Type != FXPT_TYPE::LineTo) in IsRect()
Dcfx_pathdata.h26 return m_Type == type && !m_CloseFigure; in IsTypeAndOpen()
30 FXPT_TYPE m_Type; variable
43 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()
35 ClipType m_Type; variable
/external/pdfium/core/fpdfdoc/
Dcpdf_structelement.cpp47 m_Type(GetStructElementType(m_pTree.Get(), m_pDict.Get())) { in CPDF_StructElement()
66 return m_Kids[index].m_Type == CPDF_StructKid::kElement in GetKidIfElement()
98 pKid->m_Type = CPDF_StructKid::kInvalid; in LoadKid()
106 pKid->m_Type = CPDF_StructKid::kPageContent; in LoadKid()
125 pKid->m_Type = CPDF_StructKid::kStreamContent; in LoadKid()
134 pKid->m_Type = CPDF_StructKid::kObject; in LoadKid()
141 pKid->m_Type = CPDF_StructKid::kElement; in LoadKid()
Dcpdf_structelement.h29 Type m_Type = kInvalid; variable
42 ByteString GetType() const { return m_Type; } in GetType()
67 const ByteString m_Type; variable
Dcpdf_formfield.cpp114 m_Type = kRadioButton; in InitFieldFlags()
117 m_Type = kPushButton; in InitFieldFlags()
119 m_Type = kCheckBox; in InitFieldFlags()
124 m_Type = kFile; in InitFieldFlags()
126 m_Type = kRichText; in InitFieldFlags()
128 m_Type = kText; in InitFieldFlags()
132 m_Type = kComboBox; in InitFieldFlags()
134 m_Type = kListBox; in InitFieldFlags()
139 m_Type = kSign; in InitFieldFlags()
148 switch (m_Type) { in ResetField()
[all …]
Dcpdf_formfield.h85 Type GetType() const { return m_Type; } in GetType()
179 CPDF_FormField::Type m_Type = kUnknown; variable
Dcpdf_structtree.cpp110 if (kid.m_Type == CPDF_StructKid::kElement && kid.m_pDict == pDict) { in AddPageNode()
/external/pdfium/core/fpdfapi/page/
Dcpdf_function.cpp77 CPDF_Function::CPDF_Function(Type type) : m_Type(type) {} in CPDF_Function()
104 m_Type == Type::kType0Sampled || m_Type == Type::kType4PostScript; in Init()
162 return m_Type == Type::kType0Sampled in ToSampledFunc()
168 return m_Type == Type::kType2ExpotentialInterpolation in ToExpIntFunc()
174 return m_Type == Type::kType3Stitching in ToStitchFunc()
Dcpdf_streamcontentparser.cpp295 if (m_ParamBuf[m_ParamStartPos].m_Type == ContentParam::OBJECT) in GetNextParamPos()
310 param.m_Type = ContentParam::NAME; in AddNameParam()
317 param.m_Type = ContentParam::NUMBER; in AddNumberParam()
323 param.m_Type = ContentParam::OBJECT; in AddObjectParam()
330 if (m_ParamBuf[index].m_Type == ContentParam::OBJECT) in ClearAllParams()
349 if (param.m_Type == ContentParam::NUMBER) { in GetObject()
350 param.m_Type = ContentParam::OBJECT; in GetObject()
357 if (param.m_Type == ContentParam::NAME) { in GetObject()
358 param.m_Type = ContentParam::OBJECT; in GetObject()
362 if (param.m_Type == ContentParam::OBJECT) in GetObject()
[all …]
Dcpdf_function.h63 const Type m_Type; variable
Dcpdf_streamcontentparser.h73 Type m_Type; member
Dcpdf_colorspace.cpp286 enum { None, All, Colorant } m_Type; member in __anon80cbbef50111::CPDF_SeparationCS
1224 m_Type = None; in v_Load()
1228 m_Type = Colorant; in v_Load()
1253 if (m_Type == None) in GetRGB()
/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/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/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp362 FXPT_TYPE pointType = pPoints[i].m_Type; in ProcessPath()
371 pPoints[i + 2].m_Type != FXPT_TYPE::BezierTo) { in ProcessPath()
/external/pdfium/fpdfsdk/
Dfpdf_editpath.cpp225 return pPathPoint ? static_cast<int>(pPathPoint->m_Type) in FPDFPathSegment_GetType()
Dfpdf_transformpage.cpp82 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/vulkan-validation-layers/layers/
Dvk_mem_alloc.h4938 m_Type((uint8_t)ALLOCATION_TYPE_NONE), in VmaAllocation_T()
4967 VMA_ASSERT(m_Type == ALLOCATION_TYPE_NONE); in InitBlockAllocation()
4969 m_Type = (uint8_t)ALLOCATION_TYPE_BLOCK; in InitBlockAllocation()
4982 VMA_ASSERT(m_Type == ALLOCATION_TYPE_NONE); in InitLost()
4984 m_Type = (uint8_t)ALLOCATION_TYPE_BLOCK; in InitLost()
5007 VMA_ASSERT(m_Type == ALLOCATION_TYPE_NONE); in InitDedicatedAllocation()
5009 m_Type = (uint8_t)ALLOCATION_TYPE_DEDICATED; in InitDedicatedAllocation()
5019 ALLOCATION_TYPE GetType() const { return (ALLOCATION_TYPE)m_Type; } in GetType()
5029 VMA_ASSERT(m_Type == ALLOCATION_TYPE_BLOCK); in GetBlock()
5060 VMA_ASSERT(m_Type == ALLOCATION_TYPE_DEDICATED); in DedicatedAllocCalcStatsInfo()
[all …]
/external/angle/third_party/VulkanMemoryAllocator/src/
Dvk_mem_alloc.h5630 m_Type{(uint8_t)ALLOCATION_TYPE_NONE},
5659 VMA_ASSERT(m_Type == ALLOCATION_TYPE_NONE); in InitBlockAllocation()
5661 m_Type = (uint8_t)ALLOCATION_TYPE_BLOCK; in InitBlockAllocation()
5674 VMA_ASSERT(m_Type == ALLOCATION_TYPE_NONE); in InitLost()
5676 m_Type = (uint8_t)ALLOCATION_TYPE_BLOCK; in InitLost()
5698 VMA_ASSERT(m_Type == ALLOCATION_TYPE_NONE); in InitDedicatedAllocation()
5700 m_Type = (uint8_t)ALLOCATION_TYPE_DEDICATED; in InitDedicatedAllocation()
5710 ALLOCATION_TYPE GetType() const { return (ALLOCATION_TYPE)m_Type; } in GetType()
5720 VMA_ASSERT(m_Type == ALLOCATION_TYPE_BLOCK); in GetBlock()
5750 VMA_ASSERT(m_Type == ALLOCATION_TYPE_DEDICATED); in DedicatedAllocCalcStatsInfo()
[all …]
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp854 FXPT_TYPE point_type = pPoints[i].m_Type; in DrawPath()
Dfx_win32_device.cpp162 FXPT_TYPE point_type = pPoints[i].m_Type; in SetPathToDC()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1098 FXPT_TYPE point_type = pPoints[i].m_Type; in BuildPath()

12