HomeSort by relevance Sort by last modified time
    Searched refs:m_Type (Results 1 - 24 of 24) sorted by null

  /external/pdfium/core/fxge/
cfx_cliprgn.h 23 ClipType GetType() const { return m_Type; }
36 ClipType m_Type;
cfx_cliprgn.cpp 15 : m_Type(RectI), m_Box(0, 0, width, height) {}
18 m_Type = src.m_Type;
26 m_Type = RectI;
32 if (m_Type == RectI) {
36 if (m_Type == MaskF) {
45 m_Type = MaskF;
49 m_Type = RectI;
75 if (m_Type == RectI) {
79 if (m_Type == MaskF)
    [all...]
cfx_pathdata.h 24 return m_Type == type && !m_CloseFigure;
28 FXPT_TYPE m_Type;
40 FXPT_TYPE GetType(int index) const { return m_Points[index].m_Type; }
cfx_pathdata.cpp 163 : m_Point(point), m_Type(type), m_CloseFigure(close) {}
306 if (m_Points.size() == 3 && m_Points[0].m_Type == FXPT_TYPE::MoveTo &&
307 m_Points[1].m_Type == FXPT_TYPE::LineTo &&
308 m_Points[2].m_Type == FXPT_TYPE::LineTo &&
339 m_Points[mid - i - 1].m_Type != FXPT_TYPE::BezierTo &&
340 m_Points[mid + i + 1].m_Type != FXPT_TYPE::BezierTo)) {
359 FXPT_TYPE point_type = m_Points[i].m_Type;
364 if (m_Points[next].m_Type != FXPT_TYPE::BezierTo &&
365 m_Points[next].m_Type != FXPT_TYPE::MoveTo) {
396 } else if (m_Points[i - 1].m_Type == FXPT_TYPE::MoveTo &
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_structelement.cpp 19 : m_Type(Invalid),
35 m_Type(pDict->GetStringFor("S")),
38 ByteString mapped = pTree->GetRoleMap()->GetStringFor(m_Type);
40 m_Type = mapped;
52 return m_Kids[index].m_Type == CPDF_StructKid::Element
84 pKid->m_Type = CPDF_StructKid::Invalid;
92 pKid->m_Type = CPDF_StructKid::PageContent;
111 pKid->m_Type = CPDF_StructKid::StreamContent;
120 pKid->m_Type = CPDF_StructKid::Object;
127 pKid->m_Type = CPDF_StructKid::Element
    [all...]
cpdf_structelement.h 28 enum { Invalid, Element, PageContent, StreamContent, Object } m_Type;
42 const ByteString& GetType() const { return m_Type; }
62 ByteString m_Type;
cpdf_formfield.cpp 92 : m_Type(Unknown),
117 m_Type = RadioButton;
123 m_Type = PushButton;
125 m_Type = CheckBox;
129 m_Type = File;
131 m_Type = RichText;
133 m_Type = Text;
146 m_Type = ComboBox;
150 m_Type = ListBox;
156 m_Type = Sign
    [all...]
cpdf_formfield.h 107 Type GetType() const { return m_Type; }
211 CPDF_FormField::Type m_Type;
cpdf_structtree.cpp 109 if (kid.m_Type == CPDF_StructKid::Element && kid.m_pDict == pDict) {
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 296 if (m_ParamBuf[m_ParamStartPos].m_Type == ContentParam::OBJECT)
312 param.m_Type = ContentParam::OBJECT;
316 param.m_Type = ContentParam::NAME;
330 param.m_Type = ContentParam::NUMBER;
337 param.m_Type = ContentParam::OBJECT;
344 if (m_ParamBuf[index].m_Type == ContentParam::OBJECT)
363 if (param.m_Type == ContentParam::NUMBER) {
364 param.m_Type = ContentParam::OBJECT;
371 if (param.m_Type == ContentParam::NAME) {
372 param.m_Type = ContentParam::OBJECT
    [all...]
cpdf_function.cpp 60 : m_pDomains(nullptr), m_pRanges(nullptr), m_Type(type) {}
138 return m_Type == Type::kType0Sampled
144 return m_Type == Type::kType2ExpotentialInterpolation
150 return m_Type == Type::kType3Stitching
cpdf_function.h 61 const Type m_Type;
cpdf_streamcontentparser.h 67 Type m_Type;
cpdf_colorspace.cpp 226 enum { None, All, Colorant } m_Type;
    [all...]
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator.cpp 225 FXPT_TYPE pointType = pPoints[i].m_Type;
234 pPoints[i + 2].m_Type != FXPT_TYPE::BezierTo) {
  /external/skia/third_party/vulkanmemoryallocator/include/
vk_mem_alloc.h     [all...]
  /external/skqp/third_party/vulkanmemoryallocator/include/
vk_mem_alloc.h     [all...]
  /external/pdfium/fpdfsdk/
fpdf_transformpage.cpp 244 FXPT_TYPE point_type = pPoints[i].m_Type;
fpdfeditpath.cpp 268 return pPathPoint ? static_cast<int>(pPathPoint->m_Type)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
MIPatternMatch.h 167 inline bind_ty<LLT> m_Type(LLT &Ty) { return Ty; }
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 179 FXPT_TYPE point_type = pPoints[i].m_Type;
    [all...]
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 289 FXPT_TYPE point_type = pPoints[i].m_Type;
691 m_type(Accumulator::kNone),
714 if (Accumulator::kText == m_type || drawIndex != m_commandIndex ||
715 (Accumulator::kPath == m_type &&
720 if (Accumulator::kPath != m_type) {
736 m_type = Accumulator::kPath;
790 m_type = Accumulator::kNone;
842 if (Accumulator::kPath == m_type || drawIndex != m_commandIndex ||
843 (Accumulator::kText == m_type &&
848 if (Accumulator::kText != m_type) {
1413 Accumulator m_type; \/\/ type of pending draw member in class:SkiaState
    [all...]

Completed in 9609 milliseconds