/external/pdfium/core/fxge/ |
D | cfx_cliprgn.cpp | 15 : 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()
|
D | cfx_pathdata.cpp | 163 : 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 …]
|
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()
|
D | cfx_cliprgn.h | 23 ClipType GetType() const { return m_Type; } in GetType() 36 ClipType m_Type; variable
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_structelement.cpp | 19 : 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()
|
D | cpdf_formfield.cpp | 92 : 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 …]
|
D | cpdf_structelement.h | 28 enum { Invalid, Element, PageContent, StreamContent, Object } m_Type; variable 42 const ByteString& GetType() const { return m_Type; } in GetType() 62 ByteString m_Type; variable
|
D | cpdf_formfield.h | 107 Type GetType() const { return m_Type; } in GetType() 211 CPDF_FormField::Type m_Type; variable
|
D | cpdf_structtree.cpp | 109 if (kid.m_Type == CPDF_StructKid::Element && kid.m_pDict == pDict) { in AddPageNode()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_function.cpp | 60 : 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()
|
D | cpdf_streamcontentparser.cpp | 296 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 …]
|
D | cpdf_function.h | 61 const Type m_Type; variable
|
D | cpdf_colorspace.cpp | 226 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()
|
D | cpdf_streamcontentparser.h | 67 Type m_Type; member
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator.cpp | 225 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/ |
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/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/pdfium/fpdfsdk/ |
D | fpdfeditpath.cpp | 268 return pPathPoint ? static_cast<int>(pPathPoint->m_Type) in FPDFPathSegment_GetType()
|
D | fpdf_transformpage.cpp | 244 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/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 179 FXPT_TYPE point_type = pPoints[i].m_Type; in SetPathToDC()
|
D | fx_win32_gdipext.cpp | 1195 FXPT_TYPE point_type = pPoints[i].m_Type; in DrawPath()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1071 FXPT_TYPE point_type = pPoints[i].m_Type; in BuildPath()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 289 FXPT_TYPE point_type = pPoints[i].m_Type; in BuildPath()
|