/external/pdfium/core/fxge/ |
D | cfx_cliprgn.cpp | 15 : 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()
|
D | cfx_pathdata.cpp | 182 : 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()
|
D | cfx_pathdata.h | 26 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()
|
D | cfx_cliprgn.h | 23 ClipType GetType() const { return m_Type; } in GetType() 35 ClipType m_Type; variable
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_structelement.cpp | 47 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()
|
D | cpdf_structelement.h | 29 Type m_Type = kInvalid; variable 42 ByteString GetType() const { return m_Type; } in GetType() 67 const ByteString m_Type; variable
|
D | cpdf_formfield.cpp | 114 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 …]
|
D | cpdf_formfield.h | 85 Type GetType() const { return m_Type; } in GetType() 179 CPDF_FormField::Type m_Type = kUnknown; variable
|
D | cpdf_structtree.cpp | 110 if (kid.m_Type == CPDF_StructKid::kElement && kid.m_pDict == pDict) { in AddPageNode()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_function.cpp | 77 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()
|
D | cpdf_streamcontentparser.cpp | 295 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 …]
|
D | cpdf_function.h | 63 const Type m_Type; variable
|
D | cpdf_streamcontentparser.h | 73 Type m_Type; member
|
D | cpdf_colorspace.cpp | 286 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/ |
D | vk_mem_alloc.h | 3754 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/ |
D | vk_mem_alloc.h | 3754 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/ |
D | cpdf_pagecontentgenerator.cpp | 362 FXPT_TYPE pointType = pPoints[i].m_Type; in ProcessPath() 371 pPoints[i + 2].m_Type != FXPT_TYPE::BezierTo) { in ProcessPath()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_editpath.cpp | 225 return pPathPoint ? static_cast<int>(pPathPoint->m_Type) in FPDFPathSegment_GetType()
|
D | fpdf_transformpage.cpp | 82 FXPT_TYPE point_type = pPoints[i].m_Type; in OutputPath()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MIPatternMatch.h | 167 inline bind_ty<LLT> m_Type(LLT &Ty) { return Ty; }
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 4938 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/ |
D | vk_mem_alloc.h | 5630 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/ |
D | fx_win32_gdipext.cpp | 854 FXPT_TYPE point_type = pPoints[i].m_Type; in DrawPath()
|
D | fx_win32_device.cpp | 162 FXPT_TYPE point_type = pPoints[i].m_Type; in SetPathToDC()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1098 FXPT_TYPE point_type = pPoints[i].m_Type; in BuildPath()
|