Home
last modified time | relevance | path

Searched defs:intersect (Results 26 - 50 of 59) sorted by relevance

123

/third_party/skia/experimental/graphite/src/geom/
H A DRect.h140 AI Rect& intersect(Rect rect) { return *this = this->makeIntersect(rect); } in intersect() function in skgpu::Rect
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dinterval.rs102 pub fn intersect(&mut self, other: &IntervalSet<I>) { in intersect() functions
377 fn intersect(&self, other: &Self) -> Option<Self> { in next() functions
H A Dmod.rs925 pub fn intersect(&mut self, other: &ClassUnicode) { in intersect() functions
1143 pub fn intersect(&mut self, other: &ClassBytes) { in intersect() functions
/third_party/skia/src/effects/imagefilters/
H A DSkArithmeticImageFilter.cpp172 static bool intersect(SkPixmap* dst, SkPixmap* src, int srcDx, int srcDy) { in intersect() function
/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.cpp37 static bool intersect(const SkPoint& p0, const SkPoint& n0, in intersect() function
H A DGrTriangulator.cpp140 bool GrTriangulator::Line::intersect(const Line& other, SkPoint* point) const { in intersect() function in GrTriangulator::Line
250 bool GrTriangulator::Edge::intersect(const Edge& other, SkPoint* p, uint8_t* alpha) const { in intersect() function in GrTriangulator::Edge
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java775 private RangeTree intersect(RangeTree first, RangeTree... rest) { in intersect() method in RangeTree.SetOperations
793 PrefixTree intersect(PrefixTree lhs, PrefixTree rhs) { in intersect() method in RangeTree.SetOperations
1062 public RangeTree intersect(RangeTree tree) { in intersect() method in RangeTree
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set.hh581 void intersect (const hb_bit_set_t &other) { process (hb_bitwise_and, other); } in intersect() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPassManager.h226 void intersect(const PreservedAnalyses &Arg) { in intersect() function in llvm::PreservedAnalyses
248 void intersect(PreservedAnalyses &&Arg) { in intersect() function in llvm::PreservedAnalyses
H A DMetadata.h677 AAMDNodes intersect(const AAMDNodes &Other) { in intersect() function
/third_party/skia/experimental/sktext/include/
H A DTypes.h112 void intersect(Range other) { in intersect() function in skia::text::Range
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_pd.c789 struct p2p_channels intersect; in p2p_process_prov_disc_req() local
H A Dp2p_group.c1098 struct p2p_channels intersect, res; in p2p_group_get_common_freqs() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_pd.c789 struct p2p_channels intersect; in p2p_process_prov_disc_req() local
H A Dp2p_group.c1142 struct p2p_channels intersect, res; in p2p_group_get_common_freqs() local
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js[all...]
/third_party/skia/src/core/
H A DSkImageFilterTypes.h365 bool intersect(const LayerSpace<SkIRect>& r) { return fData.intersect(r.fData); } in intersect() function in skif::LayerSpace
407 bool intersect(const LayerSpace<SkRect>& r) { return fData.intersect(r.fData); } in intersect() function in skif::LayerSpace
/third_party/skia/tests/
H A DGrClipStackTest.cpp108 ElementsBuilder& intersect() { fOp = SkClipOp::kIntersect; return *this; } in intersect() function in __anon19011::ElementsBuilder
249 bool intersect = (e.fOp == SkClipOp::kIntersect && !e.fShape.inverted()) || in getOptimalBounds() local
639 SkRRect intersect = SkRRectPriv::ConservativeIntersect(r1, r2); DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyValueInfo.cpp95 static ValueLatticeElement intersect(const ValueLatticeElement &A, in intersect() function
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp224 static inline tcu::IVec4 intersect (const tcu::IVec4& a, const tcu::IVec4& b) in intersect() function
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp1358 bool intersect = false; in UpdateUIFirstNodeUseDma() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp137 RegisterSet::intersect(DataFile f, const RegisterSet *set) in intersect() function in nv50_ir::RegisterSet
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp2084 int SkIntersections::intersect(const SkDQuad& q1, const SkDQuad& q2) { in intersect() function in SkIntersections
2093 int SkIntersections::intersect(const SkDConic& c, const SkDQuad& q) { in intersect() function in SkIntersections
2102 int SkIntersections::intersect(cons function in SkIntersections
2111 int SkIntersections::intersect(const SkDCubic& c, const SkDQuad& q) { intersect() function in SkIntersections
2120 int SkIntersections::intersect(const SkDCubic& cu, const SkDConic& co) { intersect() function in SkIntersections
2130 int SkIntersections::intersect(const SkDCubic& c1, const SkDCubic& c2) { intersect() function in SkIntersections
[all...]
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp616 bool intersect(const SkPoint& q0, const SkVector& w, uint16_t index0, uint16_t index1) const { in intersect() function
655 bool intersect(const ActiveEdge* edge) { in intersect() function
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftstroke.c980 FT_Bool intersect; /* use intersection of lines? */ in ft_stroker_inside() local

Completed in 48 milliseconds

123