Home
last modified time | relevance | path

Searched defs:intersect (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/skia/src/core/
DSkRect.cpp23 bool SkIRect::intersect(const SkIRect& a, const SkIRect& b) { in intersect() function in SkIRect
121 bool SkRect::intersect(const SkRect& r) { in intersect() function in SkRect
127 bool SkRect::intersect(const SkRect& a, const SkRect& b) { in intersect() function in SkRect
/third_party/skia/m133/src/gpu/ganesh/
DGrScissorState.h34 [[nodiscard]] bool intersect(const SkIRect& rect) { in intersect() function
DGrFixedClip.h43 [[nodiscard]] bool intersect(const SkIRect& irect) { in intersect() function
/third_party/ncurses/Ada95/samples/
Dncurses2-attr_test.adb53 function intersect (b, a : Character_Attribute_Set) return Boolean; subprogspec
89 function intersect (b, a : Character_Attribute_Set) return Boolean is subprogram
/third_party/skia/m133/src/core/
DSkRect.cpp17 bool SkIRect::intersect(const SkIRect& a, const SkIRect& b) { in intersect() function in SkIRect
114 bool SkRect::intersect(const SkRect& r) { in intersect() function in SkRect
120 bool SkRect::intersect(const SkRect& a, const SkRect& b) { in intersect() function in SkRect
/third_party/skia/src/gpu/
DGrScissorState.h40 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& rect) { in intersect() function
DGrFixedClip.h36 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& irect) { in intersect() function
/third_party/mesa3d/src/freedreno/ir3/
Dir3_dominance.c18 intersect(struct ir3_block *b1, struct ir3_block *b2) in intersect() function
/third_party/cups-filters/filter/pdftopdf/
Dintervalset.cc85 bool IntervalSet::intersect(const value_t &a,const value_t &b) const // {{{ in intersect() function in IntervalSet
/third_party/rust/rust/compiler/rustc_lint/src/
Dnon_ascii_idents.rs312 let mut intersect = *existing; in check_crate() localVariable
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Dscriptset.cpp107 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect() function in ScriptSet
114 ScriptSet &ScriptSet::intersect(UScriptCode script, UErrorCode &status) { in intersect() function in ScriptSet
/third_party/icu/icu4c/source/i18n/
Dscriptset.cpp107 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect() function in ScriptSet
114 ScriptSet &ScriptSet::intersect(UScriptCode script, UErrorCode &status) { in intersect() function in ScriptSet
/third_party/skia/third_party/externals/icu/source/i18n/
Dscriptset.cpp107 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect() function in ScriptSet
114 ScriptSet &ScriptSet::intersect(UScriptCode script, UErrorCode &status) { in intersect() function in ScriptSet
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_blit.c600 struct u_rect intersect = {0, width, 0, height}; in zink_blit_region_fills() local
635 struct u_rect intersect; in zink_blit_region_covers() local
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-geometry.hh47 void intersect (const hb_extents_t &o) in intersect() function
229 void intersect (const hb_bounds_t &o) in intersect() function
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DDisjointRangeMap.java167 DisjointRangeMap<T> intersect(RangeTree bounds) { in intersect() method in DisjointRangeMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.cpp287 RegisterAggr &RegisterAggr::intersect(RegisterRef RR) { in intersect() function in RegisterAggr
291 RegisterAggr &RegisterAggr::intersect(const RegisterAggr &RG) { in intersect() function in RegisterAggr
/third_party/mesa3d/src/compiler/nir/
Dnir_dominance.c55 intersect(nir_block *b1, nir_block *b2) in intersect() function
/third_party/skia/src/pathops/
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(const SkDConic& c1, const SkDConic& c2) { in intersect() function in SkIntersections
2111 int SkIntersections::intersect(const SkDCubic& c, const SkDQuad& q) { in intersect() function in SkIntersections
2120 int SkIntersections::intersect(const SkDCubic& cu, const SkDConic& co) { in intersect() function in SkIntersections
2130 int SkIntersections::intersect(const SkDCubic& c1, const SkDCubic& c2) { in intersect() function in SkIntersections
/third_party/skia/m133/src/pathops/
DSkPathOpsTSect.cpp2099 int SkIntersections::intersect(const SkDQuad& q1, const SkDQuad& q2) { in intersect() function in SkIntersections
2108 int SkIntersections::intersect(const SkDConic& c, const SkDQuad& q) { in intersect() function in SkIntersections
2117 int SkIntersections::intersect(const SkDConic& c1, const SkDConic& c2) { in intersect() function in SkIntersections
2126 int SkIntersections::intersect(const SkDCubic& c, const SkDQuad& q) { in intersect() function in SkIntersections
2135 int SkIntersections::intersect(const SkDCubic& cu, const SkDConic& co) { in intersect() function in SkIntersections
2145 int SkIntersections::intersect(const SkDCubic& c1, const SkDCubic& c2) { in intersect() function in SkIntersections
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dinterval.rs102 pub fn intersect(&mut self, other: &IntervalSet<I>) { in intersect() method
377 fn intersect(&self, other: &Self) -> Option<Self> { in intersect() method
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/
Dsomas_solver_alg.h60 bool intersect(const Interval &i) const { return (in(i.m_a_) || in(i.m_b_)); } in intersect() function
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DPrefixTree.java202 public PrefixTree intersect(PrefixTree other) { in intersect() method in PrefixTree
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
Dlunr.js210 intersect: function (other) { method
231 intersect: function () { method
262 lunr.Set.prototype.intersect = function (other) { method in lunr.Set
1697 lunr.TokenSet.prototype.intersect = function (b) { method in lunr.TokenSet
/third_party/rust/rust/compiler/rustc_index/src/
Dbit_set.rs46 fn intersect(&mut self, other: &Rhs) -> bool; in intersect() method
341 fn intersect(&mut self, other: &BitSet<T>) -> bool { in intersect() method
665 fn intersect(&mut self, _other: &ChunkedBitSet<T>) -> bool { in intersect() method
689 fn intersect(&mut self, _other: &HybridBitSet<T>) -> bool { in intersect() method
703 fn intersect(&mut self, other: &ChunkedBitSet<T>) -> bool { in intersect() method
957 fn intersect(&mut self, other: &BitSet<T>) -> bool { in intersect() method
988 fn intersect(&mut self, other: &HybridBitSet<T>) -> bool { in intersect() method
1044 fn intersect(&mut self, other: &HybridBitSet<T>) -> bool { in intersect() method

1234