/third_party/boost/boost/geometry/geometries/register/ |
D | segment.hpp | 22 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_SEGMENT_ACCESS(Segment, Point, Index0, Index1) \ argument 43 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_SEGMENT_ACCESS_TEMPLATIZED(Segment, Index0, Index1) \ argument 64 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_SEGMENT_ACCESS_4VALUES(Segment, Point, Left, Bottom, Right… argument 93 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_SEGMENT_TRAITS(Segment, PointType) \ argument 97 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_SEGMENT_TRAITS_TEMPLATIZED(Segment) \ argument 105 #define BOOST_GEOMETRY_REGISTER_SEGMENT(Segment, PointType, Index0, Index1) \ argument 112 #define BOOST_GEOMETRY_REGISTER_SEGMENT_TEMPLATIZED(Segment, Index0, Index1) \ argument 118 #define BOOST_GEOMETRY_REGISTER_SEGMENT_2D_4VALUES(Segment, PointType, Left, Bottom, Right, Top) \ argument
|
/third_party/skia/include/core/ |
D | SkContourMeasure.h | 57 struct Segment { struct 66 static const Segment* Next(const Segment* seg) { in Next() argument
|
/third_party/flutter/skia/include/core/ |
D | SkContourMeasure.h | 57 struct Segment { struct 66 static const Segment* Next(const Segment* seg) { in Next() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationFractionalSpacingTests.cpp | 81 struct Segment struct 83 int index; //!< Index of left coordinate in sortedXCoords. 84 float length; 86 Segment (void) : index(-1), length(-1.0f) {} in Segment() function 87 Segment (int index_, float length_) : index(index_), length(length_) {} in Segment() argument
|
/third_party/boost/boost/geometry/geometries/concepts/ |
D | segment_concept.hpp | 49 class Segment class 76 BOOST_CONCEPT_USAGE(Segment) in BOOST_CONCEPT_USAGE() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 161 struct Segment { struct 167 Segment() = default; argument 169 Segment(SlotIndex S, SlotIndex E, VNInfo *V) in Segment() function 185 bool operator<(const Segment &Other) const { argument
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrAAConvexPathRenderer.cpp | 35 struct Segment { struct 36 enum { 40 } fType; 64 typedef SkTArray<Segment, true> SegmentArray; argument
|
/third_party/skia/src/gpu/ops/ |
D | AAConvexPathRenderer.cpp | 38 struct Segment { struct 39 enum { 43 } fType; 46 SkPoint fPts[2]; 48 SkVector fNorms[2]; 51 SkVector fMid; 53 int countPoints() { in countPoints() 57 const SkPoint& endPt() const { in endPt() 61 const SkPoint& endNorm() const { in endNorm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 83 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() 183 StringRef &Segment, // Out. in ParseSectionSpecifier()
|
D | WasmObjectWriter.cpp | 577 const WasmDataSegment &Segment = DataSegments[Ref.Segment]; in getProvisionalValue() local 862 for (const WasmDataSegment &Segment : DataSegments) { in writeDataSection() local 977 for (const WasmDataSegment &Segment : DataSegments) { in writeLinkingMetaDataSection() local 1234 WasmDataSegment &Segment = DataSegments.back(); in writeObject() local
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
D | CMapFormat4.java | 270 public static class Segment { class in CMapFormat4.Builder 284 public Segment() { in Segment() method in CMapFormat4.Builder.Segment 287 public Segment(Builder.Segment other) { in Segment() method in CMapFormat4.Builder.Segment 291 public Segment(int startCount, int endCount, int idDelta, int idRangeOffset) { in Segment() method in CMapFormat4.Builder.Segment
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
D | CMapFormat4.java | 270 public static class Segment { class in CMapFormat4.Builder 284 public Segment() { in Segment() method in CMapFormat4.Builder.Segment 287 public Segment(Builder.Segment other) { in Segment() method in CMapFormat4.Builder.Segment 291 public Segment(int startCount, int endCount, int idDelta, int idRangeOffset) { in Segment() method in CMapFormat4.Builder.Segment
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 62 uint16_t Segment = 0; variable 80 uint16_t Segment = 0; variable 133 uint16_t Segment = 0; variable 364 uint16_t Segment = 0; variable 610 uint16_t Segment = 0; variable 630 uint16_t Segment = 0; variable 807 uint16_t Segment = 0; variable 828 uint16_t Segment = 0; variable 943 uint16_t Segment = 0; variable 965 uint16_t Segment = 0; variable [all …]
|
/third_party/boost/boost/geometry/algorithms/detail/distance/ |
D | linear_to_box.hpp | 45 Segment; in apply() typedef
|
/third_party/typescript/tests/cases/conformance/types/tuple/named/ |
D | namedTupleMembers.ts | 3 export type Segment = [length: number, count: number]; alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FixupLEAs.cpp | 361 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in optTwoAddrLEA() local 490 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstructionForSlowLEA() local 540 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstrForSlow3OpLEA() local
|
D | X86ISelDAGToDAG.cpp | 68 SDValue Segment; member 253 SDValue &Segment) { in tryFoldLoad() 272 SDValue &Segment) { in getAddressOperands() 2285 SDValue &Disp, SDValue &Segment) { in selectVectorAddr() 2319 SDValue &Disp, SDValue &Segment) { in selectAddr() 2377 SDValue &Disp, SDValue &Segment, in selectScalarSSELoad() 2460 SDValue &Disp, SDValue &Segment) { in selectLEA64_32Addr() 2498 SDValue &Segment) { in selectLEAAddr() 2587 SDValue &Disp, SDValue &Segment) { in selectTLSADDRAddr() 2652 SDValue &Segment) { in tryFoldLoad() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | dashenc.c | 72 typedef struct Segment { struct 80 } Segment; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugLinesSubsection.cpp | 148 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 451 for (auto &Segment : Section.Segments) { in writeSectionContent() local 492 for (auto &Segment : Section.Segments) { in writeSectionContent() local
|
D | WasmYAML.cpp | 373 IO &IO, WasmYAML::ElemSegment &Segment) { in mapping() 440 IO &IO, WasmYAML::DataSegment &Segment) { in mapping()
|
/third_party/typescript/src/services/ |
D | patternMatcher.ts | 57 interface Segment { interface
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 473 bool DarwinAsmParser::parseSectionSwitch(StringRef Segment, StringRef Section, in parseSectionSwitch() 688 StringRef Segment, Section; in parseDirectiveSection() local 886 StringRef Segment; in parseDirectiveZerofill() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 841 CMapTable::CMapFormat4::Builder::Segment::Segment() {} in Segment() function in sfntly::CMapTable::CMapFormat4::Builder::Segment 843 CMapTable::CMapFormat4::Builder::Segment::Segment(Segment* other) in Segment() function in sfntly::CMapTable::CMapFormat4::Builder::Segment 850 CMapTable::CMapFormat4::Builder::Segment::Segment(int32_t start_count, in Segment() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 1183 wasm::WasmElemSegment Segment; in parseElemSection() local 1211 WasmSegment Segment; in parseDataSection() local 1316 const wasm::WasmDataSegment &Segment = DataSegments[SegmentIndex].Data; in getWasmSymbolValue() local
|